diff --git a/.github/workflows/build-explorer.yml b/.github/workflows/build-explorer.yml index e26a87c..eda309d 100644 --- a/.github/workflows/build-explorer.yml +++ b/.github/workflows/build-explorer.yml @@ -41,7 +41,9 @@ jobs: npm i @rdf-toolkit/cli - name: Copy ontologies - run: cp ontologies/*.ttl rdf-toolkit/explorer/vocab + run: | + cp -r ontologies/* rdf-toolkit/explorer/vocab/ + ls rdf-toolkit/explorer/vocab - name: Copy config file run: cp rdfconfig.json rdf-toolkit/explorer/ @@ -49,14 +51,28 @@ jobs: - name: Build site working-directory: rdf-toolkit/explorer run: | - npx rdf add file "https://brickschema.org/schema/1.4/Brick" vocab/Brick.ttl + npx rdf add file "https://brickschema.org/schema/1.4/Brick" vocab/brick/latest/Brick.ttl npx rdf add file "http://qudt.org/2.1/schema/shacl/qudt" vocab/SCHEMA_QUDT_NoOWL-v2.1.ttl npx rdf add file "http://qudt.org/2.1/vocab/unit" vocab/VOCAB_QUDT-UNITS-ALL-v2.1.ttl npx rdf add file "http://qudt.org/2.1/vocab/quantitykind" vocab/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl npx rdf add file "http://www.w3.org/ns/shacl" vocab/shacl.ttl npx rdf add file "https://brickschema.org/schema/Brick/ref" vocab/ref-schema.ttl npx rdf add file "https://w3id.org/rec" vocab/rec.ttl - npx rdf make site + npx rdf make site --output public + + - name: handle brick 1.3 + working-directory: rdf-toolkit/explorer + run: | + git checkout package.json + npx rdf add file "https://brickschema.org/schema/1.3/Brick" vocab/brick/1.3/Brick.ttl + npx rdf make site --output public/1.3 + + - name: handle brick 1.4 + working-directory: rdf-toolkit/explorer + run: | + git checkout package.json + npx rdf add file "https://brickschema.org/schema/1.4/Brick" vocab/brick/1.4/Brick.ttl + npx rdf make site --output public/1.4 - name: Commit Built Files run: | diff --git a/build-site.sh b/build-site.sh new file mode 100755 index 0000000..9937e11 --- /dev/null +++ b/build-site.sh @@ -0,0 +1,65 @@ +#!/bin/bash + +set -ex + +# make an array of Brick versions +BRICK_VERSIONS="1.3 1.4" + +# Create a temporary directory +TEMP_DIR=$(mktemp -d) +#rm -rf /tmp/rdf-toolkit +#TEMP_DIR=/tmp/rdf-toolkit +CURRENT_DIR=$(pwd) +DEST=$CURRENT_DIR/site + +mkdir -p $DEST + +# Clone the repository and navigate into it +git clone https://github.com/KrishnanN27/rdf-toolkit "$TEMP_DIR" +cd "$TEMP_DIR" + +cp $CURRENT_DIR/rdfconfig.json "$TEMP_DIR/explorer/" + +# Install dependencies +npm ci + +# Build NPM package +npm run build +npm install @rdf-toolkit/cli + +# Copy ontologies to the appropriate directory +#mkdir -p "$TEMP_DIR/rdf-toolkit/explorer/vocab" +#cp -R $CURRENT_DIR/ontologies/ "$TEMP_DIR/rdf-toolkit/explorer/vocab" +#tree $TEMP_DIR/rdf-toolkit/explorer/vocab + +# Copy config file +#cp $CURRENT_DIR/rdfconfig.json "$TEMP_DIR/rdf-toolkit/explorer/" + +# download the latest version of Brick from github +wget -O $CURRENT_DIR/ontologies/brick/latest/Brick.ttl https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl + +# do the generic version-agnostic stuff first +cd "$TEMP_DIR/explorer" +npx rdf add file "https://brickschema.org/schema/Brick" $CURRENT_DIR/ontologies/brick/latest/Brick.ttl +npx rdf add file "http://qudt.org/2.1/schema/shacl/qudt" $CURRENT_DIR/ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl +npx rdf add file "http://qudt.org/2.1/vocab/unit" $CURRENT_DIR/ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl +npx rdf add file "http://qudt.org/2.1/vocab/quantitykind" $CURRENT_DIR/ontologies/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl +npx rdf add file "http://www.w3.org/ns/shacl" $CURRENT_DIR/ontologies/shacl.ttl +npx rdf add file "https://brickschema.org/schema/Brick/ref" $CURRENT_DIR/ontologies/ref-schema.ttl +npx rdf add file "https://w3id.org/rec" $CURRENT_DIR/ontologies/rec.ttl +npx rdf make site --output "$DEST/$version" --project "$TEMP_DIR/explorer" + +# loop through and build the site for each version by calling './b2.sh ' +for version in $BRICK_VERSIONS; do + git checkout package.json + # download the Brick version from https://brickschema.org/schema/$version/Brick.ttl + # if the version is 'latest', then pull from https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl + # put the result in vocab/brick/$version/Brick.ttl + + mkdir -p $CURRENT_DIR/ontologies/brick/$version + wget -O $CURRENT_DIR/ontologies/brick/$version/Brick.ttl https://brickschema.org/schema/$version/Brick.ttl + #./b2.sh $version + cd "$TEMP_DIR/explorer" + npx rdf add file "https://brickschema.org/schema/$version/Brick" $CURRENT_DIR/ontologies/brick/$version/Brick.ttl + npx rdf make site --output "$DEST/$version" --project "$TEMP_DIR/explorer" +done diff --git a/ontologies/brick/1.3/Brick.ttl b/ontologies/brick/1.3/Brick.ttl new file mode 100644 index 0000000..1853226 --- /dev/null +++ b/ontologies/brick/1.3/Brick.ttl @@ -0,0 +1,45836 @@ +@prefix bacnet: . +@prefix brick: . +@prefix bsh: . +@prefix dcterms: . +@prefix owl: . +@prefix qudt: . +@prefix qudtqk: . +@prefix rdf: . +@prefix rdfs: . +@prefix ref: . +@prefix s223: . +@prefix sdo: . +@prefix sh: . +@prefix skos: . +@prefix sosa: . +@prefix tag: . +@prefix unit: . +@prefix vcard: . +@prefix xsd: . + +skos:narrower owl:inverseOf skos:broader . + +brick:Ablutions_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Ablutions Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A room for performing cleansing rituals before prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ablutions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ablutions, + tag:Location, + tag:Room, + tag:Space . + +brick:Absolute_Humidity a brick:Quantity ; + rdfs:label "Absolute Humidity" ; + 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, + sh:NodeShape ; + rdfs:label "Absorption Chiller" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Absorption ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Absorption, + tag:Chiller, + tag:Equipment . + +brick:Acceleration_Time a brick:Quantity ; + rdfs:label "Acceleration Time" ; + skos:broader brick:Time . + +brick:Acceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Acceleration Time Setpoint" ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Acceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Acceleration, + tag:Point, + tag:Setpoint, + tag:Time . + +brick:Access_Reader a owl:Class, + sh:NodeShape ; + rdfs:label "Access Reader" ; + rdfs:subClassOf brick:Access_Control_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reader ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + tag:Reader, + tag:Security . + +brick:Active_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Active Chilled Beam" ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A Chilled Beam with an integral primary air connection that induces air flow through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Active ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Active, + tag:Beam, + tag:Chilled, + tag:Equipment . + +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, + sh:NodeShape ; + rdfs:label "Active Power Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Real ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Real, + tag:Sensor ; + brick:hasQuantity brick:Active_Power . + +brick:Air_Flow_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Loss Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates loss in air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Loss, + tag:Point . + +brick:Air_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Air Loop" ; + rdfs:subClassOf brick:Loop ; + skos:definition "The set of connected equipment serving one path of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Loop . + +brick:Alarm_Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm Delay Parameter" ; + rdfs:subClassOf brick:Delay_Parameter ; + skos:definition "A parameter determining how long to delay an alarm after sufficient conditions have been met"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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:Ammonia_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Ammonia Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ammonia ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ammonia, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ammonia_Concentration ; + brick:hasSubstance brick:Air . + +brick:Apparent_Energy a brick:Quantity ; + rdfs:label "Apparent_Energy" ; + qudt:applicableUnit unit:KiloV-A-HR, + unit:MegaV-A-HR, + unit:V-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 ; + rdfs:label "Apparent Power" ; + 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 ; + rdfs:label "Atmospheric Pressure" ; + 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:Atrium a owl:Class, + sh:NodeShape ; + rdfs:label "Atrium" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "a large open-air or skylight covered space surrounded by a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Atrium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Atrium, + tag:Common, + tag:Location, + tag:Space . + +brick:Auditorium a owl:Class, + sh:NodeShape ; + rdfs:label "Auditorium" ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "A space for performances or larger gatherings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auditorium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Auditorium, + tag:Common, + tag:Location, + tag:Space . + +brick:Automatic_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Automatic\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Command, + tag:Mode, + tag:Point . + +brick:Automatic_Tint_Window a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Tint Window" ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window with tint control."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Window ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Shade, + tag:Tint, + tag:Window . + +brick:Availability_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Availability Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality is available for operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Availability ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Availability, + tag:Point, + tag:Status . + +brick:Average_Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Cooling Demand Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor . + +brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static . + +brick:Average_Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Heating Demand Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor . + +brick:Average_Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Supply Air Flow Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply . + +brick:Average_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Zone Air Temperature Sensor" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ; + skos:definition "The computed average temperature of air in a zone, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone . + +brick:Basement a owl:Class, + sh:NodeShape ; + rdfs:label "Basement" ; + rdfs:subClassOf brick:Floor ; + skos:definition "The floor of a building which is partly or entirely below ground level."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basement, + tag:Floor, + tag:Location . + +brick:Battery a owl:Class, + sh:NodeShape ; + rdfs:label "Battery" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Battery_Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Energy Storage System" ; + rdfs:subClassOf brick:Energy_Storage_System ; + skos:definition "A collection of batteries that provides energy storage, along with their supporting equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Storage, + tag:System . + +brick:Battery_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Room" ; + rdfs:subClassOf brick:Electrical_Room ; + skos:definition "A room used to hold batteries for backup power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:Battery_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the capacity of a battery"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Point, + tag:Sensor, + tag:Voltage . + +brick:Bench_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Bench Space" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Bench, + tag:Location, + tag:Outdoor . + +brick:Blind a owl:Class, + sh:NodeShape ; + rdfs:label "Blind" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window covering."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Equipment, + tag:Shade . + +brick:Blind_Group a owl:Class, + sh:NodeShape ; + rdfs:label "Blind Group" ; + rdfs:subClassOf brick:Shading_System ; + skos:definition "A group of Blinds commonly attached to a single controller."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Group ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Group, + tag:Shade, + tag:System . + +brick:Boiler_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Boiler Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to control a boiler"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Command, + tag:Point . + +brick:Booster_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Booster Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan activated to increase airflow beyond what is provided by the default configuration"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Fan . + +brick:Box_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Box Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Command, + tag:Mode, + tag:Point . + +brick:Breaker_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Breaker Panel" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Breaker Panel distributes power into various end-uses."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Equipment . + +brick:Broadcast_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Broadcast Room" ; + rdfs:subClassOf brick:Media_Room ; + skos:definition "A space to organize and manage a broadcast. Separate from studio"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Broadcast ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Broadcast, + tag:Location, + tag:Media, + tag:Room, + tag:Space . + +brick:Building_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Setpoint for humidity in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + skos:definition "The static pressure of air within a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of the entire building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Chilled Water Meter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water . + +brick:Building_Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Electrical Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Electrical_Meter ; + skos:definition "A meter that measures the usage or consumption of electricity of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Building_Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Gas Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Gas_Meter ; + skos:definition "A meter that measures the usage or consumption of gas of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Gas, + tag:Meter . + +brick:Building_Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Hot Water Meter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water . + +brick:Building_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Water Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of water of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter, + tag:Water . + +brick:Bus_Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Bus Riser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Riser . + +brick:Bypass_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Command" ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Command, + tag:Point . + +brick:Bypass_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Bypass_Water . + +brick:Bypass_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Bypass_Water . + +brick:CO2_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a CO2 alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +brick:CO2_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Differential Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the difference between CO2 levels of inside and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Level Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Differential Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Level Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Level, + tag:Point, + tag:Sensor . + +brick:Cafeteria a owl:Class, + sh:NodeShape ; + rdfs:label "Cafeteria" ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "A space to serve food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cafeteria ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cafeteria, + tag:Common, + tag:Location, + tag:Space . + +brick:Capacity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Capacity Sensor" ; + rdfs:subClassOf brick:Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Capacity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Capacity, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Capacity . + +brick:Ceiling_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Ceiling Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan installed on the ceiling of a room for the purpose of air circulation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ceiling, + tag:Equipment, + tag:Fan . + +brick:Centrifugal_Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Centrifugal Chiller" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Centrifugal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Centrifugal, + tag:Chiller, + tag:Equipment . + +brick:Change_Filter_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Change Filter Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that a filter must be changed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Change ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Change, + tag:Filter, + tag:Point . + +brick:Chilled_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Coil" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Coil, + tag:Cool, + tag:Equipment, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Setpoint, + brick:Load_Shed_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a chilled water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Step Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Water_Differential_Temperature_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate chilled water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Loop, + tag:Water . + +brick:Chilled_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Pump" ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on chilled water; typically part of a chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water System" ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of chilled water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:System, + tag:Water . + +brick:Chilled_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water System Enable Command" ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Command, + tag:Enable, + tag:Point, + tag:System, + tag:Water . + +brick:Chilled_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Close_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Close Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Close_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Cold Box" ; + rdfs:subClassOf brick:Laboratory ; + skos:definition "in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Cold, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Coldest Zone Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coldest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Coldest, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone . + +brick:Collection_Basin_Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Heater" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Equipment, + tag:Heater, + tag:Water . + +brick:Collection_Basin_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Level Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Water . + +brick:Collection_Basin_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Level Sensor" ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the level of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Collection_Basin_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Communication_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Communication Loss Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates a loss of communication e.g. with a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Communication ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Communication, + tag:Loss, + tag:Point . + +brick:Complex_Power a brick:Quantity ; + rdfs:label "Complex Power" ; + 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, + sh:NodeShape ; + rdfs:label "Compressor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Compressor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Compressor, + tag:Equipment . + +brick:Concession a owl:Class, + sh:NodeShape ; + rdfs:label "Concession" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concessions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concessions, + tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:Condensate_Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Condensate Leak Alarm" ; + rdfs:subClassOf brick:Leak_Alarm ; + skos:definition "An alarm that indicates a leak of condensate from a cooling system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Condensate, + tag:Leak, + tag:Point . + +brick:Condenser a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment . + +brick:Condenser_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Heat Exchanger" ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Exchanger, + tag:Heat . + +brick:Condenser_Water_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Bypass Valve" ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A valve installed in a bypass line of a condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Condenser_Water . + +brick:Condenser_Water_Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Isolation Valve" ; + rdfs:subClassOf brick:Isolation_Valve ; + skos:definition "An isolation valve installed in the condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Isolation, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Pump" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Condenser_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water System" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:System, + tag:Water . + +brick:Condenser_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Condensing Natural Gas Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Condensing, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Conference_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Conference Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space dedicated in which to hold a meetings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conference ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conference, + tag:Location, + tag:Room, + tag:Space . + +brick:Constant_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Constant Air Volume Box" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Constant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Constant, + tag:Equipment, + tag:Volume . + +brick:Contact_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Contact Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses or detects contact, such as for determining if a door is closed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Contact ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Contact, + tag:Point, + tag:Sensor . + +brick:Control_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Control Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space from which operations are managed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Control, + tag:Location, + tag:Room, + tag:Space . + +brick:Cooling_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of cooling to be delivered (typically as a proportion of total cooling output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cool, + tag:Point . + +brick:Cooling_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Setpoint . + +brick:Cooling_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables cooling functionality in equipment but certain condition(s) must be met first before actively cooling. For the actively cooling control, see Cooling_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cooling, + tag:Enable, + tag:Point . + +brick:Cooling_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Cooling Tower" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Tower . + +brick:Cooling_Tower_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Tower Fan" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Fan, + tag:Tower . + +brick:Cooling_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Valve" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of cold water flowing through a cooling coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Valve . + +brick:Copy_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Copy Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A room set aside for common office equipment, including printers and copiers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Copy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Copy, + tag:Location, + tag:Room, + tag:Space . + +brick:Core_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Core Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Core_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Core Temperature Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Cubicle a owl:Class, + sh:NodeShape ; + rdfs:label "Cubicle" ; + rdfs:subClassOf brick:Office ; + skos:definition "A smaller space set aside for an individual, but not with a door and without full-height walls"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cubicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Current Imbalance Sensor" ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the current difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Imbalance, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Current_Imbalance . + +brick:Current_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Current Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Current_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Limit, + tag:Parameter, + tag:Point . + +brick:Current_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Current Ratio Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of currents in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint . + +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, + sh:NodeShape ; + rdfs:label "Curtailment Override Command" ; + rdfs:subClassOf brick:Override_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Curtailment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Curtailment, + tag:Override, + tag:Point . + +brick:DC_Bus_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "DC Bus Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage across a DC bus"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bus ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dc ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bus, + tag:Dc, + tag:Point, + tag:Sensor, + tag:Voltage . + +brick:Damper_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Command" ; + rdfs:subClassOf brick:Damper_Command, + brick:Position_Command ; + skos:definition "Controls the position (the degree of openness) of a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a damper in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the position of damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Setpoint ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Status ; + brick:hasQuantity brick:Position . + +brick:Deceleration_Time a brick:Quantity ; + rdfs:label "Deceleration Time" ; + skos:broader brick:Time . + +brick:Deceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Deceleration Time Setpoint" ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deceleration, + tag:Point, + tag:Setpoint, + tag:Time . + +brick:Dehumidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Dehumidification Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dehumidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dehumidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Deionised_Water_Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Deionised Water Conductivity Sensor" ; + rdfs:subClassOf brick:Conductivity_Sensor ; + skos:definition "Measures the electrical conductance of deionised water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Deionised, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Conductivity ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionised_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Deionised Water Level Sensor" ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the height/level of deionised water in some container"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deionised, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionized_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Deionized Water Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates deionized water leaks."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionized ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Deionized, + tag:Point, + tag:Water . + +brick:Derivative_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Derivative Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Derivative_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Derivative Time Parameter" ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Detention_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Detention Room" ; + rdfs:subClassOf brick:Security_Service_Room ; + skos:definition "A space for the temporary involuntary confinement of people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detention ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detention, + tag:Location, + tag:Room, + tag:Space . + +brick:Dewpoint_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Dewpoint Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets dew point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Dewpoint . + +brick:Differential_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Air Temperature Setpoint" ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets temperature of diffrential air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Air . + +brick:Differential_Dry_Bulb_Temperature a brick:Quantity ; + rdfs:label "Differential Dry Bulb Temperature" ; + qudt:isDeltaQuantity true ; + skos:broader brick:Dry_Bulb_Temperature ; + brick:hasQUDTReference qudtqk:Dry_Bulb_Temperature . + +brick:Differential_Dynamic_Pressure a brick:Quantity ; + rdfs:label "Differential Dynamic Pressure" ; + 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_Entering_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Entering Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the difference in temperature between entering and leaving water of water a circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Entering, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water, + brick:Leaving_Chilled_Water . + +brick:Differential_Pressure_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Bypass Valve" ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A 2-way, self contained proportional valve with an integral differential pressure adjustment setting."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Differential, + tag:Equipment, + tag:Pressure, + tag:Valve . + +brick:Differential_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Speed . + +brick:Differential_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Speed Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Differential_Static_Pressure a brick:Quantity ; + rdfs:label "Differential Static Pressure" ; + 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:Dimmer a owl:Class, + sh:NodeShape ; + rdfs:label "Dimmer" ; + rdfs:subClassOf brick:Switch ; + skos:definition "A switch providing continuous control over all or part of a lighting installation; typically potentiometer-based"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dimmer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dimmer, + tag:Equipment, + tag:Interface, + tag:Switch . + +brick:Direct_Expansion_Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Direct Expansion Cooling Coil" ; + rdfs:subClassOf brick:Cooling_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Direct, + tag:Equipment, + tag:Expansion . + +brick:Direct_Expansion_Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Direct Expansion Heating Coil" ; + rdfs:subClassOf brick:Heating_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Direct, + tag:Equipment, + tag:Expansion, + tag:Heat . + +brick:Direction_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that affect the direction of some phenomenon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Direction, + tag:Point ; + brick:hasQuantity brick:Direction . + +brick:Disable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Differential Enthalpy Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Enthalpy, + tag:Point . + +brick:Disable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Differential Temperature Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Point, + tag:Temperature . + +brick:Disable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Fixed Enthalpy Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Disable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Fixed Temperature Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed temperature temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Hot Water System Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Disables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Disable Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if functionality has been disabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disable, + tag:Point, + tag:Status . + +brick:Discharge_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ; + owl:equivalentClass brick:Supply_Air_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Disconnect Switch" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disconnect, + tag:Equipment, + tag:Switch . + +brick:Displacement_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Displacement Flow Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Displacement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Displacement, + tag:Equipment, + tag:Flow . + +brick:Domestic_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water System" ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water System Enable Command" ; + rdfs:subClassOf brick:Hot_Water_System_Enable_Command ; + skos:definition "Enables operation of the domestic hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Domestic, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Valve" ; + rdfs:subClassOf brick:Hot_Water_Valve ; + skos:definition "A valve regulating the flow of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Domestic_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Loop, + tag:Water . + +brick:Drench_Hose a owl:Class, + sh:NodeShape ; + rdfs:label "Drench Hose" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hose ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drench, + tag:Emergency, + tag:Equipment, + tag:Hose, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Drive_Ready_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Drive Ready Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ready ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Point, + tag:Ready, + tag:Status . + +brick:Dry_Cooler a owl:Class, + sh:NodeShape ; + rdfs:label "Dry Cooler" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A dry cooler is a fluid cooler that uses air, a relatively dry, non-liquid fluid to accomplish process cooling. (https://submer.com/submer-academy/library/dry-cooler/)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cooler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dry ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cooler, + tag:Dry, + tag:Equipment, + tag:HVAC . + +brick:EconCycle_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "EconCycle Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Econcycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Econcycle, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Economizer a owl:Class, + sh:NodeShape ; + rdfs:label "Economizer" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Economizer, + tag:Equipment . + +brick:Economizer_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Economizer Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is part of an economizer that is used to module the flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Economizer, + tag:Equipment . + +brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Effective_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Effective_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Heating_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Effective_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Effective Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Effective Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Effective_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Effective Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone . + +brick:Electric_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Electric_Radiator ; + skos:definition "Electric heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electric_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Electric, + tag:Equipment . + +brick:Elevator a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that provides vertical transportation between floors, levels or decks of a building, vessel or other structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Elevator, + tag:Equipment . + +brick:Embedded_Surface_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Surface System Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Equipment, + tag:Panel, + tag:Surface, + tag:System . + +brick:Emergency_Air_Flow_System a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Air Flow System" ; + rdfs:subClassOf brick:Safety_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:System . + +brick:Emergency_Air_Flow_System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Air Flow System Status" ; + rdfs:subClassOf brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:Point, + tag:Status, + tag:System . + +brick:Emergency_Generator_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Generator Alarm" ; + rdfs:subClassOf brick:Emergency_Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with an emergency generator"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Generator, + tag:Point . + +brick:Emergency_Generator_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Generator Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency generator is active"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Generator, + tag:Point, + tag:Status . + +brick:Emergency_Phone a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Phone" ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Phone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Intercom, + tag:Phone, + tag:Security . + +brick:Emergency_Power_Off_System a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Power, + tag:System . + +brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Activated By High Temperature Status" ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Activated By Leak Detection System Status" ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Emergency Push Button Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency button has been pushed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Button ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Push ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Button, + tag:Emergency, + tag:Point, + tag:Push, + tag:Status . + +brick:Employee_Entrance_Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Employee Entrance Lobby" ; + rdfs:subClassOf brick:Lobby ; + skos:definition "An open space near an entrance that is typicaly only used for employees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Employee ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Employee, + tag:Entrance, + tag:Lobby, + tag:Location, + tag:Space . + +brick:Enable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Differential Enthalpy Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Enthalpy, + tag:Point . + +brick:Enable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Differential Temperature Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Point, + tag:Temperature . + +brick:Enable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Fixed Enthalpy Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Enable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Fixed Temperature Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Hot Water System Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Enables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enable, + tag:Hot, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:System, + tag:Temperature, + tag:Water . + +brick:Energy_Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Generation Sensor" ; + rdfs:subClassOf brick:Generation_Sensor ; + skos:definition "A sensor measuring the amount of generated energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:Point, + tag:Sensor . + +brick:Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Usage Sensor" ; + rdfs:subClassOf brick:Energy_Sensor, + brick:Usage_Sensor ; + skos:definition "Measures the total amount of energy used over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor, + tag:Usage . + +brick:Energy_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Zone" ; + rdfs:subClassOf brick:Zone ; + skos:definition "A space or group of spaces that are managed or monitored as one unit for energy purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Location, + tag:Zone . + +brick:Entering_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Entering_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is enteringed to a cooling tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the chilled water load) chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the flow of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Entering_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Entering_Hot_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Entering_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering High Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Entering_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Hot_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the hot water load) hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water entering a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Entering_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Entering, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Entering_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Entering_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Alarm" ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the entering water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Entering, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Entering_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Entering_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Entering_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Enthalpy_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Enthalpy Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets enthalpy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Enthalpy . + +brick:Entrance a owl:Class, + sh:NodeShape ; + rdfs:label "Entrance" ; + rdfs:subClassOf brick:Space ; + skos:definition "The location and space of a building where people enter and exit the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entrance, + tag:Location, + tag:Space . + +brick:Environment_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Environment Box" ; + rdfs:subClassOf brick:Laboratory ; + skos:definition "(also known as climatic chamber), enclosed space designed to create a particular environment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Environment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Environment, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Equipment_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Equipment Room" ; + rdfs:subClassOf brick:Telecom_Room ; + skos:definition "A telecommunications room where equipment that serves the building is stored"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom . + +brick:Evaporative_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Evaporative Heat Exchanger" ; + rdfs:subClassOf brick:Heat_Exchanger ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Evaporative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Evaporative, + tag:Exchanger, + tag:Heat . + +brick:Even_Month_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Even Month Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Even ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Month ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Even, + tag:Month, + tag:Point, + tag:Status . + +brick:Exercise_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Exercise Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "An indoor room used for exercise and physical activities"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Exercise ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Exercise, + tag:Location, + tag:Room, + tag:Space . + +brick:Exhaust_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Exhaust, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Dewpoint ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Differential Pressure Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Deadband Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Integral Time Parameter" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Proportional Band Parameter" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Sensor" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in the exhaust air stack"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Exhaust . + +brick:Exhaust_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving exhaust air -- air that must be removed from a space due to contaminants"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exhaust, + tag:Fan . + +brick:Eye_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Eye Wash Station" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Eye ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Eye, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Coil Unit" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Fan, + tag:Unit . + +brick:Fan_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fan On Off Status" ; + rdfs:subClassOf brick:Fan_Status, + brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Fan_Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Speed Command" ; + rdfs:subClassOf brick:Fan_Command ; + skos:definition "Controls the speed of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point, + tag:Speed . + +brick:Fan_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Fan VFD" ; + rdfs:subClassOf brick:VFD ; + skos:definition "Variable-frequency drive for fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:VFD . + +brick:Fault_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fault Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + skos:definition "Clears a fault status"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fault, + tag:Point, + tag:Reset . + +brick:Field_Of_Play a owl:Class, + sh:NodeShape ; + rdfs:label "Field Of Play" ; + rdfs:subClassOf brick:Outdoor_Area ; + skos:definition "The area of a stadium where athletic events occur, e.g. the soccer pitch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Field ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Play ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Field, + tag:Location, + tag:Outdoor, + tag:Play . + +brick:Filter_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure on either side of a filter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor . + +brick:Filter_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Filter, + tag:Point, + tag:Reset . + +brick:Final_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Final Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "The last, high-efficiency filter installed in a sequence to remove the finest particulates from the substance being filtered"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Final ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Final . + +brick:Fire_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Fire_Alarm_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Control Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "Fire alarm panel is the controlling component of a fire alarm system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Alarm_Manual_Call_Point a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Manual Call Point" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "Manual alarm call points are designed for the purpose of raising an alarm manually once verification of a fire or emergency condition exists. by operating the push button or break glass the alarm signal can be raised."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Call ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Call, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety, + tag:Station . + +brick:Fire_Alarm_Pull_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Pull Station" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "An active fire protection device (usually wall-mounted) that when activated initiates an alarm on a fire alarm system. In its simplest form the user activates the alarm by pulling the handle down."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pull ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Pull, + tag:Safety, + tag:Station . + +brick:Fire_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Control Panel" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A panel-mounted device that provides status and control of a fire safety system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Safety_System a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Safety System" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Safety_System ; + skos:definition "A system containing devices and equipment that monitor, detect and suppress fire hazards"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Safety, + tag:System . + +brick:Fire_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the presence of fire"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Point, + tag:Sensor . + +brick:Fire_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Zone" ; + rdfs:subClassOf brick:Zone ; + skos:definition "combustion chamber in a furnace or boiler."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Location, + tag:Zone . + +brick:First_Aid_Kit a owl:Class, + sh:NodeShape ; + rdfs:label "First Aid Kit" ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FirstAid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Aid, + tag:Equipment, + tag:FirstAid, + tag:Safety . + +brick:First_Aid_Room a owl:Class, + sh:NodeShape ; + rdfs:label "First Aid Room" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:First ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meidcal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Formaldehyde Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of formaldehyde in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Formaldehyde ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Formaldehyde, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Formaldehyde_Concentration ; + brick:hasSubstance brick:Air . + +brick:Freeze_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Freeze Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a substance contained within a vessel has frozen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Point, + tag:Status . + +brick:Freezer a owl:Class, + sh:NodeShape ; + rdfs:label "Freezer" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freezer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freezer, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Frequency_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Frequency . + +brick:Frost_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Frost Sensor" ; + rdfs:subClassOf brick:Sensor, + brick:Temperature_Sensor ; + skos:definition "Senses the presence of frost or conditions that may cause frost"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frost ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frost, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Frost . + +brick:Fume_Hood a owl:Class, + sh:NodeShape ; + rdfs:label "Fume Hood" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fume, + tag:Hood . + +brick:Fume_Hood_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Fume Hood Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in a fume hood"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Fume, + tag:Hood, + tag:Point, + tag:Sensor . + +brick:Gas_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a gas distribution source to represent how gas is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Gas . + +brick:Gas_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures gas concentration (other than CO2)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Point, + tag:Sensor . + +brick:Gas_System a owl:Class, + sh:NodeShape ; + rdfs:label "Gas System" ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:System . + +brick:Gas_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Valve" ; + rdfs:subClassOf brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Valve . + +brick:Gatehouse a owl:Class, + sh:NodeShape ; + rdfs:label "Gatehouse" ; + rdfs:subClassOf brick:Space ; + skos:definition "The standalone building used to manage the entrance to a campus or building grounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gatehouse ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gatehouse, + tag:Location, + tag:Space . + +brick:Generator_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Generator Room" ; + rdfs:subClassOf brick:Electrical_Room ; + skos:definition "A room for electrical equipment, specifically electrical generators."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Generator, + tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:HVAC_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Zone" ; + rdfs:subClassOf brick:Zone ; + skos:definition "a space or group of spaces, within a building with heating, cooling, and ventilating requirements, that are sufficiently similar so that desired conditions (e.g., temperature) can be maintained throughout using a single sensor (e.g., thermostat or temperature sensor)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:HVAC, + tag:Location, + tag:Zone . + +brick:Hail_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hail Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures hail in terms of its size and damage potential"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hail, + tag:Point, + tag:Sensor ; + brick:hasSubstance brick:Hail . + +brick:Hallway a owl:Class, + sh:NodeShape ; + rdfs:label "Hallway" ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "A common space, used to connect other parts of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hallway ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Hallway, + tag:Location, + tag:Space . + +brick:Hazardous_Materials_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Hazardous Materials Storage" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hazardous ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Materials ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hazardous, + tag:Location, + tag:Materials, + tag:Room, + tag:Space, + tag:Storage . + +brick:Heat_Detector a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Detector" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Heat, + tag:Safety . + +brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water . + +brick:Heat_Exchanger_System_Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger System Enable Status" ; + rdfs:subClassOf brick:Enable_Status, + brick:System_Status ; + skos:definition "Indicates if the heat exchanger system has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Exchanger, + tag:Heat, + tag:Point, + tag:Status, + tag:System . + +brick:Heat_Recovery_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Recovery Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Hot, + tag:Recovery, + tag:System, + tag:Water . + +brick:Heat_Sink_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Sink Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measure temperature of the heat sink on a device such as a VFD."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat_Sink ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat_Sink, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Heat_Wheel a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Wheel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Wheel . + +brick:Heat_Wheel_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Wheel VFD" ; + rdfs:subClassOf brick:VFD ; + skos:definition "A VFD that drives a heat wheel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:VFD, + tag:Wheel . + +brick:Heating_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of heating to be delivered (typically as a proportion of total heating output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Heat, + tag:Point . + +brick:Heating_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Setpoint . + +brick:Heating_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables heating functionality in equipment but certain condition(s) must be met first before actively heating. For the actively heating control, see Heating_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Heating, + tag:Point . + +brick:Heating_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Heating Thermal Power Sensor" ; + rdfs:subClassOf brick:Thermal_Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal . + +brick:High_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is higher than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:High, + tag:Point . + +brick:High_CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High CO2 Alarm" ; + rdfs:subClassOf brick:CO2_Alarm ; + skos:definition "A device that indicates high concentration of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:High, + tag:Point . + +brick:High_Head_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Head Pressure Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Head ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Head, + tag:High, + tag:Point, + tag:Pressure . + +brick:High_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Humidity Alarm" ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates high concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Point . + +brick:High_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Humidity Alarm Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a high humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Parameter, + tag:Point . + +brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The upper bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "High Return Air Temperature Alarm" ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too high"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:High, + tag:Point, + tag:Return, + tag:Temperature . + +brick:High_Static_Pressure_Cutout_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "High Static Pressure Cutout Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cutout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cutout, + tag:High, + tag:Limit, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:High_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Supply Air Temperature Alarm" ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:High_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:High, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:High_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Temperature Alarm Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a high temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Hold_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Hold Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hold, + tag:Point, + tag:Status . + +brick:Hospitality_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Hospitality Box" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hospitality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hospitality, + tag:Location, + tag:Room, + tag:Space . + +brick:Hot_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Box" ; + rdfs:subClassOf brick:Laboratory ; + skos:definition "hot air chamber forming part of an air handler."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hot, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Hot_Water_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Hot_Water_Radiator ; + skos:definition "Hydronic heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Coil" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Temperature Sensor" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor, + brick:Leaving_Hot_Water_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Hot_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate hot water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Loop, + tag:Water . + +brick:Hot_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Pump" ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on hot water; typically part of a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of hot air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Usage Sensor" ; + rdfs:subClassOf brick:Water_Usage_Sensor ; + skos:definition "Measures the amount of hot water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Sensor, + tag:Usage, + tag:Water . + +brick:Humidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Humidification Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Humidifier a owl:Class, + sh:NodeShape ; + rdfs:label "Humidifier" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that adds moisture to air or other gases"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Humidifier . + +brick:Humidifier_Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Humidifier Fault Status" ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the presence of a fault in a humidifier"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Humidifier, + tag:Point, + tag:Status . + +brick:Humidify_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Humidify Command" ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidify ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Humidify, + tag:Point ; + brick:hasQuantity brick:Humidity . + +brick:Humidity_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity . + +brick:Humidity_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Tolerance Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of humidity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:IDF a owl:Class, + sh:NodeShape ; + rdfs:label "IDF" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:IDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Ice Tank Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving an ice tank"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water . + +brick:Illuminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Illuminance Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Target Illuminance of the zone."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Setpoint . + +brick:Induction_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Induction Unit" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an primary air connection and integrated coil and condensate pan that performs sensible and latent cooling of a space. Essentially an Active Chilled Beam with a built in condensate pan."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Induction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Induction, + tag:Unit . + +brick:Information_Area a owl:Class, + sh:NodeShape ; + rdfs:label "Information Area" ; + rdfs:subClassOf brick:Outdoor_Area ; + skos:definition "An information booth or kiosk where visitors would look for information"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Information ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Information, + tag:Location, + tag:Outdoor . + +brick:Inside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Inside Face Surface Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature . + +brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Inside Face Surface Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the inside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature . + +brick:Intake_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Intake Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters air intake"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Intake . + +brick:Intake_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Intake Air Temperature Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + skos:definition "Measures air at the interface between the building and the outside"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Intake, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Intrusion_Detection_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Intrusion Detection Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intrusion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detection, + tag:Equipment, + tag:Intrusion, + tag:Security . + +brick:Inverter a owl:Class, + sh:NodeShape ; + rdfs:label "Inverter" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "A device that changes direct current into alternating current"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inverter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Inverter . + +brick:Janitor_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Janitor Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A room set aside for the storage of cleaning equipment and supplies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Janitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Janitor, + tag:Location, + tag:Room, + tag:Space . + +brick:Jet_Nozzle_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Jet Nozzle Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Jet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Nozzle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Jet, + tag:Nozzle . + +brick:Laminar_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Laminar Flow Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laminar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Flow, + tag:Laminar . + +brick:Last_Fault_Code_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Last Fault Code Status" ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the last fault code that occurred"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Code ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Last ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Code, + tag:Fault, + tag:Last, + tag:Point, + tag:Status . + +brick:Lead_Lag_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lead Lag Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Enables lead/lag operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lag, + tag:Lead, + tag:Point . + +brick:Lead_Lag_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Lead Lag Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if lead/lag operation is enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lag, + tag:Lead, + tag:Point, + tag:Status . + +brick:Lead_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lead On Off Command" ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "Controls the active/inactive status of the \"lead\" part of a lead/lag system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lead, + tag:Off, + tag:On, + tag:Point . + +brick:Leaving_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is supplied from a chiller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Leaving_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the flow of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of domestic water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leavinging part of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving High Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Leaving_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Leaving, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Leaving_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Leaving_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Alarm" ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the leaving water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leaving, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Leaving_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Leaving_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Library a owl:Class, + sh:NodeShape ; + rdfs:label "Library" ; + rdfs:subClassOf brick:Room ; + skos:definition "A place for the storage and/or consumption of physical media, e.g. books, periodicals, and DVDs/CDs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Library ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Library, + tag:Location, + tag:Room, + tag:Space . + +brick:Light_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Light Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of the light provided by the device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Light ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Light, + tag:Point . + +brick:Lighting_System a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting System" ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and interfaces that serve or are a part of the lighting subsystem in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:System . + +brick:Lighting_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Zone" ; + rdfs:subClassOf brick:Zone ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:Location, + tag:Zone . + +brick:Liquid_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Liquid Detection Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Liquid, + tag:Point . + +brick:Load_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Load Current Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a load"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Load, + tag:Point, + tag:Sensor . + +brick:Loading_Dock a owl:Class, + sh:NodeShape ; + rdfs:label "Loading Dock" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dock ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loading ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dock, + tag:Loading, + tag:Location, + tag:Room, + tag:Space . + +brick:Locally_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Locally On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Locally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Locally, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Lockout_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Lockout Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality has been locked out from operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lockout, + tag:Point, + tag:Status . + +brick:Low_Battery_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Battery Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the battery is low."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Battery, + tag:Low, + tag:Point . + +brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Freeze Protect Temperature Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Protect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Low, + tag:Parameter, + tag:Point, + tag:Protect, + tag:Temperature . + +brick:Low_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Humidity Alarm" ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates low concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Point . + +brick:Low_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Humidity Alarm Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a low humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Parameter, + tag:Point . + +brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The lower bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Low Outside Air Temperature Enable Differential Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Enable_Differential_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Low Outside Air Temperature Enable Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Low Return Air Temperature Alarm" ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too low"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Low, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Low_Suction_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Suction Pressure Alarm" ; + rdfs:subClassOf brick:Pressure_Alarm ; + skos:definition "An alarm that indicates a low suction pressure in the compressor in a refrigeration or air conditioning system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Suction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Pressure, + tag:Suction . + +brick:Low_Supply_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Supply Air Flow Alarm" ; + rdfs:subClassOf brick:Low_Air_Flow_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Flow_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Low, + tag:Point, + tag:Supply . + +brick:Low_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Supply Air Temperature Alarm" ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Low, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Low_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Temperature Alarm Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a low temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Low_Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Voltage Alarm" ; + rdfs:subClassOf brick:Voltage_Alarm ; + skos:definition "An alarm that indicates the voltage is lower than its normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Voltage . + +brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Lowest Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lowest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Lowest, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static . + +brick:Luminaire a owl:Class, + sh:NodeShape ; + rdfs:label "Luminaire" ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A complete lighting unit consisting of a lamp or lamps and ballast(s) (when applicable) together with the parts designed to distribute the light, to position and protect the lamps, and to connect the lamps to the power supply."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Luminaire . + +brick:Luminaire_Driver a owl:Class, + sh:NodeShape ; + rdfs:label "Luminaire Driver" ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A power source for a luminaire"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Driver ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Driver, + tag:Equipment, + tag:Luminaire . + +brick:Luminance_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Luminance, + tag:Point . + +brick:Luminance_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of luminance delivered by a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Luminance, + tag:Point . + +brick:Luminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the luminous intensity per unit area of light travelling in a given direction"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Luminance . + +brick:Luminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets luminance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Luminance . + +brick:Luminous_Flux a brick:Quantity ; + rdfs:label "Luminous Flux" ; + qudt:applicableUnit unit:LM ; + skos:broader brick:Luminance ; + brick:hasQUDTReference qudtqk:LuminousFlux . + +brick:Luminous_Intensity a brick:Quantity ; + rdfs:label "Luminous Intensity" ; + qudt:applicableUnit unit:CD, + unit:CP ; + skos:broader brick:Luminance ; + brick:hasQUDTReference qudtqk:LuminousIntensity . + +brick:MDF a owl:Class, + sh:NodeShape ; + rdfs:label "MDF" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:MDF, + tag:Room, + tag:Space, + tag:Telecom . + +brick:Mail_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Mail Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A room where mail is recieved and sorted for distribution to the rest of the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Mail, + tag:Room, + tag:Space . + +brick:Maintenance_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Maintenance Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Maintenance\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Maintenance, + tag:Mode, + tag:Point . + +brick:Maintenance_Required_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Maintenance Required Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that repair/maintenance is required on an associated device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Required ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Maintenance, + tag:Point, + tag:Required . + +brick:Majlis a owl:Class, + sh:NodeShape ; + rdfs:label "Majlis" ; + rdfs:subClassOf brick:Lounge ; + skos:definition "In Arab countries, an Majlis is a private lounge where visitors are recieved and entertained"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Majlis ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Majlis, + tag:Space . + +brick:Makeup_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Makeup Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fluid, + tag:Liquid, + tag:Makeup, + tag:Valve, + tag:Water . + +brick:Manual_Auto_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Manual Auto Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system is under manual or automatic operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auto ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Auto, + tag:Manual, + tag:Point, + tag:Status . + +brick:Massage_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Massage Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "Usually adjunct to an athletic facility, a private/semi-private space where massages are performed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Massage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Massage, + tag:Room, + tag:Space . + +brick:Max_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Max Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for maximum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Chilled Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Max_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Max Frequency Command" ; + rdfs:subClassOf brick:Frequency_Command ; + skos:definition "Sets the maximum permitted frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Max, + tag:Point . + +brick:Max_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Fresh Air Setpoint Limit" ; + rdfs:subClassOf brick:Fresh_Air_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint . + +brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Hot Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Load Setpoint" ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Occupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Outside_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Outside Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Position Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Max_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Speed Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Supply Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Max_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Max_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en, + "Parameter for the maximum value of a Supply_Air_Temperature_Setpoint"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Unoccupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Water Level Alarm" ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the maximum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Max, + tag:Point, + tag:Water . + +brick:Max_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Max Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for max water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Media_Hot_Desk a owl:Class, + sh:NodeShape ; + rdfs:label "Media Hot Desk" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Desk ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Desk, + tag:Location, + tag:Media, + tag:Space . + +brick:Media_Production_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Media Production Room" ; + rdfs:subClassOf brick:Media_Room ; + skos:definition "A enclosed space used by media professionals for the production of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Production ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure between sections of a medium temperature hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Methane_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Methane Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of methane in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Methane ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Methane, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Methane_Concentration ; + brick:hasSubstance brick:Air . + +brick:Min_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for minimum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Chilled Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Min Frequency Command" ; + rdfs:subClassOf brick:Frequency_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Min, + tag:Point . + +brick:Min_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Fresh Air Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Hot Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Load Setpoint" ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Occupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Outside Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Position Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Position_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Min_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Speed Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Supply Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Min_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Min_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en, + "Parameter for the minimum value of a Supply_Air_Temperature_Setpoint"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Unoccupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Water Level Alarm" ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the minimum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Min, + tag:Point, + tag:Water . + +brick:Min_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for min water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Mixed_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "A filter that is applied to the mixture of recirculated and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Mixed . + +brick:Mixed_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Mixed, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the humidity of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of the mixed outside and return air streams"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Mixed . + +brick:Motor_Control_Center a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Control Center" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Center ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Center, + tag:Control, + tag:Equipment . + +brick:Motor_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Current Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Motor, + tag:Point, + tag:Sensor . + +brick:Motor_Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Direction Status" ; + rdfs:subClassOf brick:Direction_Status ; + skos:definition "Indicates which direction a motor is operating in, e.g. forward or reverse"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Motor, + tag:Point, + tag:Status . + +brick:Motor_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Motor On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Motor_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Speed . + +brick:Motor_Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Torque Sensor" ; + rdfs:subClassOf brick:Torque_Sensor ; + skos:definition "Measures the torque, or rotating power, of a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Torque . + +brick:NO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "NO2 Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of NO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:NO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:NO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:Natural_Gas_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Seismic_Shutoff_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Seismic Shutoff Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valves that automatically shut off your natural gas service when an earthquake of a sufficient magnitude occurs at the location."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Seismic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutoff ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Natural, + tag:Seismic, + tag:Shutoff, + tag:Valve . + +brick:Natural_Gas_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of natural gas that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Usage . + +brick:No_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "No Water Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "Alarm indicating that there is no water in the equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:No ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:No, + tag:Point, + tag:Water . + +brick:Noncondensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Noncondensing Natural Gas Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Noncondensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural, + tag:Noncondensing . + +brick:Occupancy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Occupancy, + tag:Point . + +brick:Occupancy_Count_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Count Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring the number of people in an area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Count ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Count, + tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy_Count . + +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:Occupancy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects occupancy of some space or area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy . + +brick:Occupied_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Occupied_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Occupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Mode Status" ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Occupied Cooling Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + skos:definition "Sets temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Occupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Mode Status" ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Occupied Heating Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + skos:definition "Sets temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Occupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is occupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Occupied, + tag:Point, + tag:Setpoint . + +brick:Occupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Occupied Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Occupied Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Occupied Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone . + +brick:Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Off Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:Point . + +brick:Office_Kitchen a owl:Class, + sh:NodeShape ; + rdfs:label "Office Kitchen" ; + rdfs:subClassOf brick:Room ; + skos:definition "A common space, usually near or in a breakroom, where minor food preperation occurs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Kitchen ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Kitchen, + tag:Location, + tag:Office, + tag:Room, + tag:Space . + +brick:On_Command a owl:Class, + sh:NodeShape ; + rdfs:label "On Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:On, + tag:Point . + +brick:On_Timer_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "On Timer Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Timer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Sensor, + tag:Timer . + +brick:Open_Close_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Open Close Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the open/close status of a device such as a damper or valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Open, + tag:Point, + tag:Status . + +brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Open Heating Valve Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Open, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Valve . + +brick:Open_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Open Office" ; + rdfs:subClassOf brick:Office ; + skos:definition "An open space used for work or study by mulitple people. Usuaully subdivided into cubicles or desks"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Open, + tag:Room, + tag:Space . + +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, + sh:NodeShape ; + rdfs:label "Output Frequency Sensor" ; + rdfs:subClassOf brick:Frequency_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Output, + tag:Point, + tag:Sensor . + +brick:Output_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Output Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage output by some process or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Output, + tag:Point, + tag:Sensor, + tag:Voltage . + +brick:Outside a owl:Class, + sh:NodeShape ; + rdfs:label "Outside" ; + rdfs:subClassOf brick:Location ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Outside . + +brick:Outside_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air CO2 Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air CO Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Dewpoint ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Enthalpy ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of outside air into the system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets outside air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Grains Sensor" ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Lockout Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Lockout, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Wet Bulb Temperature Sensor" ; + rdfs:subClassOf brick:Air_Wet_Bulb_Temperature_Sensor, + brick:Outside_Air_Temperature_Sensor ; + skos:definition "A sensor measuring the wet-bulb temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Outside . + +brick:Outside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Face Surface Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature . + +brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Face Surface Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the outside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature . + +brick:Outside_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving outside air; air that is supplied into the building from the outdoors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Outside . + +brick:Outside_Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Illuminance Sensor" ; + rdfs:subClassOf brick:Illuminance_Sensor ; + skos:definition "Measures the total luminous flux incident on an outside, per unit area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Outside, + tag:Point, + tag:Sensor . + +brick:Overload_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Overload Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that can indicate when a full-load current is exceeded."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overload ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Overload, + tag:Point . + +brick:Overridden_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden Off Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Overridden_On_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden On Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Ozone_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Ozone Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of ozone in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ozone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Ozone, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ozone_Concentration ; + brick:hasSubstance brick:Air . + +brick:PAU a owl:Class, + sh:NodeShape ; + rdfs:label "PAU" ; + rdfs:subClassOf brick:AHU ; + skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PAU . + +brick:PIR_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PIR Sensor" ; + rdfs:subClassOf brick:Motion_Sensor ; + skos:definition "Detects the presense of motion in some area using the differential change in infrared intensity between two or more receptors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PIR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PIR, + tag:Point, + tag:Sensor . + +brick:PM10_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM10 Level Sensor" ; + rdfs:subClassOf brick:PM10_Sensor ; + skos:definition "Detects level of particulates of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor . + +brick:PM1_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM1 Level Sensor" ; + rdfs:subClassOf brick:PM1_Sensor ; + skos:definition "Detects level of particulates of size 1 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor . + +brick:PM2.5_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM2.5 Level Sensor" ; + rdfs:subClassOf brick:PM2.5_Sensor ; + skos:definition "Detects level of particulates of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor . + +brick:PVT_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "PVT Panel" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar, + tag:Thermal . + +brick:PV_Generation_System a owl:Class ; + rdfs:label "PV Generation System" ; + rdfs:subClassOf brick:Energy_Generation_System ; + skos:definition "A collection of photovoltaic devices that generates energy"@en . + +brick:Parking_Level a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Level" ; + rdfs:subClassOf brick:Floor ; + skos:definition "A floor of a parking structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Floor, + tag:Level, + tag:Location, + tag:Parking . + +brick:Parking_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Space" ; + rdfs:subClassOf brick:Space ; + skos:definition "An area large enough to park an individual vehicle"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Parking, + tag:Space . + +brick:Parking_Structure a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Structure" ; + rdfs:subClassOf brick:Building ; + skos:definition "A building or part of a building devoted to vehicle parking"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Structure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Location, + tag:Parking, + tag:Structure . + +brick:Passive_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Passive Chilled Beam" ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A chilled beam that does not have an integral air supply and instead relies on natural convection to draw air through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Passive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment, + tag:Passive . + +brick:Peak_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Peak Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "The peak power consumed by a process over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Peak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Electric, + tag:Peak, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Peak_Power . + +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, + sh:NodeShape ; + rdfs:label "Photovoltaic Current Output Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:Photovoltaic, + tag:Point, + tag:Sensor . + +brick:Piezoelectric_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Piezoelectric Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses changes pressure, acceleration, temperature, force or strain via the piezoelectric effect"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Piezoelectric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Piezoelectric, + tag:Point, + tag:Sensor . + +brick:PlugStrip a owl:Class, + sh:NodeShape ; + rdfs:label "PlugStrip" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PlugStrip ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PlugStrip . + +brick:Plumbing_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Plumbing Room" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plumbing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Plumbing, + tag:Room, + tag:Service, + tag:Space . + +brick:Portfolio a owl:Class, + sh:NodeShape ; + rdfs:label "Portfolio" ; + rdfs:subClassOf brick:Collection ; + skos:definition "A collection of sites"@en ; + sh:property [ sh:or ( [ sh:class brick:Site ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Portfolio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:Portfolio . + +brick:Power_Factor_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Power Factor Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Factor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Factor, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Power_Factor . + +brick:Power_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Power Loss Alarm" ; + rdfs:subClassOf brick:Power_Alarm ; + skos:definition "An alarm that indicates a power failure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Power . + +brick:Prayer_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Prayer Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A room set aside for prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Prayer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Prayer, + tag:Room, + tag:Space . + +brick:Pre_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Pre Filter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Pre . + +brick:Pre_Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pre Filter Status" ; + rdfs:subClassOf brick:Filter_Status ; + skos:definition "Indicates if a prefilter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Pre, + tag:Status . + +brick:Preheat_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to activate preheating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Preheat . + +brick:Preheat_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for preheat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Preheat, + tag:Setpoint . + +brick:Preheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Preheat, + tag:System, + tag:Water . + +brick:Preheat_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Hot Water Valve" ; + rdfs:subClassOf brick:Hot_Water_Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Hot, + tag:Preheat, + tag:Valve, + tag:Water . + +brick:Preheat_Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Supply Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Preheat, + tag:Sensor, + tag:Supply, + tag:Temperature . + +brick:Private_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Private Office" ; + rdfs:subClassOf brick:Enclosed_Office ; + skos:definition "An office devoted to a single individual, with walls and door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Private ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Private, + tag:Room, + tag:Space . + +brick:Pump_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the speed of a pump (typically as a proportion of its full pumping capacity)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Pump . + +brick:Pump_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pump On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Room" ; + rdfs:subClassOf brick:Mechanical_Room ; + skos:definition "A mechanical room that houses pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Pump, + tag:Room, + tag:Service, + tag:Space . + +brick:Pump_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a pump"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Pump VFD" ; + rdfs:subClassOf brick:VFD ; + skos:definition "Variable-frequency drive for pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:VFD . + +brick:Radiant_Ceiling_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Ceiling Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Radiation Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Radiation, + tag:System, + tag:Water . + +brick:Radon_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radon Concentration Sensor" ; + rdfs:subClassOf brick:Radioactivity_Concentration_Sensor ; + skos:definition "Measures the concentration of radioactivity due to radon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radon ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radon, + tag:Sensor ; + brick:hasQuantity brick:Radon_Concentration ; + brick:hasSubstance brick:Air . + +brick:Rain_Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Rain Duration Sensor" ; + rdfs:subClassOf brick:Duration_Sensor ; + skos:definition "Measures the duration of precipitation within some time frame"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Rain, + tag:Sensor . + +brick:Rain_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Rain Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of precipitation fallen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rain, + tag:Sensor ; + brick:hasQuantity brick:Precipitation . + +brick:Rated_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Rated Speed Setpoint" ; + rdfs:subClassOf brick:Speed_Setpoint ; + skos:definition "Sets rated speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rated, + tag:Setpoint, + tag:Speed . + +brick:Reactive_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Reactive Energy Sensor" ; + rdfs:subClassOf brick:Electric_Energy_Sensor ; + skos:definition "Measures the integral of reactive power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity brick:Reactive_Energy . + +brick:Reactive_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Reactive Power Sensor" ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity brick:Reactive_Power . + +brick:Reception a owl:Class, + sh:NodeShape ; + rdfs:label "Reception" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reception ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Reception, + tag:Room, + tag:Space . + +brick:Refrigerant_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Refrigerant Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Refrigerant, + tag:Sensor ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Refrigerant . + +brick:Reheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Reheat Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Reheat, + tag:System, + tag:Water . + +brick:Reheat_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Reheat Valve" ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Reheat, + tag:Valve . + +brick:Relay a owl:Class, + sh:NodeShape ; + rdfs:label "Relay" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "an electrically operated switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Relay . + +brick:Relay_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Relay Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands to switch the relay"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Relay . + +brick:Relief_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Relief Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Relief . + +brick:Relief_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Relief Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Relief . + +brick:Remotely_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Remotely On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Remotely ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Remotely, + tag:Status . + +brick:Retail_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Retail Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space set aside for retail in a larger establishment, e.g. a gift shop in a hospital"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Retail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Retail, + tag:Room, + tag:Space . + +brick:Return_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO2 Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO2 Setpoint" ; + rdfs:subClassOf brick:CO2_Setpoint ; + skos:definition "Sets some property of CO2 in Return Air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Setpoint . + +brick:Return_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Dewpoint ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between the return and supply side"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Differential Pressure Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Enthalpy ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Return . + +brick:Return_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Grains Sensor" ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Plenum" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Return . + +brick:Return_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Return Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Return . + +brick:Return_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Return Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving return air -- air that is circulated from the building back into the HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Return . + +brick:Return_Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Return Heating Valve" ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve installed on the return side of a heat exchanger"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Return, + tag:Valve . + +brick:Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Riser" ; + rdfs:subClassOf brick:Vertical_Space ; + skos:definition "A vertical shaft indented for installing building infrastructure e.g., electrical wire, network communication wire, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Riser, + tag:Space, + tag:Vertical . + +brick:Rooftop a owl:Class, + sh:NodeShape ; + rdfs:label "Rooftop" ; + rdfs:subClassOf brick:Floor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Floor, + tag:Location, + tag:Rooftop . + +brick:Rotational_Speed a brick:Quantity ; + rdfs:label "Rotational_Speed" ; + qudt:applicableUnit unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Frequency, + qudtqk:Speed, + brick:Speed ; + skos:definition "Rotational speed" . + +brick:Run_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Run Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Run . + +brick:Run_Request_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Run Request Status" ; + rdfs:subClassOf brick:Run_Status ; + skos:definition "Indicates if a request has been filed to start a device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Request ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Request, + tag:Run, + tag:Status . + +brick:Safety_Shower a owl:Class, + sh:NodeShape ; + rdfs:label "Safety Shower" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Shower, + tag:Station, + tag:Wash . + +brick:Sash_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Sash Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a sash in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sash, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Schedule_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Schedule Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "The current setpoint as indicated by the schedule"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Schedule ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Schedule, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Sensor_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Sensor Failure Alarm" ; + rdfs:subClassOf brick:Failure_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Sensor . + +brick:Server_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Server Room" ; + rdfs:subClassOf brick:Room ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Server ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Server . + +brick:Shared_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Shared Office" ; + rdfs:subClassOf brick:Enclosed_Office ; + skos:definition "An office used by multiple people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shared ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Shared, + tag:Space . + +brick:Short_Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Short Cycle Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Short ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point, + tag:Short . + +brick:Shower a owl:Class, + sh:NodeShape ; + rdfs:label "Shower" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space containing showers, usually adjacent to an athletic or execise area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Shower, + tag:Space . + +brick:Smoke_Detector a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Detector" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Safety, + tag:Smoke . + +brick:Soil_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Soil Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of soil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Soil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Soil, + tag:Temperature ; + brick:hasSubstance brick:Soil . + +brick:Solar_Azimuth_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Azimuth Angle Sensor" ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the azimuth angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Azimuth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Solar Radiance Sensor" ; + rdfs:subClassOf brick:Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Radiance, + tag:Sensor, + tag:Solar ; + brick:hasQuantity brick:Solar_Radiance . + +brick:Solar_Zenith_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Zenith Angle Sensor" ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the zenith angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zenith ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor, + tag:Solar, + tag:Zenith . + +brick:Space_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Space Heater" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A heater used to warm the air in an enclosed area, such as a room or office"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Space . + +brick:Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to set speed to a certain degree."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Speed . + +brick:Speed_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Mode Status" ; + rdfs:subClassOf brick:Mode_Status, + brick:Speed_Status ; + skos:definition "Status indicating the speed mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Speed, + tag:Status . + +brick:Speed_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Sports_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Sports Service Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces used in the support of sports"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sports ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Sports . + +brick:Stage_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Stage Enable Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Stage . + +brick:Stage_Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Stage Riser" ; + rdfs:subClassOf brick:Furniture ; + skos:definition "A low platform in a space or on a stage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture, + tag:Riser, + tag:Stage . + +brick:Stages_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Stages Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which stage a control loop or equipment is in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stages ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Stages, + tag:Status . + +brick:Staircase a owl:Class, + sh:NodeShape ; + rdfs:label "Staircase" ; + rdfs:subClassOf brick:Vertical_Space ; + skos:definition "A vertical space containing stairs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Staircase ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Staircase, + tag:Vertical . + +brick:Standby_CRAC a owl:Class, + sh:NodeShape ; + rdfs:label "Standby CRAC" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CRAC, + tag:Equipment, + tag:Standby . + +brick:Standby_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan that is activated as part of a lead/lag operation or when a primary fan raises an alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Standby . + +brick:Standby_Glycool_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Glycool Unit On Off Status" ; + rdfs:subClassOf brick:Standby_Unit_On_Off_Status ; + skos:definition "Indicates the on/off status of a standby glycool unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Glycool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Glycool, + tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Start_Stop_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Start Stop Command" ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "A Start/Stop Command controls or reports the active/inactive status of a control sequence"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Start, + tag:Stop . + +brick:Steam_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Steam_Radiator ; + skos:definition "Steam heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Steam_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a steam distribution source to represent how steam is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Steam . + +brick:Steam_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Steam On Off Command" ; + rdfs:subClassOf brick:On_Off_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point, + tag:Steam . + +brick:Steam_System a owl:Class, + sh:NodeShape ; + rdfs:label "Steam System" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Steam, + tag:System . + +brick:Steam_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of steam that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Steam, + tag:Usage . + +brick:Steam_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Valve" ; + rdfs:subClassOf brick:HVAC_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Steam, + tag:Valve . + +brick:Studio a owl:Class, + sh:NodeShape ; + rdfs:label "Studio" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Studio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space, + tag:Studio . + +brick:Supply_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + owl:equivalentClass brick:Discharge_Air_Dewpoint_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Sensor, + tag:Supply . + +brick:Supply_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Duct Pressure Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Status, + tag:Supply . + +brick:Supply_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Demand Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow High Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply . + +brick:Supply_Air_Flow_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Low Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply . + +brick:Supply_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + owl:equivalentClass brick:Discharge_Air_Humidity_Sensor ; + skos:definition "Measures the relative humidity of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Supply ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Humidity_Setpoint ; + skos:definition "Humidity setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Integral Gain Parameter" ; + rdfs:subClassOf brick:Integral_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Integral_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Supply Air Proportional Gain Parameter" ; + rdfs:subClassOf brick:Proportional_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Proportional_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply . + +brick:Supply_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Smoke Detection Alarm" ; + rdfs:subClassOf brick:Air_Alarm, + brick:Smoke_Detection_Alarm ; + owl:equivalentClass brick:Discharge_Air_Smoke_Detection_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Detection, + tag:Point, + tag:Smoke, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Deadband Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within supply regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step, + tag:Supply . + +brick:Supply_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Cooling_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Heating_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Reset Differential Setpoint" ; + rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Step Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Step, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Velocity_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Fan" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Supply . + +brick:Surveillance_Camera a owl:Class, + sh:NodeShape ; + rdfs:label "Surveillance Camera" ; + rdfs:subClassOf brick:Camera, + brick:Video_Surveillance_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Switch_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Switch Room" ; + rdfs:subClassOf brick:Telecom_Room ; + skos:definition "A telecommuncations room housing network switches"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Switch, + tag:Telecom . + +brick:Switch_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Switch Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Switch . + +brick:Switchgear a owl:Class, + sh:NodeShape ; + rdfs:label "Switchgear" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switchgear ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Switchgear . + +brick:System_Shutdown_Status a owl:Class, + sh:NodeShape ; + rdfs:label "System Shutdown Status" ; + rdfs:subClassOf brick:Status, + brick:System_Status ; + skos:definition "Indicates if a system has been shutdown"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutdown ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Shutdown, + tag:Status, + tag:System . + +brick:TETRA_Room a owl:Class, + sh:NodeShape ; + rdfs:label "TETRA Room" ; + rdfs:subClassOf brick:Telecom_Room ; + skos:definition "A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TETRA ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:TETRA, + tag:Telecom . + +brick:TVOC_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "TVOC Level Sensor" ; + rdfs:subClassOf brick:TVOC_Sensor ; + skos:definition "A sensor measuring the level of all VOCs in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC . + +brick:Team_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Team Room" ; + rdfs:subClassOf brick:Enclosed_Office ; + skos:definition "An office used by multiple team members for specific work tasks. Distinct from Conference Room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Team ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space, + tag:Team . + +brick:Temperature_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Adjust Sensor" ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "Measures user-provided adjustment of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Temperature_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a temperature alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity, + tag:Temperature . + +brick:Temperature_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Tolerance Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature, + tag:Tolerance . + +brick:Temporary_Occupancy_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Temporary Occupancy Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temporary ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status, + tag:Temporary . + +brick:Thermal_Energy a brick:Quantity ; + rdfs:label "Thermal Energy" ; + 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, + sh:NodeShape ; + rdfs:label "Thermal Power Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A standalone thermal power meter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Power, + tag:Thermal . + +brick:Thermally_Activated_Building_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Thermally Activated Building System Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activated, + tag:Building, + tag:Equipment, + tag:Panel, + tag:System, + tag:Thermally . + +brick:Thermostat a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostat" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Thermostat . + +brick:Thermostat_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostat Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a thermostat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Thermostat . + +brick:Thermostatic_Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostatic Mixing Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Water_Valve ; + skos:definition "A valve that blends hot water with cold water to ensure constant, safe shower and bath outlet temperatures, preventing scalding."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Mixed, + tag:Thermal, + tag:Valve, + tag:Water . + +brick:Ticketing_Booth a owl:Class, + sh:NodeShape ; + rdfs:label "Ticketing Booth" ; + rdfs:subClassOf brick:Space ; + skos:definition "A room or space used to sell or distribute tickets to events at a venue"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ticketing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booth, + tag:Location, + tag:Space, + tag:Ticketing . + +brick:Tint_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Tint Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "The target level of window tint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Tint . + +brick:Tint_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Tint Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "The current level of window tint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Tint . + +brick:Touchpanel a owl:Class, + sh:NodeShape ; + rdfs:label "Touchpanel" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Touchpanel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Touchpanel . + +brick:Trace_Heat_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Trace Heat Sensor" ; + rdfs:subClassOf brick:Heat_Sensor ; + skos:definition "Measures the surface temperature of pipelines carrying temperature-sensitive products; typically used to avoid frosting/freezing"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Trace ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Sensor, + tag:Trace . + +brick:Transfer_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Transfer Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that transfers air from a space to another space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Transfer . + +brick:Transformer a owl:Class, + sh:NodeShape ; + rdfs:label "Transformer" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Transformer . + +brick:Transformer_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Transformer Room" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Transformer . + +brick:Tunnel a owl:Class, + sh:NodeShape ; + rdfs:label "Tunnel" ; + rdfs:subClassOf brick:Space ; + skos:definition "An enclosed space that connects buildings. Often underground"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tunnel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tunnel . + +brick:Underfloor_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Underfloor . + +brick:Underfloor_Air_Plenum_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum Static Pressure Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Underfloor . + +brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets the underfloor air plenum static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Underfloor . + +brick:Underfloor_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of underfloor air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Underfloor . + +brick:Unit_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Unit Failure Alarm" ; + rdfs:subClassOf brick:Failure_Alarm ; + skos:definition "An alarm that indicates the failure of an equipment or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Unit . + +brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Mode Status" ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Cooling_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Mode Status" ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Heating_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Unoccupied_Heating_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is unoccupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Unoccupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Unoccupied Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Room_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Unoccupied Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Unoccupied Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint, + brick:Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied, + tag:Zone . + +brick:VFD_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "VFD Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a variable frequency drive"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:VFD . + +brick:Valve_Position_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that the valve position is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Position, + tag:Valve . + +brick:Valve_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Command" ; + rdfs:subClassOf brick:Position_Command, + brick:Valve_Command ; + skos:definition "Controls the position (the degree of openness) of a valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a valve in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "The current status of the valve."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Valve . + +brick:Variable_Air_Volume_Box_With_Reheat a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Air Volume Box With Reheat" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:Reheat, + tag:Variable, + tag:Volume . + +brick:Variable_Frequency_Drive a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Frequency Drive" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Equipment, + tag:Frequency, + tag:Variable . + +brick:Velocity_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Velocity Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static veloicty pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Velocity . + +brick:Vent_Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Vent Operating Mode Status" ; + rdfs:subClassOf brick:Operating_Mode_Status ; + skos:definition "Indicates the current operating mode of a vent"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vent ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status, + tag:Vent . + +brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Ventilation Air Flow Ratio Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Ratio, + tag:Ventilation . + +brick:Ventilation_Air_System a owl:Class, + sh:NodeShape ; + rdfs:label "Ventilation Air System" ; + rdfs:subClassOf brick:Air_System ; + skos:definition "The equipment, devices, and conduits that handle the introduction and distribution of ventilation air in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System, + tag:Ventilation . + +brick:Video_Intercom a owl:Class, + sh:NodeShape ; + rdfs:label "Video Intercom" ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security, + tag:Video . + +brick:Visitor_Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Visitor Lobby" ; + rdfs:subClassOf brick:Lobby ; + skos:definition "A lobby for visitors to the building. Sometimes used to distinguish from an employee entrance looby"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Visitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Voltage Imbalance Sensor" ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the voltage difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity brick:Voltage_Imbalance . + +brick:Voltage_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Ratio Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of voltage in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint, + tag:Voltage . + +brick:Wardrobe a owl:Class, + sh:NodeShape ; + rdfs:label "Wardrobe" ; + rdfs:subClassOf brick:Room ; + skos:definition "Storage for clothing, costumes, or uniforms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wardrobe ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Wardrobe . + +brick:Warm_Cool_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Warm Cool Adjust Sensor" ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "User provided adjustment of zone temperature, typically in the range of +/- 5 degrees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Cool, + tag:Point, + tag:Sensor, + tag:Warm . + +brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Warmest Zone Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warmest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Warmest, + tag:Zone . + +brick:Waste_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Waste Storage" ; + rdfs:subClassOf brick:Storage_Room ; + skos:definition "A room used for storing waste such as trash or recycling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage, + tag:Waste . + +brick:Water_Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Temperature Setpoint" ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets the target differential temperature between the start and end of a heat transfer cycle in a water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:Water_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Water Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a water distribution source to represent how water is distributed across multiple destinations (pipes)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Water . + +brick:Water_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Loss Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a loss of water e.g. during transport"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Water . + +brick:Water_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Water Tank" ; + rdfs:subClassOf brick:Space ; + skos:definition "A space used to hold water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tank, + tag:Water . + +brick:Weather_Condition a brick:Quantity ; + rdfs:label "Weather Condition" . + +brick:Weather_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Weather Station" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A dedicated weather measurement station"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Weather ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Station, + tag:Weather . + +brick:Wind_Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Wind Direction Sensor" ; + rdfs:subClassOf brick:Direction_Sensor ; + skos:definition "Measures the direction of wind in degrees relative to North"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor, + tag:Wind ; + brick:hasQuantity brick:Wind_Direction . + +brick:Wind_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Wind Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + skos:definition "Measured speed of wind, caused by air moving from high to low pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed, + tag:Wind ; + brick:hasQuantity brick:Linear_Speed . + +brick:Workshop a owl:Class, + sh:NodeShape ; + rdfs:label "Workshop" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space used to house equipment that can be used to repair or fabricate things"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Workshop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Workshop . + +brick:Zone_Air_Conditioning_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Conditioning Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the mode of AC for a zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:Mode, + tag:Point, + tag:Status, + tag:Zone . + +brick:Zone_Air_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Zone_Air_Temperature_Setpoint ; + skos:definition "The upper (cooling) setpoint for zone air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone . + +brick:Zone_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Sensor, + tag:Zone ; + brick:hasQuantity brick:Dewpoint ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Zone_Air_Temperature_Setpoint ; + skos:definition "The lower (heating) setpoint for zone air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heating, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone . + +brick:Zone_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Zone ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Zone ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Occupied Load Shed Command" ; + rdfs:subClassOf brick:Occupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed, + tag:Zone . + +brick:Zone_Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Standby Load Shed Command" ; + rdfs:subClassOf brick:Standby_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby, + tag:Zone . + +brick:Zone_Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Unoccupied Load Shed Command" ; + rdfs:subClassOf brick:Unoccupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied, + tag:Zone . + +brick:aggregate a brick:EntityProperty ; + rdfs:label "Aggregate" ; + rdfs:domain brick:Point ; + rdfs:range bsh:AggregationShape ; + skos:definition "Description of how the dta for this point is aggregated" . + +brick:azimuth a brick:EntityProperty ; + rdfs:label "Azimuth" ; + rdfs:range bsh: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:label "Building primary function" ; + rdfs:domain brick:Building ; + rdfs:range bsh: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:label "Building thermal transmittance" ; + rdfs:domain brick:Building ; + rdfs:range bsh: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:label "Cooling capacity" ; + rdfs:domain brick:Chiller ; + rdfs:range bsh: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:label "Coordinates" ; + rdfs:range bsh:CoordinateShape ; + skos:definition "The location of an entity in latitude/longitude" . + +brick:currentFlowType a brick:EntityProperty ; + rdfs:label "Current flow type" ; + rdfs:range bsh:CurrentFlowTypeShape ; + skos:definition "The current flow type of the entity" . + +brick:electricalPhaseCount a brick:EntityProperty ; + rdfs:label "Electrical phase count" ; + rdfs:range bsh:PhaseCountShape ; + skos:definition "Entity has these phases" . + +brick:electricalPhases a brick:EntityProperty ; + rdfs:label "Electrical phases" ; + rdfs:range bsh:PhasesShape ; + skos:definition "Entity has these electrical AC phases" . + +brick:feedsAir rdfs:subPropertyOf brick:feeds ; + skos:definition "Passes air"@en . + +brick:grossArea a brick:EntityProperty ; + rdfs:label "Gross area" ; + rdfs:range bsh:AreaShape ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has gross 2-dimensional area" . + +brick:hasAddress rdfs:label "Has address" ; + 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:label "Has input substance" ; + 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:label "Has output substance" ; + 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 ; + rdfs:label "Has QUDT reference" ; + skos:definition "Points to the relevant QUDT definition"@en . + +brick:isVirtualMeter a brick:EntityProperty ; + rdfs:label "is virtual meter" ; + rdfs:domain brick:Meter ; + rdfs:range bsh:VirtualMeterShape ; + skos:definition "True if the associated meter is 'virtual', i.e. a logical meter which includes or aggregates information from a variety of sources such as other submeters or equipment." . + +brick:measuredModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Measured module conversion efficiency" ; + rdfs:domain brick:PV_Panel ; + rdfs:range bsh:EfficiencyShape ; + rdfs:subPropertyOf brick:conversionEfficiency ; + skos:definition "The measured percentage of sunlight that is converted into usable power" . + +brick:measuredPowerInput a brick:EntityProperty ; + rdfs:range bsh:PowerShape ; + skos:definition "The nominal measured power input of the entity" . + +brick:measuredPowerOutput a brick:EntityProperty ; + rdfs:range bsh:PowerShape ; + skos:definition "The nominal measured power output of the entity" . + +brick:netArea a brick:EntityProperty ; + rdfs:label "Net area" ; + rdfs:range bsh:AreaShape ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has net 2-dimensional area" . + +brick:operationalStage a brick:EntityProperty ; + rdfs:label "Operational stage" ; + rdfs:range bsh:StageShape ; + skos:definition "The associated operational stage" . + +brick:operationalStageCount a brick:EntityProperty ; + rdfs:label "Operational stage count" ; + rdfs:domain brick:Equipment ; + rdfs:range bsh:StageShape ; + skos:definition "The number of operational stages supported by this eqiupment" . + +brick:panelArea a brick:EntityProperty ; + rdfs:label "Panel area" ; + rdfs:range bsh:AreaShape ; + rdfs:subPropertyOf brick:area ; + skos:definition "Surface area of a panel, such as a PV panel" . + +brick:powerComplexity a brick:EntityProperty ; + rdfs:label "Power complexity" ; + rdfs:range bsh:PowerComplexityShape ; + skos:definition "Entity has this power complexity" . + +brick:powerFlow a brick:EntityProperty ; + rdfs:label "Power flow" ; + rdfs:range bsh:PowerFlowShape ; + skos:definition "Entity has this power flow relative to the building'" . + +brick:ratedMaximumCurrentInput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The maximum current that can be input to the entity" . + +brick:ratedMaximumCurrentOutput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The maximum current that can be output by the entity" . + +brick:ratedMaximumVoltageInput a brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The maximum voltage that can be input to the entity" . + +brick:ratedMaximumVoltageOutput a brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The maximum voltage that can be output by the entity" . + +brick:ratedMinimumCurrentInput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The minimum current that can be input to the entity" . + +brick:ratedMinimumCurrentOutput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The minimum current that can be output by the entity" . + +brick:ratedMinimumVoltageInput a brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The minimum voltage that can be input to the entity" . + +brick:ratedMinimumVoltageOutput a brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The minimum voltage that can be output by the entity" . + +brick:ratedModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Rated module conversion efficiency" ; + rdfs:domain brick:PV_Panel ; + rdfs:range bsh: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 bsh:PowerShape ; + skos:definition "The nominal rated power input of the entity" . + +brick:ratedPowerOutput a brick:EntityProperty ; + rdfs:range bsh:PowerShape ; + skos:definition "The nominal rated power output of the entity" . + +brick:temperatureCoefficientofPmax a brick:EntityProperty ; + rdfs:label "Temperature coefficient" ; + rdfs:range bsh: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:label "Tilt" ; + rdfs:range bsh:TiltShape ; + skos:definition "The direction an entity is facing in degrees above the horizon" . + +brick:volume a brick:EntityProperty ; + rdfs:label "Volume" ; + rdfs:range bsh:VolumeShape ; + skos:definition "Entity has 3-dimensional volume" . + +brick:yearBuilt a brick:EntityProperty ; + rdfs:label "Year built" ; + rdfs:domain brick:Building ; + rdfs:range bsh:YearBuiltShape ; + rdfs:seeAlso "https://project-haystack.org/tag/yearBuilt" ; + skos:definition "Four digit year that a building was first built. (adopted from Project Haystack)" . + +ref:BACnetReferenceShape a sh:NodeShape ; + skos:definition "Infers a BACnetReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:BACnetReference ; + sh:object ref:BACnetReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:IFCReferenceShape a sh:NodeShape ; + skos:definition "Infers a IFCReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:IFCReference ; + sh:object ref:IFCReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:TimeseriesReferenceShape a sh:NodeShape ; + skos:definition "Infers a TimeseriesReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:TimeseriesReference ; + sh:object ref:TimeseriesReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:bacnet-read-property a owl:DatatypeProperty ; + rdfs:label "bacnet-read-property" ; + rdfs:comment "The property of the BACnet object to read to get the current value of this entity." . + +ref:hasTimeseriesReference a owl:ObjectProperty ; + rdfs:label "hasTimeseriesReference" ; + rdfs:subPropertyOf ref:hasExternalReference ; + skos:definition "Metadata for accessing related timeseries data: Relates a Brick point to the TimeseriesReference that indicates where and how the data for this point is stored"@en ; + sh:class ref:TimeseriesReference . + +bsh:Absolute_HumidityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:SLUG-PER-FT3 unit:GRAIN-PER-GAL unit:TON_LONG-PER-YD3 unit:TON_US-PER-YD3 unit:KiloGM-PER-M3 unit:OZ_PER-GAL unit:TON_SHORT-PER-YD3 unit:LB-PER-GAL_US unit:PlanckDensity unit:LB-PER-GAL_UK unit:MilliGM-PER-DeciL unit:LB-PER-IN3 unit:LB-PER-FT3 unit:OZ_PER-IN3 unit:LB-PER-M3 unit:LB-PER-YD3 unit:TON_UK-PER-YD3 unit:LB-PER-GAL ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Active_EnergyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-HR unit:MegaW-HR unit:KiloW-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Active_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A unit:V-A unit:KiloV-A ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Alternating_Current_FrequencyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:HZ unit:GigaHZ unit:MegaHZ unit:KiloHZ ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Ammonia_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:AngleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:MIN_Angle unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Apparent_EnergyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:KiloV-A-HR unit:MegaV-A-HR unit:V-A-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Apparent_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A unit:V-A unit:KiloV-A ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Atmospheric_PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:BuildingMeterRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?newtype . + } + WHERE { + $this brick:meters ?bldg . + ?bldg rdf:type/rdfs:subClassOf* brick:Building . + $this rdf:type ?type . + BIND(IRI(CONCAT("https://brickschema.org/schema/Brick#Building_", strafter(str(?type), "https://brickschema.org/schema/Brick#"))) as ?newtype) . + FILTER (strEnds(str(?type), "_Meter")) + } + """ ] ; + sh:targetClass brick:Meter . + +bsh:CO2_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:CO_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Complex_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A unit:V-A unit:KiloV-A ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:ConductivityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MegaS-PER-M unit:MilliS-PER-M unit:MicroS-PER-CentiM unit:PicoS-PER-M unit:NanoS-PER-CentiM unit:S-PER-CentiM unit:KiloS-PER-M unit:S-PER-M unit:DeciS-PER-M unit:MicroS-PER-M unit:NanoS-PER-M unit:MilliS-PER-CentiM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Current_AngleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Current_ImbalanceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Current_Total_Harmonic_DistortionShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT unit:DeciB_M ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:DeprecationRule a sh:NodeShape ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecatedInVersion ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationMessage ], + [ sh:class sh:NodeShape ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationRule ], + [ sh:maxCount 0 ; + sh:message "This concept is deprecated" ; + sh:path ( rdf:type brick:deprecation ) ; + sh:severity sh:Warning ] ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { $this owl:deprecated true } + WHERE { $this brick:deprecation ?dep } + """ ; + sh:prefixes owl:, + brick: ] ; + sh:targetSubjectsOf brick:deprecation . + +bsh:DeprecationRuleForInstances a sh:NodeShape ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Entity has type which is deprecated" ; + sh:prefixes rdf:, + brick: ; + sh:select "SELECT $this WHERE { $this rdf:type/owl:deprecated true }" ] ; + sh:targetClass brick:Entity . + +bsh:DewpointShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:K unit:MilliDEG_C unit:PlanckTemperature unit:DEG_C unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_CO2_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_CO_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Differential_Dynamic_PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Differential_Static_PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:K unit:MilliDEG_C unit:PlanckTemperature unit:DEG_C unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Dry_Bulb_TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_C unit:K unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Electric_CurrentShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloA unit:MilliA unit:A_Stat unit:MicroA unit:A unit:A_Ab unit:NanoA unit:PicoA unit:MegaA unit:BIOT unit:PlanckCurrent ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Electric_EnergyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:J unit:MegaV-A_Reactive-HR unit:KiloV-A_Reactive-HR unit:KiloV-A-HR unit:V-A_Reactive-HR unit:V-A-HR unit:W-HR unit:MegaV-A-HR unit:MegaW-HR unit:KiloW-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Electric_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MilliW unit:PSI-M3-PER-SEC unit:TeraW unit:MegaV-A_Reactive unit:MegaW unit:MegaPA-M3-PER-SEC unit:PA-L-PER-SEC unit:ERG-PER-SEC unit:MegaPA-L-PER-SEC unit:MilliBAR-M3-PER-SEC unit:PSI-IN3-PER-SEC unit:HP_Electric unit:HP-PER-M unit:PicoW unit:HP_Metric unit:V-A unit:FT-LB_F-PER-HR unit:HP unit:KiloV-A_Reactive unit:KiloW unit:KiloV-A unit:PA-M3-PER-SEC unit:J-PER-HR unit:HP-PER-V unit:KiloCAL-PER-SEC unit:KiloCAL-PER-MIN unit:PSI-YD3-PER-SEC unit:MicroW unit:MegaV-A unit:NanoW unit:PlanckPower unit:W unit:BTU_IT-PER-SEC unit:J-PER-SEC unit:V-A_Reactive unit:GigaW unit:HP_Brake unit:MegaJ-PER-SEC unit:HP_Boiler unit:TON_FG unit:FT-LB_F-PER-SEC unit:BAR-M3-PER-SEC unit:FT-LB_F-PER-MIN unit:MilliBAR-L-PER-SEC unit:BAR-L-PER-SEC unit:BTU_IT-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:EnthalpyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:BTU_TH unit:TOE unit:MegaJ unit:ExaJ unit:CAL_TH unit:MegaTOE unit:PlanckEnergy unit:ERG unit:KiloV-A-HR unit:W-SEC unit:KiloJ unit:MegaEV unit:THM_US unit:N-M unit:TeraJ unit:EV unit:MilliJ unit:TonEnergy unit:KiloW-HR unit:QUAD unit:TeraW-HR unit:THM_EEC unit:PetaJ unit:J unit:KiloV-A_Reactive-HR unit:KiloEV unit:MegaV-A_Reactive-HR unit:GigaEV unit:FemtoJ unit:AttoJ unit:BTU_IT unit:KiloCAL unit:FT-LB_F unit:GigaW-HR unit:V-A_Reactive-HR unit:CAL_IT unit:GigaJ unit:V-A-HR unit:W-HR unit:E_h unit:MegaV-A-HR unit:MegaW-HR unit:FT-PDL ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:FlowShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:OZ_VOL_US-PER-SEC unit:QT_US-PER-DAY unit:QT_UK-PER-MIN unit:BU_US_DRY-PER-HR unit:MilliL-PER-DAY unit:GAL_US-PER-MIN unit:PK_US_DRY-PER-DAY unit:BBL_US-PER-DAY unit:GAL_UK-PER-DAY unit:BBL_UK_PET-PER-MIN unit:OZ_VOL_UK-PER-SEC unit:PK_UK-PER-HR unit:L-PER-MIN unit:CentiM3-PER-DAY unit:OZ_VOL_US-PER-HR unit:GAL_US-PER-SEC unit:BU_UK-PER-SEC unit:CentiM3-PER-MIN unit:PK_US_DRY-PER-MIN unit:M3-PER-HR unit:BU_UK-PER-MIN unit:OZ_VOL_US-PER-MIN unit:PINT_UK-PER-DAY unit:OZ_VOL_UK-PER-DAY unit:BBL_UK_PET-PER-HR unit:DeciM3-PER-MIN unit:GI_UK-PER-MIN unit:BBL_US_PET-PER-SEC unit:PINT_US-PER-HR unit:PINT_US-PER-SEC unit:QT_US-PER-MIN unit:YD3-PER-DAY unit:IN3-PER-HR unit:PINT_UK-PER-HR unit:YD3-PER-MIN unit:BU_UK-PER-DAY unit:OZ_VOL_US-PER-DAY unit:DeciM3-PER-DAY unit:MilliL-PER-HR unit:PINT_US-PER-DAY unit:PINT_UK-PER-SEC unit:IN3-PER-SEC unit:BU_US_DRY-PER-MIN unit:CentiM3-PER-HR unit:QT_UK-PER-SEC unit:QT_UK-PER-DAY unit:GAL_US-PER-HR unit:GAL_UK-PER-HR unit:PK_UK-PER-MIN unit:L-PER-SEC unit:BU_US_DRY-PER-DAY unit:GAL_UK-PER-MIN unit:QT_UK-PER-HR unit:YD3-PER-HR unit:YD3-PER-SEC unit:PK_UK-PER-DAY unit:GI_US-PER-MIN unit:DeciM3-PER-SEC unit:L-PER-DAY unit:CentiM3-PER-SEC unit:PINT_US-PER-MIN unit:M3-PER-DAY unit:L-PER-HR unit:BU_US_DRY-PER-SEC unit:FT3-PER-MIN unit:GI_US-PER-HR unit:M3-PER-MIN unit:FT3-PER-SEC unit:PK_US_DRY-PER-HR unit:FT3-PER-DAY unit:BBL_US-PER-MIN unit:PK_US_DRY-PER-SEC unit:GI_UK-PER-DAY unit:GI_US-PER-SEC unit:GAL_UK-PER-SEC unit:BBL_UK_PET-PER-DAY unit:GI_US-PER-DAY unit:BBL_US_PET-PER-HR unit:FT3-PER-HR unit:GI_UK-PER-HR unit:IN3-PER-MIN unit:BBL_UK_PET-PER-SEC unit:QT_US-PER-SEC unit:MilliL-PER-MIN unit:QT_US-PER-HR unit:PINT_UK-PER-MIN unit:PK_UK-PER-SEC unit:MilliL-PER-SEC unit:OZ_VOL_UK-PER-MIN unit:GAL_US-PER-DAY unit:BU_UK-PER-HR unit:M3-PER-SEC unit:OZ_VOL_UK-PER-HR unit:GI_UK-PER-SEC unit:KiloL-PER-HR unit:DeciM3-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Flow_LossShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:M3-PER-SEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Formaldehyde_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:FrequencyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PER-WK unit:MegaHZ unit:PER-MIN unit:PERCENT-PER-DAY unit:NUM-PER-HR unit:NUM-PER-YR unit:GigaHZ unit:SAMPLE-PER-SEC unit:KiloHZ unit:PER-MO unit:PER-DAY unit:PERCENT-PER-HR unit:PER-SEC unit:PERCENT-PER-WK unit:TeraHZ unit:PER-YR unit:PER-HR unit:failures-in-time unit:HZ unit:PER-MilliSEC unit:NUM-PER-SEC unit:PlanckFrequency ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:GrainsOfMoistureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:GRAIN ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:IlluminanceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LUX unit:FC unit:Phot ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:InferInverseProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +?o ?invP $this . +$this ?p ?o . +} +WHERE { + { $this ?p ?o } UNION { ?o ?invP $this } . + ?p owl:inverseOf ?invP . +} + """ ; + sh:prefixes owl: ] ; + sh:targetClass brick:Entity . + +bsh:InferSymmetricProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +?o ?prop $this . +$this ?prop ?o . +} +WHERE { + { $this ?prop ?o } UNION { ?o ?prop $this } . + ?prop a owl:SymmetricProperty . +} + """ ; + sh:prefixes rdf:, + owl: ] ; + sh:targetClass brick:Entity . + +bsh:IrradianceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-FT2 unit:W-PER-CentiM2 unit:W-PER-IN2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:LevelShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroM unit:IN unit:KiloM unit:YD unit:M unit:CentiM unit:FT unit:MilliM unit:DeciM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Linear_SpeedShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:FT-PER-SEC unit:MI-PER-HR unit:KiloM-PER-SEC unit:M-PER-SEC unit:KiloM-PER-HR unit:FT-PER-HR unit:MI-PER-SEC unit:M-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:LuminanceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:LA unit:CP unit:STILB unit:CD unit:CD-PER-M2 unit:CD-PER-IN2 unit:FT-LA unit:LM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Luminous_FluxShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Luminous_IntensityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:CP unit:CD ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:MassShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:LunarMass unit:PlanckMass unit:GM unit:OZ_TROY unit:Pennyweight unit:TON_Metric unit:TON_SHORT unit:EarthMass unit:GRAIN unit:Quarter_UK unit:CentiGM unit:DeciTON_Metric unit:DeciTONNE unit:KiloTON_Metric unit:DWT unit:LB unit:PicoGM unit:TON_Assay unit:U unit:CARAT unit:MilliGM unit:Stone_UK unit:HectoGM unit:TONNE unit:DeciGM unit:CWT_LONG unit:KiloTONNE unit:OZ unit:TON_UK unit:SLUG unit:Da unit:MegaGM unit:TON_US unit:Hundredweight_US unit:DecaGM unit:KiloGM unit:SolarMass unit:AMU unit:DRAM_UK unit:DRAM_US unit:NanoGM unit:MicroGM unit:Hundredweight_UK unit:CWT_SHORT unit:LB_T unit:TON_LONG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:MeterRelationshipRule a sh:NodeShape ; + sh:property [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:meters ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ], + [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:isMeteredBy ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ] ; + sh:targetClass brick:Meter . + +bsh:Methane_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:NO2_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:OWLEquivalentClassRule1 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes owl: ] ; + sh:targetSubjectsOf owl:equivalentClass . + +bsh:OWLEquivalentClassRule2 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes owl: ] ; + sh:targetObjectsOf owl:equivalentClass . + +bsh:Occupancy_PercentageShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:OneLastKnownValuePerEntity a sh:NodeShape ; + sh:property [ sh:maxCount 1 ; + sh:message "Only one last known value per entity is allowed" ; + sh:path brick:lastKnownValue ] ; + sh:targetSubjectsOf brick:lastKnownValue . + +bsh:Operative_TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_C unit:K unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Ozone_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PM10_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PM1_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PM2.5_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Peak_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MilliW unit:W unit:MegaW unit:KiloW ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Phasor_AngleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Phasor_MagnitudeShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PositionShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Power_FactorShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:UNITLESS ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PrecipitationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroM unit:IN unit:KiloM unit:YD unit:M unit:CentiM unit:FT unit:MilliM unit:DeciM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:RDFSRangeRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?val a ?shape . +} WHERE { + $this rdfs:range ?shape . + ?shape a sh:NodeShape . + ?ent $this ?val . +}""" ; + sh:prefixes rdf:, + rdfs:, + sh: ] ; + sh:targetSubjectsOf rdfs:range . + +bsh:RDFSSubPropertyOfRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s ?super ?o . +} WHERE { + $this rdfs:subPropertyOf ?super . + ?s $this ?o . +}""" ; + sh:prefixes rdfs: ] ; + sh:targetSubjectsOf rdfs:subPropertyOf . + +bsh:RadianceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Radiant_TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_C unit:K unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Radon_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:BQ-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Reactive_EnergyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:KiloV-A_Reactive-HR unit:V-A_Reactive-HR unit:MegaV-A_Reactive-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Reactive_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:V-A_Reactive unit:MegaV-A_Reactive unit:KiloV-A_Reactive ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Real_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A unit:V-A unit:KiloV-A ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Relative_HumidityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:UNITLESS ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Rotational_SpeedShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:RAD-PER-MIN unit:RAD-PER-HR unit:DEG-PER-SEC unit:DEG-PER-HR unit:RAD-PER-SEC unit:DEG-PER-MIN ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Solar_IrradianceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-FT2 unit:W-PER-CentiM2 unit:W-PER-IN2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Solar_RadianceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:SpeedShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:RAD-PER-MIN unit:RAD-PER-HR unit:FT3-PER-MIN-FT2 unit:FT-PER-SEC unit:MI-PER-HR unit:HZ-M unit:MegaHZ-M unit:DEG-PER-MIN unit:M-PER-SEC unit:KiloM-PER-HR unit:DEG-PER-SEC unit:DEG-PER-HR unit:MI-PER-SEC unit:BFT unit:GigaHZ-M unit:KiloM-PER-SEC unit:GigaC-PER-M3 unit:FT-PER-HR unit:M-PER-HR unit:RAD-PER-SEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Static_PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TVOC_ConcentrationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TagInferenceRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +$this brick:hasTag ?tag . +} WHERE { + $this rdf:type/rdfs:subClassOf* ?class . + ?class brick:hasAssociatedTag ?tag . +}""" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Entity . + +bsh:Thermal_EnergyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:BTU_TH unit:KiloCAL_Mean unit:THM_EEC unit:J unit:MegaJ unit:CAL_TH unit:KiloCAL_TH unit:KiloCAL_IT unit:KiloJ unit:THM_US unit:N-M unit:BTU_MEAN unit:BTU_IT unit:CAL_MEAN unit:KiloCAL unit:CAL_15_DEG_C unit:CAL_IT unit:GigaJ ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Thermal_PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MilliW unit:BTU_IT unit:KiloW unit:MegaW unit:W ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:TimeShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MO_MeanGREGORIAN unit:SH unit:MegaYR unit:MicroSEC unit:MilliH-PER-OHM unit:MO unit:MO_MeanJulian unit:POISE-PER-BAR unit:DAY_Sidereal unit:KiloSEC unit:HR_Sidereal unit:YR unit:PlanckTime unit:MicroH-PER-KiloOHM unit:NanoSEC unit:YR_TROPICAL unit:MIN unit:PA-SEC-PER-BAR unit:H-PER-OHM unit:CentiPOISE-PER-BAR unit:MIN_Sidereal unit:SEC unit:MilliH-PER-KiloOHM unit:YR_Common unit:PicoSEC unit:YR_Sidereal unit:DAY unit:WK unit:HR unit:H-PER-KiloOHM unit:MO_Synodic unit:MilliPA-SEC-PER-BAR unit:MicroH-PER-OHM unit:MilliSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:TimeseriesReferenceOnPointsConstraint a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only Brick Points can have external timeseries references" ; + sh:prefixes rdf:, + rdfs:, + ref: ; + sh:select """ + SELECT $this + WHERE { + $this ref:hasExternalReference ?ref . + ?ref rdf:type ref:TimeseriesReference . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Point } + } + """ ] ; + sh:targetSubjectsOf ref:hasExternalReference . + +bsh:TorqueShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloN-M unit:N-M unit:N-CentiM unit:J unit:DeciN-M unit:OZ_F-IN unit:LB_F-FT unit:MegaN-M unit:DYN-CentiM unit:MicroN-M unit:KiloGM_F-M unit:LB_F-IN unit:MilliN-M unit:KiloGM_F-PER-M unit:CentiN-M ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Velocity_PressureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:N-PER-CentiM2 unit:MicroATM unit:MicroTORR unit:N-PER-MilliM2 unit:KIP_F-PER-IN2 unit:KiloGM_F-PER-M2 unit:HectoBAR unit:MegaBAR unit:KiloLB_F-PER-IN2 unit:DecaPA unit:KiloGM_F-PER-MilliM2 unit:IN_HG unit:DYN-PER-CentiM2 unit:KiloGM-PER-M-SEC2 unit:FT_H2O unit:ATM_T unit:PA unit:KiloGM_F-PER-CentiM2 unit:FT_HG unit:CM_H2O unit:MilliBAR unit:MicroPA unit:MilliPA unit:BARAD unit:CentiM_H2O unit:MilliM_H2O unit:MegaPA unit:MilliM_HGA unit:HectoPA unit:PSI unit:CentiBAR unit:CentiM_HG unit:GigaPA unit:BARYE unit:PlanckPressure unit:DeciBAR unit:LB_F-PER-IN2 unit:N-PER-M2 unit:KiloBAR unit:ATM unit:MicroBAR unit:MilliM_HG unit:PDL-PER-FT2 unit:KiloPA unit:TORR unit:IN_H2O unit:LB_F-PER-FT2 unit:KiloPA_A unit:GM_F-PER-CentiM2 unit:MilliTORR unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:VirtualMeterRule a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only meters can have the isVirtualMeter property be true" ; + sh:prefixes rdf:, + rdfs:, + brick: ; + sh:select """ + SELECT $this WHERE { + $this brick:isVirtualMeter/brick:value true . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Meter } . + } + """ ] ; + sh:targetClass brick:Entity . + +bsh:Voltage_AngleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Voltage_ImbalanceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Wet_Bulb_TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_C unit:K unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Wind_DirectionShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:domain_shape_isMeteredBy a sh:NodeShape ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Collection ] ) ; + sh:targetSubjectsOf brick:isMeteredBy . + +bsh:hasHotColdDeck a sh:NodeShape ; + sh:property [ sh:message "DDAHU must have a brick:Hot_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Hot_Deck ] ; + sh:qualifiedValueShapesDisjoint true ], + [ sh:message "DDAHU must have a brick:Cold_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Cold_Deck ] ; + sh:qualifiedValueShapesDisjoint true ] ; + sh:targetClass brick:DDAHU . + +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 . + +bsh:hasQuantity a sh:NodeShape ; + sh:class qudt:QuantityKind ; + sh:targetObjectsOf brick:hasQuantity . + +bsh:hasSubstance a sh:NodeShape ; + sh:class brick:Substance ; + sh:targetObjectsOf brick:hasSubstance . + +bsh:range_shape_meters a sh:NodeShape ; + sh:property [ sh:minCount 1 ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Collection ] ) ; + sh:path brick:meters ] ; + sh:targetSubjectsOf brick:meters . + +bacnet:description a bacnet:StandardProperty, + owl:DatatypeProperty ; + bacnet:propertyEnum bacnet:PropertyIdentifier-description ; + bacnet:propertyName "description" ; + bacnet:propertyRef bacnet:Description ; + skos:definition "The content of the description field of the BACnet object." . + +bacnet:object-identifier a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-identifier" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-identifier ; + bacnet:propertyName "object-identifier" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Identifier ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The BACnet object identifier" . + +bacnet:object-name a bacnet:StandardProperty, + owl:DatatypeProperty ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-name ; + bacnet:propertyName "object-name" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Name ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The content of the name field of the BACnet object." . + +bacnet:object-type a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-type" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-type ; + bacnet:propertyName "object-type" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Type ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The type of the BACnet object" . + +bacnet:objectOf a owl:ObjectProperty ; + rdfs:label "objectOf" ; + rdfs:comment "The 'parent' BACnet device that hosts this BACnet object." ; + rdfs:range bacnet:BACnetDevice . + +vcard:Address a owl:Class . + +vcard:hasAddress a owl:ObjectProperty . + +sosa:FeatureOfInterest a owl:Class . + +sosa:ObservableProperty a owl:Class . + + a owl:Ontology ; + rdfs:label "Brick" ; + dcterms:creator ( [ a sdo:Person ; + sdo:email "gtfierro@mines.edu" ; + sdo:name "Gabe Fierro" ] [ a sdo:Person ; + sdo:email "jbkoh@eng.ucsd.edu" ; + sdo:name "Jason Koh" ] ) ; + dcterms:issued "2016-11-16" ; + dcterms:license ; + dcterms:modified "2022-10-12" ; + dcterms:publisher [ a sdo:Consortium ; + sdo:legalName "Brick Consortium, Inc" ; + sdo:sameAs ] ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + owl:versionInfo "1.3.0" . + +brick:AED a owl:Class, + sh:NodeShape ; + rdfs:label "AED" ; + rdfs:subClassOf brick:Safety_Equipment ; + owl:equivalentClass brick:Automated_External_Defibrillator ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AED ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Defibrillator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AED, + tag:Defibrillator, + tag:Equipment, + tag:Safety . + +brick:Access_Control_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Access Control Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + tag:Security . + +brick:Air_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Deadband Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Air . + +brick:Air_Handler_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Handler Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:AHU, + brick:Air_Handling_Unit ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Handler, + tag:Unit . + +brick:Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Handling Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:AHU, + brick:Air_Handler_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Handling, + tag:Unit . + +brick:Air_System a owl:Class, + sh:NodeShape ; + rdfs:label "Air System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, distribution systems and terminals that introduce or exhaust, either collectively or individually, the air into and from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System . + +brick:Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Wet Bulb Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor, + brick:Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Air . + +brick:Ammonia_Concentration a brick:Quantity ; + rdfs:label "AmmoniaConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of Ammonia in a medium" . + +brick:Angle a brick:Quantity ; + rdfs:label "Angle" ; + qudt:applicableUnit unit:ARCMIN, + unit:ARCSEC, + unit:DEG, + unit:GON, + unit:GRAD, + unit:MIL, + unit:MIN_Angle, + unit:MicroRAD, + unit:MilliARCSEC, + unit:MilliRAD, + unit:RAD, + unit:REV ; + skos:definition "The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection. An acute angle is less than (90^\\circ), a right angle (90^\\circ); an obtuse angle, more than (90^\\circ) but less than (180^\\circ); a straight angle, (180^\\circ); a reflex angle, more than (180^\\circ) but less than (360^\\circ); a perigon, (360^\\circ). Any angle not a multiple of (90^\\circ) is an oblique angle. If the sum of two angles is (90^\\circ), they are complementary angles; if (180^\\circ), supplementary angles; if (360^\\circ), explementary angles."@en ; + brick:hasQUDTReference qudtqk:Angle . + +brick:Automated_External_Defibrillator a owl:Class, + sh:NodeShape ; + rdfs:label "Automated External Defibrillator" ; + rdfs:subClassOf brick:Safety_Equipment ; + owl:equivalentClass brick:AED ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AED ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Defibrillator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AED, + tag:Defibrillator, + tag:Equipment, + tag:Safety . + +brick:Average_Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Discharge Air Flow Sensor" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Sensor ; + skos:definition "The computed average flow of discharge air over some interval"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor . + +brick:Blowdown_Water a owl:Class, + sh:NodeShape, + brick:Blowdown_Water ; + rdfs:label "Blowdown Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water expelled from a system to remove mineral build up"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blowdown ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blowdown, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Break_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Break Room" ; + rdfs:subClassOf brick:Room ; + owl:equivalentClass brick:Breakroom ; + skos:definition "A space for people to relax while not working"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Break ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Break, + tag:Location, + tag:Room, + tag:Space . + +brick:Breakroom a owl:Class, + sh:NodeShape ; + rdfs:label "Breakroom" ; + rdfs:subClassOf brick:Room ; + owl:equivalentClass brick:Break_Room ; + skos:definition "A space for people to relax while not working"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breakroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breakroom, + tag:Location, + tag:Room, + tag:Space . + +brick:CAV a owl:Class, + sh:NodeShape ; + rdfs:label "CAV" ; + rdfs:subClassOf brick:Terminal_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CAV, + tag:Equipment . + +brick:CO a owl:Class, + sh:NodeShape, + brick:CO ; + rdfs:label "CO" ; + rdfs:subClassOf brick:Gas ; + skos:definition "Carbon Monoxide in the vapor phase"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Fluid, + tag:Gas . + +brick:CO2 a owl:Class, + sh:NodeShape, + brick:CO2 ; + rdfs:label "CO2" ; + rdfs:subClassOf brick:Gas ; + skos:definition "Carbon Dioxide in the vapor phase"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Fluid, + tag:Gas . + +brick:CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the presence of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Point . + +brick:CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets some property of CO2"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:CO2_Concentration . + +brick:CRAH a owl:Class, + sh:NodeShape ; + rdfs:label "CRAH" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Computer_Room_Air_Handler ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CRAH ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CRAH, + tag:Equipment . + +brick:Camera a owl:Class, + sh:NodeShape ; + rdfs:label "Camera" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment . + +brick:Capacity a brick:Quantity ; + rdfs:label "Capacity" ; + brick:hasQUDTReference qudtqk:Capacity . + +brick:Chilled_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Discharge Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Discharge_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:label "Chilled Water Discharge Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Discharge_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Discharge_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Discharge_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Meter" ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water . + +brick:Chilled_Water_Return_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Return Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Return_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Return_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Supply Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Supply_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:label "Chilled Water Supply Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Supply_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Supply_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Chilled_Water_Supply_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Cold_Deck a owl:Class, + sh:NodeShape ; + rdfs:label "Cold Deck" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cold, + tag:Deck, + tag:Equipment . + +brick:Computer_Room_Air_Conditioning a owl:Class, + sh:NodeShape ; + rdfs:label "Computer Room Air Conditioning" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAC ; + skos:definition "A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Computer, + tag:Conditioning, + tag:Equipment, + tag:Room . + +brick:Computer_Room_Air_Handler a owl:Class, + sh:NodeShape ; + rdfs:label "Computer Room Air Handler" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAH ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Computer, + tag:Equipment, + tag:Handler, + tag:Room . + +brick:Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Conductivity Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures electrical conductance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Conductivity . + +brick:Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a cooling process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor . + +brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Cooling_Setpoint, + brick:Discharge_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of cooling discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time . + +brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Cool, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature . + +brick:Current_Imbalance a brick:Quantity ; + rdfs:label "CurrentImbalance" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average current", + "The percent deviation from average current"@en ; + skos:related brick:Electric_Current . + +brick:Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Cycle Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with HVAC cycles"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point . + +brick:DOAS a owl:Class, + sh:NodeShape ; + rdfs:label "DOAS" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:Dedicated_Outdoor_Air_System_Unit ; + skos:definition "See Dedicated_Outdoor_Air_System_Unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:DOAS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:DOAS, + tag:Equipment . + +brick:Damper_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of dampers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point . + +brick:Dedicated_Outdoor_Air_System_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Dedicated Outdoor Air System Unit" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:DOAS ; + skos:definition "A device that conditions and delivers 100% outdoor air to its assigned spaces. It decouples air-conditioning of the outdoor air, usually used to provide minimum outdoor air ventilation, from conditioning of the internal loads."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dedicated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dedicated, + tag:Equipment, + tag:Outdoor, + tag:System . + +brick:Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Delay Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter determining how long to delay a subsequent action to take place after a received signal"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Delay, + tag:Parameter, + tag:Point . + +brick:DeprecationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "A SHACL rule which will mitigate the deprecation" ; + sh:class sh:NodeShape ; + sh:path brick:deprecationMigitationRule ], + [ a sh:PropertyShape ; + skos:definition "A message describing how to mitigate or address the deprecation" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecationMitigationMessage ], + [ a sh:PropertyShape ; + skos:definition "The version in which the entity was deprecated" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecatedInVersion ] . + +brick:Differential_CO2_Concentration a brick:Quantity ; + rdfs:label "ΔCO2Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO2_Concentration ; + skos:definition "The difference in carbon dioxide concentration between two areas" . + +brick:Differential_CO_Concentration a brick:Quantity ; + rdfs:label "ΔCOConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO_Concentration ; + skos:definition "The difference in carbon monoxide concentration between two areas" . + +brick:Differential_Discharge_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Differential Discharge Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Differential_Discharge_Return_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Step . + +brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Differential Supply Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Differential_Supply_Return_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the direction in degrees in which a phenomenon is occuring"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Direction . + +brick:Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which direction a device is operating in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Status ; + brick:hasQuantity brick:Direction . + +brick:Discharge_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Discharge, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Dewpoint ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor . + +brick:Discharge_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Duct Pressure Status" ; + rdfs:subClassOf brick:Pressure_Status ; + skos:definition "Indicates if air pressure in discharge duct is within expected bounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Status . + +brick:Discharge_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Demand Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Demand_Setpoint, + brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets the rate of discharge air flow required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow High Reset Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Low Reset Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint . + +brick:Discharge_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Integral Gain Parameter" ; + rdfs:subClassOf brick:Integral_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Discharge_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Plenum" ; + rdfs:subClassOf brick:Air_Plenum ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Equipment, + tag:Plenum . + +brick:Discharge_Air_Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Proportional Gain Parameter" ; + rdfs:subClassOf brick:Proportional_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Discharge_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Smoke Detection Alarm" ; + rdfs:subClassOf brick:Air_Alarm, + brick:Smoke_Detection_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Detection, + tag:Discharge, + tag:Point, + tag:Smoke . + +brick:Discharge_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint, + brick:Static_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Time . + +brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static . + +brick:Discharge_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + skos:definition "The static pressure of air within discharge regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Discharge_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Step Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Discharge_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Chilled_Water a owl:Class ; + rdfs:label "Discharge Chilled Water" ; + rdfs:subClassOf brick:Chilled_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Chilled_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Chilled_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Condenser_Water a owl:Class ; + rdfs:label "Discharge Condenser Water" ; + rdfs:subClassOf brick:Condenser_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Condenser_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Discharge Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Condenser_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Discharge Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Condenser_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Condenser_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving air discharged from HVAC vents"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Discharge, + tag:Equipment, + tag:Fan . + +brick:Discharge_Hot_Water a owl:Class ; + rdfs:label "Discharge Hot Water" ; + rdfs:subClassOf brick:Hot_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Hot_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Discharge_Water a owl:Class ; + rdfs:label "Discharge Water" ; + rdfs:subClassOf brick:Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Domestic Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Domestic_Hot_Water_Discharge_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Hot_Water_Discharge_Temperature_Setpoint a owl:Class ; + rdfs:label "Domestic Hot Water Discharge Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Domestic_Hot_Water_Discharge_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Domestic Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Domestic_Hot_Water_Supply_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Hot_Water_Supply_Temperature_Setpoint a owl:Class ; + rdfs:label "Domestic Hot Water Supply Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Domestic_Hot_Water_Supply_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Water a owl:Class, + sh:NodeShape, + brick:Domestic_Water ; + rdfs:label "Domestic Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "A collection of equipment that transport and regulate domestic water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Dry_Bulb_Temperature a brick:Quantity ; + rdfs:label "Dry_Bulb_Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)", + "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)"@en . + +brick:Dual_Duct_Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Dual Duct Air Handling Unit" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:DDAHU ; + skos:definition "An air handling unit that contains hot and cold decks to supply heating and cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Dual, + tag:Equipment . + +brick:Dynamic_Pressure a brick:Quantity ; + rdfs:label "Dynamic Pressure" ; + skos:broader brick:Pressure . + +brick:ESS_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "ESS Panel" ; + rdfs:subClassOf brick:Radiant_Panel ; + skos:definition "See Embedded_Surface_System_Panel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:ESS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:ESS, + tag:Equipment, + tag:Panel . + +brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Discharge Air Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Setpoint, + brick:Effective_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Electric_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Energy Sensor" ; + rdfs:subClassOf brick:Energy_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Electric_Energy . + +brick:Electric_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Electric heating device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Electrical_System a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical System" ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that serve or are part of the electrical subsystem in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:System . + +brick:Elevator_Shaft a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator Shaft" ; + rdfs:subClassOf brick:Vertical_Space ; + owl:equivalentClass brick:Elevator_Space ; + skos:definition "The vertical space in which an elevator ascends and descends"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shaft ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Elevator, + tag:Location, + tag:Shaft, + tag:Space, + tag:Vertical . + +brick:Elevator_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator Space" ; + rdfs:subClassOf brick:Vertical_Space ; + owl:equivalentClass brick:Elevator_Shaft ; + skos:definition "The vertical space in whcih an elevator ascends and descends"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Elevator, + tag:Location, + tag:Space, + tag:Vertical . + +brick:Embedded_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Temperature Sensor" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ; + skos:definition "Measures the internal temperature of the radiant layer of the radiant heating and cooling HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Embedded_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the internal material, e.g. concrete slab, of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Emergency_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate off-normal conditions associated with emergency systems"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Point . + +brick:Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system or piece of functionality has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Point, + tag:Status . + +brick:Energy_Generation_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Generation System" ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that generates electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:System . + +brick:Energy_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Storage" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Devices or equipment that store energy in its various forms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Storage System" ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that stores electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Storage, + tag:System . + +brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Entering_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Enthalpy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total heat content of some substance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Enthalpy . + +brick:Exhaust_Air_Flow_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Exhaust_Air_Flow_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Exhaust, + tag:Flow, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Exhaust_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets exhaust air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Setpoint" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Setpoint ; + skos:definition "Sets exhaust air stack flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Stack . + +brick:Exhaust_Fan_Disable_Command brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type brick:Disable_Command . + } WHERE { + $this rdf:type brick:Exhaust_Fan_Disable_Command . + }""" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Exhaust_Fan_Disable_Command ] ; + brick:deprecationMitigationMessage "Exhaust_Fan_Disable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ] . + +brick:Exhaust_Fan_Enable_Command brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type brick:Disable_Command . + } WHERE { + $this rdf:type brick:Exhaust_Fan_Enable_Command . + }""" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Exhaust_Fan_Enable_Command ] ; + brick:deprecationMitigationMessage "Exhaust_Fan_Enable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ] . + +brick:FCU a owl:Class, + sh:NodeShape ; + rdfs:label "FCU" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "See Fan_Coil_Unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:FCU . + +brick:Fan_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point . + +brick:Fan_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Point, + tag:Status . + +brick:Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a filter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Status . + +brick:Food_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Food Service Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A space used in the production, storage, serving, or cleanup of food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:Formaldehyde_Concentration a brick:Quantity ; + rdfs:label "FormaldehydeConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of formaldehyde in a medium" . + +brick:Frequency_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the frequency of a phenomenon or aspect of a phenomenon, e.g. the frequency of a fan turning"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Fan brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type brick:Outside_Fan . + } WHERE { + $this rdf:type brick:Fresh_Air_Fan . + }""" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Fresh_Air_Fan ] ; + brick:deprecationMitigationMessage "Fresh Air Fan is deprecated in favor of Outside Fan because the latter is a more accurate representation" ] . + +brick:Fuel_Oil a owl:Class, + sh:NodeShape, + brick:Fuel_Oil ; + rdfs:label "Fuel Oil" ; + rdfs:subClassOf brick:Oil ; + skos:definition "Petroleum based oil burned for energy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fuel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Oil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Fuel, + tag:Liquid, + tag:Oil . + +brick:Furniture a owl:Class, + sh:NodeShape ; + rdfs:label "Furniture" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Movable objects intended to support various human activities such as seating, eating and sleeping"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture . + +brick:Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Meter . + +brick:Gasoline a owl:Class, + sh:NodeShape, + brick:Gasoline ; + rdfs:label "Gasoline" ; + rdfs:subClassOf brick:Liquid ; + skos:definition "Petroleum derived liquid used as a fuel source"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gasoline ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Gasoline, + tag:Liquid . + +brick:Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Generation Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor measuring how much something has been generated."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Generation, + tag:Point, + tag:Sensor . + +brick:Glycol a owl:Class, + sh:NodeShape, + brick:Glycol ; + rdfs:label "Glycol" ; + rdfs:subClassOf brick:Liquid ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Glycol ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Glycol, + tag:Liquid . + +brick:HVAC_System a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC System" ; + rdfs:subClassOf brick:System ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:HVAC, + tag:System . + +brick:HX a owl:Class, + sh:NodeShape ; + rdfs:label "HX" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "See Heat_Exchanger"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HX ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HX . + +brick:Heat_Exchanger_Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Heat Exchanger Discharge Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Heat_Exchanger_Discharge_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Heat Exchanger Supply Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Heat_Exchanger_Supply_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Heat_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures heat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Sensor . + +brick:Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a heating process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor . + +brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Deadband_Setpoint, + brick:Discharge_Air_Temperature_Heating_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of heating discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time . + +brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:Heat, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature . + +brick:High_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Discharge Air Temperature Alarm" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Alarm, + brick:High_Temperature_Alarm ; + skos:definition "An alarm that indicates that discharge air temperature is too high"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:High, + tag:Point, + tag:Temperature . + +brick:High_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:High_Temperature_Hot_Water_Discharge_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:High_Temperature_Hot_Water_Return_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Deck a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Deck" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies heating to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deck, + tag:Equipment, + tag:Hot . + +brick:Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a hot water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Discharge Flow Sensor" ; + rdfs:subClassOf brick:Discharge_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Discharge_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:label "Hot Water Discharge Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Discharge_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Meter" ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water . + +brick:Hot_Water_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_Return_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Return Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Return_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Supply Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Supply_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:label "Hot Water Supply Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Supply_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water System Enable Command" ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the concentration of water vapor in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Humidity . + +brick:Ice a owl:Class, + sh:NodeShape, + brick:Ice ; + rdfs:label "Ice" ; + rdfs:subClassOf brick:Solid ; + skos:definition "Water in its solid form"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Solid . + +brick:Illuminance a brick:Quantity ; + rdfs:label "Illuminance" ; + qudt:applicableUnit unit:FC, + unit:LUX, + unit:Phot ; + brick:hasQUDTReference qudtqk:Illuminance . + +brick:Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Illuminance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total luminous flux incident on a surface, per unit area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Illuminance . + +brick:Irradiance a brick:Quantity ; + rdfs:label "Irradiance" ; + qudt:applicableUnit unit:W-PER-CentiM2, + unit:W-PER-FT2, + unit:W-PER-IN2, + unit:W-PER-M2 ; + rdfs:isDefinedBy ; + skos:broader qudtqk:PowerPerArea ; + skos:definition "The power per unit area of electromagnetic radiation incident on a surface", + "The power per unit area of electromagnetic radiation incident on a surface"@en . + +brick:Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Isolation Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that stops the flow of a fluid, usually for maintenance or safety purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Isolation, + tag:Valve . + +brick:Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Leak Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates leaks occured in systems containing fluids"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leak, + tag:Point . + +brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Linear_Speed a brick:Quantity ; + rdfs:label "Linear_Speed" ; + qudt:applicableUnit unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Speed, + brick:Speed ; + skos:definition "Speed in one dimension (linear)" . + +brick:Liquid_CO2 a owl:Class, + sh:NodeShape, + brick:Liquid_CO2 ; + rdfs:label "Liquid CO2" ; + rdfs:subClassOf brick:Liquid ; + skos:definition "Carbon Dioxide in the liquid phase"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Fluid, + tag:Liquid . + +brick:Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint . + +brick:Load_Shed_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint, + brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed . + +brick:Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Lockout, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Lounge a owl:Class, + sh:NodeShape ; + rdfs:label "Lounge" ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "A room for lesiure activities or relaxing"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Space . + +brick:Low_Discharge_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Discharge Air Flow Alarm" ; + rdfs:subClassOf brick:Low_Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the discharge air flow is lower than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point . + +brick:Low_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Discharge Air Temperature Alarm" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Alarm, + brick:Low_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Low, + tag:Point, + tag:Temperature . + +brick:MAU a owl:Class, + sh:NodeShape ; + rdfs:label "MAU" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:Makeup_Air_Unit ; + skos:definition "See Makeup_Air_Unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:MAU . + +brick:Makeup_Air_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Makeup Air Unit" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:MAU ; + skos:definition "A device designed to condition ventilation air introduced into a space or to replace air exhausted from a process or general area exhaust. The device may be used to prevent negative pressure within buildings or to reduce airborne contaminants in a space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Makeup, + tag:Unit . + +brick:Makeup_Water a owl:Class, + sh:NodeShape, + brick:Makeup_Water ; + rdfs:label "Makeup Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water used used to makeup water loss through leaks, evaporation, or blowdown"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Liquid, + tag:Makeup, + tag:Water . + +brick:Mass a brick:Quantity ; + rdfs:label "Mass" ; + qudt:applicableUnit unit:AMU, + unit:CARAT, + unit:CWT_LONG, + unit:CWT_SHORT, + unit:CentiGM, + unit:DRAM_UK, + unit:DRAM_US, + unit:DWT, + unit:Da, + unit:DecaGM, + unit:DeciGM, + unit:DeciTONNE, + unit:DeciTON_Metric, + unit:EarthMass, + unit:GM, + unit:GRAIN, + unit:HectoGM, + unit:Hundredweight_UK, + unit:Hundredweight_US, + unit:KiloGM, + unit:KiloTONNE, + unit:KiloTON_Metric, + unit:LB, + unit:LB_T, + unit:LunarMass, + unit:MegaGM, + unit:MicroGM, + unit:MilliGM, + unit:NanoGM, + unit:OZ, + unit:OZ_TROY, + unit:Pennyweight, + unit:PicoGM, + unit:PlanckMass, + unit:Quarter_UK, + unit:SLUG, + unit:SolarMass, + unit:Stone_UK, + unit:TONNE, + unit:TON_Assay, + unit:TON_LONG, + unit:TON_Metric, + unit:TON_SHORT, + unit:TON_UK, + unit:TON_US, + unit:U ; + brick:hasQUDTReference qudtqk:Mass . + +brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Discharge Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Max_Limit, + brick:Max_Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Discharge Air Temperature Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Max, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Mechanical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Mechanical Room" ; + rdfs:subClassOf brick:Service_Room ; + skos:definition "A class of service rooms where mechanical equipment (HVAC) operates"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Room, + tag:Service, + tag:Space . + +brick:Medical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Medical Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of rooms used for medical purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Medical, + tag:Room, + tag:Space . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Temperature . + +brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Methane_Concentration a brick:Quantity ; + rdfs:label "MethaneConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of methane in a medium" . + +brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Discharge Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Min_Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Discharge Air Temperature Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Min, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_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_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Motion_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motion Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects the presence of motion in some area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motion, + tag:Point, + tag:Sensor . + +brick:NO2_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of nitrogen dioxide in a medium" . + +brick:NVR a owl:Class, + sh:NodeShape ; + rdfs:label "NVR" ; + rdfs:subClassOf brick:Video_Surveillance_Equipment ; + owl:equivalentClass brick:Network_Video_Recorder ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NVR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:NVR, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Network_Video_Recorder a owl:Class, + sh:NodeShape ; + rdfs:label "Network Video Recorder" ; + rdfs:subClassOf brick:Video_Surveillance_Equipment ; + owl:equivalentClass brick:NVR ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NVR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recorder ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:NVR, + tag:Network, + tag:Recorder, + tag:Security, + tag:Video . + +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_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a room or space is occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Occupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint . + +brick:Occupied_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Discharge Air Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Occupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Occupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint . + +brick:Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed . + +brick:Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Operating Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the current operating mode of a system, device or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status . + +brick:Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Enable Differential Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Enable, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Override_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Override Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports whether or not a device or control loop is in 'override'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Override, + tag:Point . + +brick:Ozone_Concentration a brick:Quantity ; + rdfs:label "OzoneConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of ozone in a medium" . + +brick:PM10_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 10 microns or less in air" . + +brick:PM10_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM10 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM10_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM1_Concentration a brick:Quantity ; + rdfs:label "PM1Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 1 microns or less in air" . + +brick:PM1_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM1 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 1 micron"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM1_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM2.5_Concentration a brick:Quantity ; + rdfs:label "PM2.5Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 2.5 microns or less in air" . + +brick:PM2.5_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM2.5 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM2.5_Concentration ; + brick:hasSubstance brick:Air . + +brick:PV_Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PV Current Output Sensor" ; + rdfs:subClassOf brick:Current_Output_Sensor ; + skos:definition "See Photovoltaic_Current_Output_Sensor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:PV, + tag:Point, + tag:Sensor . + +brick:Peak_Power a brick:Quantity ; + rdfs:label "PeakPower" ; + qudt:applicableUnit unit:KiloW, + unit:MegaW, + unit:MilliW, + unit:W ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Power, + brick:Power ; + skos:definition "Tracks the highest (peak) observed power in some interval", + "Tracks the highest (peak) observed power in some interval"@en . + +brick:Photovoltaic_Array a owl:Class, + sh:NodeShape ; + rdfs:label "Photovoltaic Array" ; + rdfs:subClassOf brick:Collection ; + owl:equivalentClass brick:PV_Array ; + skos:definition "A collection of photovoltaic panels"@en ; + sh:property [ sh:or ( [ sh:class brick:PV_Panel ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Collection, + tag:Photovoltaic . + +brick:Potable_Water a owl:Class, + sh:NodeShape, + brick:Potable_Water ; + rdfs:label "Potable Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water that is safe to drink"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Potable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Liquid, + tag:Potable, + tag:Water . + +brick:Power_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Power Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with electrical power."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Power . + +brick:Power_Factor a brick:Quantity ; + rdfs:label "Power Factor" ; + 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:Precipitation a brick:Quantity ; + rdfs:label "Precipitation" ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length, + brick:Level ; + skos:definition "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)", + "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)"@en . + +brick:Preheat_Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Discharge Air Temperature Sensor" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air before heating is applied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Preheat, + tag:Sensor, + tag:Temperature . + +brick:Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Pump" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Machine for imparting energy to a fluid, causing it to do work, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump . + +brick:RC_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "RC Panel" ; + rdfs:subClassOf brick:Radiant_Panel ; + skos:definition "See Radiant_Ceiling_Panel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Panel, + tag:RC . + +brick:RTU a owl:Class, + sh:NodeShape ; + rdfs:label "RTU" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:Rooftop_Unit ; + skos:definition "see Rooftop_Unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RTU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:RTU . + +brick:RVAV a owl:Class, + sh:NodeShape ; + rdfs:label "RVAV" ; + rdfs:subClassOf brick:Variable_Air_Volume_Box ; + skos:definition "See Variable_Air_Volume_Box_With_Reheat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RVAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:RVAV . + +brick:Radiance a brick:Quantity ; + rdfs:label "Radiance" ; + qudt:applicableUnit unit:W-PER-M2-SR ; + brick:hasQUDTReference qudtqk:Radiance . + +brick:Radioactivity_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radioactivity Concentration Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of radioactivity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radioactivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radioactivity, + tag:Sensor ; + brick:hasQuantity brick:Radioactivity_Concentration ; + brick:hasSubstance brick:Air . + +brick:Radon_Concentration a brick:Quantity ; + rdfs:label "RadonConcentration" ; + qudt:applicableUnit unit:BQ-PER-M3 ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:ActivityConcentration, + brick:Radioactivity_Concentration ; + skos:definition "The concentration of radioactivity due to Radon in a medium" . + +brick:Rain_Sensor brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type brick:Rain_Level_Sensor . + } WHERE { + $this rdf:type brick:Rain_Sensor. + }""" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Rain_Sensor ] ; + brick:deprecationMitigationMessage "Rain_Sensor is deprecated in favor of Rain_Level_Sensor as the former term is ambiguous" ] . + +brick:Reactive_Energy a brick:Quantity ; + rdfs:label "Reactive_Energy" ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR, + unit:MegaV-A_Reactive-HR, + unit:V-A_Reactive-HR ; + rdfs:isDefinedBy ; + skos:broader brick:Electric_Energy ; + skos:definition "The integral of the reactive power over a time interval" . + +brick:Reactive_Power a brick:Quantity ; + rdfs:label "Reactive Power" ; + qudt:applicableUnit unit:KiloV-A_Reactive, + unit:MegaV-A_Reactive, + unit:V-A_Reactive ; + skos:broader brick:Electric_Power ; + skos:definition "Reactive Power}, for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power (S) and the sine of the displacement angle (\\psi). The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name var and symbol \\textit{var are given in IEC 60027 1."@en ; + brick:hasQUDTReference qudtqk:ReactivePower . + +brick:Real_Power a brick:Quantity ; + rdfs:label "Real Power" ; + qudt:applicableUnit unit:KiloV-A, + unit:MegaV-A, + unit:V-A ; + owl:sameAs brick:Active_Power ; + skos:broader brick:Electric_Power ; + skos:definition "(Active Power) is, under periodic conditions, the mean value, taken over one period (T), of the instantaneous power (p). In complex notation, (P = Re \\; S), where (S) is (complex power)\"."@en ; + brick:hasQUDTReference qudtqk:ActivePower . + +brick:Region a owl:Class, + sh:NodeShape ; + rdfs:label "Region" ; + rdfs:subClassOf brick:Location ; + skos:definition "A unit of geographic space, usually contigious or somehow related to a geopolitical feature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Region ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Region . + +brick:Rest_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Rest Room" ; + rdfs:subClassOf brick:Room ; + owl:equivalentClass brick:Restroom ; + skos:definition "A room that provides toilets and washbowls. Alternate spelling of Restroom"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Rest, + tag:Room, + tag:Space . + +brick:Restroom a owl:Class, + sh:NodeShape ; + rdfs:label "Restroom" ; + rdfs:subClassOf brick:Room ; + owl:equivalentClass brick:Rest_Room ; + skos:definition "A room that provides toilets and washbowls."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Restroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Restroom, + tag:Room, + tag:Space . + +brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Chilled_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Condenser_Water a owl:Class ; + rdfs:label "Return Condenser Water" ; + rdfs:subClassOf brick:Condenser_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Condenser_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Return Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Condenser_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Return Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Condenser_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Condenser_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Hot_Water a owl:Class ; + rdfs:label "Return Hot Water" ; + rdfs:subClassOf brick:Hot_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Hot_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Hot_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Water a owl:Class ; + rdfs:label "Return Water" ; + rdfs:subClassOf brick:Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Rooftop_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Rooftop Unit" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:RTU ; + skos:definition "Packaged air conditioner mounted on a roof, the conditioned air being discharged directly into the rooms below or through a duct system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Equipment, + tag:Rooftop . + +brick:Run_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Run Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Run, + tag:Status . + +brick:Run_Time_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Run Time Sensor" ; + rdfs:subClassOf brick:Duration_Sensor ; + skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Run, + tag:Sensor, + tag:Time . + +brick:Security_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Security Service Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces used by the security staff of a facility"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Security, + tag:Service, + tag:Space . + +brick:Shading_System a owl:Class, + sh:NodeShape ; + rdfs:label "Shading System" ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that can control daylighting through various means"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Shade, + tag:System . + +brick:Smoke_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with smoke."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Smoke . + +brick:Solar_Radiance a brick:Quantity ; + rdfs:label "Solar_Radiance" ; + qudt:applicableUnit unit:W-PER-M2-SR ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Radiance, + brick:Radiance ; + 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", + "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:Solar_Thermal_Collector a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Thermal Collector" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A type of solar panels that converts solar radiation into thermal energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:Solar, + tag:Thermal . + +brick:Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Speed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the operating speed of a device or equipment, e.g. fan"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Speed, + tag:Status . + +brick:Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby . + +brick:Standby_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Unit On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the on/off status of a standby unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Steam a owl:Class, + sh:NodeShape, + brick:Steam ; + rdfs:label "Steam" ; + rdfs:subClassOf brick:Gas ; + skos:definition "water in the vapor phase."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Gas, + tag:Steam . + +brick:Steam_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses steam"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Storey a owl:Class, + sh:NodeShape ; + rdfs:label "Storey" ; + rdfs:subClassOf brick:Location ; + owl:equivalentClass brick:Floor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storey ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Storey . + +brick:Supply_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Differential Pressure Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + owl:equivalentClass brick:Discharge_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Plenum" ; + rdfs:subClassOf brick:Air_Plenum ; + owl:equivalentClass brick:Discharge_Air_Plenum ; + skos:definition "A component of the HVAC the receives air from the air handling unit to distribute to the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + owl:equivalentClass brick:Discharge_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Chilled_Water a owl:Class ; + rdfs:label "Supply Chilled Water" ; + rdfs:subClassOf brick:Chilled_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Chilled_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Chilled_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Condenser_Water a owl:Class ; + rdfs:label "Supply Condenser Water" ; + rdfs:subClassOf brick:Condenser_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Condenser_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Supply Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Condenser_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Supply Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Condenser_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Condenser_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Hot_Water a owl:Class ; + rdfs:label "Supply Hot Water" ; + rdfs:subClassOf brick:Hot_Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Hot_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Water a owl:Class ; + rdfs:label "Supply Water" ; + rdfs:subClassOf brick:Water ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Water ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Switch" ; + rdfs:subClassOf brick:Interface ; + skos:definition "A switch used to operate all or part of a lighting installation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Switch . + +brick:TABS_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "TABS Panel" ; + rdfs:subClassOf brick:Radiant_Panel ; + skos:definition "See Thermally_Activated_Building_System_Panel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TABS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Panel, + tag:TABS . + +brick:TVOC_Concentration a brick:Quantity ; + rdfs:label "TVOCConcentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of total volatile organic compounds in air" . + +brick:TVOC_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "TVOC Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC ; + brick:hasQuantity brick:TVOC_Concentration ; + brick:hasSubstance brick:Air . + +brick:Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Thermal_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Power Sensor" ; + rdfs:subClassOf brick:Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal . + +brick:Torque a brick:Quantity ; + rdfs:label "Torque" ; + qudt:applicableUnit unit:CentiN-M, + unit:DYN-CentiM, + unit:DeciN-M, + unit:J, + unit:KiloGM_F-M, + unit:KiloGM_F-PER-M, + unit:KiloN-M, + unit:LB_F-FT, + unit:LB_F-IN, + unit:MegaN-M, + unit:MicroN-M, + unit:MilliN-M, + unit:N-CentiM, + unit:N-M, + unit:OZ_F-IN ; + skos:definition "In physics, a torque (τ) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters ((N m)). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as \"pounds feet\"). Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: (τ = r x F) where, r is the particle's position vector relative to the fulcrum F is the force acting on the particles, or, more generally, torque can be defined as the rate of change of angular momentum: (τ = dL/dt) where, L is the angular momentum vector t stands for time."@en ; + brick:hasQUDTReference qudtqk:Torque . + +brick:Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Torque Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures torque, the tendency of a force to rotate an object about some axis"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Torque ; + brick:hasQuantity brick:Torque . + +brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Unoccupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when unoccupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Unoccupied Discharge Air Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Unoccupied_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied . + +brick:VAV a owl:Class, + sh:NodeShape ; + rdfs:label "VAV" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "See Variable_Air_Volume_Box"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:VAV . + +brick:Valve_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the openness of a valve (typically as a proportion of its full range of motion)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Valve . + +brick:Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the voltage is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Voltage . + +brick:Voltage_Imbalance a brick:Quantity ; + rdfs:label "VoltageImbalance" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average voltage", + "The percent deviation from average voltage"@en ; + skos:related brick:Voltage . + +brick:Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage, + tag:Water . + +brick:Wind_Direction a brick:Quantity ; + rdfs:label "Wind_Direction" ; + 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:Direction ; + skos:definition "Direction of wind relative to North", + "Direction of wind relative to North"@en . + +brick:Wing a owl:Class, + sh:NodeShape ; + rdfs:label "Wing" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Wing . + +brick:aggregationFunction a owl:ObjectProperty . + +brick:aggregationInterval a owl:DatatypeProperty . + +brick:ambientTemperatureOfMeasurement a owl:ObjectProperty . + +brick:deprecationMigitationRule a owl:ObjectProperty . + +brick:hasAssociatedTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has associated tag" ; + rdfs:domain owl:Class ; + rdfs:range brick:Tag ; + owl:inverseOf brick:isAssociatedWith ; + skos:definition "The class is associated with the given tag"@en . + +brick:hasQuantity a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has QUDT reference" ; + rdfs:subPropertyOf qudt:hasQuantityKind . + +brick:hasSubMeter a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "has sub-meter" ; + rdfs:domain brick:Meter ; + rdfs:range brick:Meter ; + owl:inverseOf brick:isSubMeterOf ; + skos:definition "Indicates a submeter of this meter"@en . + +brick:hasSubstance a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has QUDT reference" . + +brick:isAssociatedWith a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is associated with" ; + rdfs:domain brick:Tag ; + rdfs:range owl:Class ; + owl:inverseOf brick:hasAssociatedTag ; + skos:definition "The tag is associated with the given class"@en . + +brick:isLocationOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is location of" ; + rdfs:domain brick:Location ; + owl:inverseOf brick:hasLocation ; + skos:definition "Subject is the physical location encapsulating the object"@en . + +brick:isSubMeterOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is sub-meter of" ; + rdfs:domain brick:Meter ; + rdfs:range brick:Meter ; + owl:inverseOf brick:hasSubMeter ; + skos:definition "Indicates the parent for which this meter is a submeter"@en . + +brick:isTagOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is tag of" ; + rdfs:domain brick:Tag . + +brick:latitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Latitude" ; + rdfs:subPropertyOf sdo:latitude . + +brick:longitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Longitude" ; + rdfs:subPropertyOf sdo:longitude . + +brick:thermalTransmittance a brick:EntityProperty ; + rdfs:label "Thermal transmittance" ; + rdfs:range bsh:ThermalTransmittanceShape ; + rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ; + skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value)" . + +brick:timestamp a rdf:Property, + owl:DatatypeProperty ; + rdfs:label "Timestamp" ; + rdfs:subPropertyOf s223:hasTimestamp . + +ref:BACnetURI a owl:DatatypeProperty ; + rdfs:label "BACnetURI" ; + rdfs:comment "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" . + +ref:hasIfcProjectReference a owl:ObjectProperty ; + rdfs:label "hasIfcProjectReference" ; + skos:definition "A reference to the IFC Project that defines this entity" . + +ref:hasTimeseriesId a owl:DatatypeProperty ; + rdfs:label "hasTimeseriesId" ; + rdfs:range xsd:string ; + skos:definition "The unique identifier (primary key) for this TimeseriesReference in some database"@en . + +ref:ifcFileLocation a owl:DatatypeProperty ; + rdfs:label "The location of the IFC file defining a project" ; + rdfs:range xsd:string . + +ref:ifcGlobalID a owl:DatatypeProperty ; + rdfs:label "ifcGlobalID" ; + rdfs:range xsd:string ; + skos:definition "The IFC Global ID of the entity" . + +ref:ifcName a owl:DatatypeProperty ; + rdfs:label "ifcName" ; + rdfs:range xsd:string ; + skos:definition "The name of the IFC entity" . + +ref:ifcProject a owl:Class, + sh:NodeShape ; + rdfs:label "IfcProject" ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcFileLocation ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcProjectID ] . + +ref:ifcProjectID a owl:DatatypeProperty ; + rdfs:label "ifcProjectID" ; + rdfs:range xsd:string ; + skos:definition "The IFC ID of the containing project" . + +ref:storedAt a owl:DatatypeProperty ; + rdfs:label "storedAt" ; + rdfs:range xsd:anyURI ; + skos:definition "A reference to where the data for this TimeseriesReference is stored"@en . + +bsh:AggregationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "Interval expressed in an ISO 8601 Duration string, e.g. RP1D" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:aggregationInterval ], + [ a sh:PropertyShape ; + skos:definition "The aggregation function applied to data in the interval which produces the value" ; + sh:in ( "max" "min" "count" "mean" "sum" "median" "mode" ) ; + sh:minCount 1 ; + sh:path brick:aggregationFunction ] . + +bsh:AzimuthShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:MIN_Angle unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:maxInclusive 360 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:BuildingPrimaryFunctionShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Adult Education"^^xsd:string "Ambulatory Surgical Center"^^xsd:string "Aquarium"^^xsd:string "Automobile Dealership"^^xsd:string "Bank Branch"^^xsd:string "Bar/Nightclub"^^xsd:string "Barracks"^^xsd:string "Bowling Alley"^^xsd:string "Casino"^^xsd:string "College/University"^^xsd:string "Convenience Store with Gas Station"^^xsd:string "Convenience Store without Gas Station"^^xsd:string "Convention Center"^^xsd:string "Courthouse"^^xsd:string "Data Center"^^xsd:string "Distribution Center"^^xsd:string "Drinking Water Treatment & Distribution"^^xsd:string "Enclosed Mall"^^xsd:string "Energy/Power Station"^^xsd:string "Fast Food Restaurant"^^xsd:string "Financial Office"^^xsd:string "Fire Station"^^xsd:string "Fitness Center/Health Club/Gym"^^xsd:string "Food Sales"^^xsd:string "Food Service"^^xsd:string "Hospital (General Medical & Surgical)"^^xsd:string "Hotel"^^xsd:string "Ice/Curling Rink"^^xsd:string "Indoor Arena"^^xsd:string "K-12 School"^^xsd:string "Laboratory"^^xsd:string "Library"^^xsd:string "Lifestyle Center"^^xsd:string "Mailing Center/Post Office"^^xsd:string "Manufacturing/Industrial Plant"^^xsd:string "Medical Office"^^xsd:string "Mixed Use Property"^^xsd:string "Movie Theater"^^xsd:string "Multifamily Housing"^^xsd:string "Museum"^^xsd:string "Non-Refrigerated Warehouse"^^xsd:string "Office"^^xsd:string "Other - Education"^^xsd:string "Other - Entertainment/Public Assembly"^^xsd:string "Other - Lodging/Residential"^^xsd:string "Other - Mall"^^xsd:string "Other - Public Services"^^xsd:string "Other - Recreation"^^xsd:string "Other - Restaurant/Bar"^^xsd:string "Other - Services"^^xsd:string "Other - Stadium"^^xsd:string "Other - Technology/Science"^^xsd:string "Other - Utility"^^xsd:string "Other"^^xsd:string "Other/Specialty Hospital"^^xsd:string "Outpatient Rehabilitation/Physical Therapy"^^xsd:string "Parking"^^xsd:string "Performing Arts"^^xsd:string "Personal Services (Health/Beauty, Dry Cleaning, etc)"^^xsd:string "Police Station"^^xsd:string "Pre-school/Daycare"^^xsd:string "Prison/Incarceration"^^xsd:string "Race Track"^^xsd:string "Refrigerated Warehouse"^^xsd:string "Repair Services (Vehicle, Shoe, Locksmith, etc)"^^xsd:string "Residence Hall/Dormitory"^^xsd:string "Restaurant"^^xsd:string "Retail Store"^^xsd:string "Roller Rink"^^xsd:string "Self-Storage Facility"^^xsd:string "Senior Care Community"^^xsd:string "Single Family Home"^^xsd:string "Social/Meeting Hall"^^xsd:string "Stadium (Closed)"^^xsd:string "Stadium (Open)"^^xsd:string "Strip Mall"^^xsd:string "Supermarket/Grocery Store"^^xsd:string "Swimming Pool"^^xsd:string "Transportation Terminal/Station"^^xsd:string "Urgent Care/Clinic/Other Outpatient"^^xsd:string "Veterinary Office"^^xsd:string "Vocational School"^^xsd:string "Wastewater Treatment Plant"^^xsd:string "Wholesale Club/Supercenter"^^xsd:string "Worship Facility"^^xsd:string "Zoo"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:CoolingCapacityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:TON_FG unit:BTU_IT-PER-HR unit:BTU_TH-PER-HR unit:W ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:CoordinateShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:latitude ], + [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:longitude ] . + +bsh:CurrentFlowTypeShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "AC"^^xsd:string "DC"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:LastKnownValueShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:minCount 1 ; + sh:path brick:timestamp ] . + +bsh:PhaseCountShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "1"^^xsd:string "2"^^xsd:string "3"^^xsd:string "Total"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PhasesShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "A"^^xsd:string "B"^^xsd:string "C"^^xsd:string "AB"^^xsd:string "BC"^^xsd:string "AC"^^xsd:string "ABC"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PowerComplexityShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "real"^^xsd:string "reactive"^^xsd:string "apparent"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PowerFlowShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "import"^^xsd:string "export"^^xsd:string "net"^^xsd:string "absolute"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:TemperatureCoefficientPerDegreeCelsiusShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:TemperatureShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:K unit:MilliDEG_C unit:PlanckTemperature unit:DEG_C unit:DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TiltShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroRAD unit:MilliARCSEC unit:RAD unit:GON unit:MilliRAD unit:MIN_Angle unit:REV unit:MIL unit:GRAD unit:ARCMIN unit:ARCSEC unit:DEG ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:VirtualMeterShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:VolumeShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:FT3 unit:M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:YearBuiltShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +unit:AMU a qudt:Unit ; + rdfs:label "Atomic mass unit"@en ; + qudt:symbol "Da"^^xsd:string, + "u"^^xsd:string, + "μ", + "μ"^^xsd:string . + +unit:AttoJ a qudt:Unit ; + rdfs:label "Attojoule"@en . + +unit:BBL_UK_PET-PER-DAY a qudt:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Day"@en . + +unit:BBL_UK_PET-PER-HR a qudt:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Hour"@en . + +unit:BBL_UK_PET-PER-MIN a qudt:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Minute"@en . + +unit:BBL_UK_PET-PER-SEC a qudt:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Second"@en . + +unit:BBL_US-PER-DAY a qudt:Unit ; + rdfs:label "Barrel (US) Per Day"@en . + +unit:BBL_US-PER-MIN a qudt:Unit ; + rdfs:label "Barrel (US) Per Minute"@en . + +unit:BBL_US_PET-PER-HR a qudt:Unit ; + rdfs:label "Barrel (US Petroleum) Per Hour"@en . + +unit:BBL_US_PET-PER-SEC a qudt:Unit ; + rdfs:label "Barrel (US Petroleum) Per Second"@en . + +unit:BFT a qudt:Unit ; + rdfs:label "Beaufort"@en . + +unit:BTU_MEAN a qudt:Unit ; + rdfs:label "British Thermal Unit (mean)"@en . + +unit:BU_UK-PER-DAY a qudt:Unit ; + rdfs:label "Bushel (UK) Per Day"@en . + +unit:BU_UK-PER-HR a qudt:Unit ; + rdfs:label "Bushel (UK) Per Hour"@en . + +unit:BU_UK-PER-MIN a qudt:Unit ; + rdfs:label "Bushel (UK) Per Minute"@en . + +unit:BU_UK-PER-SEC a qudt:Unit ; + rdfs:label "Bushel (UK) Per Second"@en . + +unit:BU_US_DRY-PER-DAY a qudt:Unit ; + rdfs:label "Bushel (US Dry) Per Day"@en . + +unit:BU_US_DRY-PER-HR a qudt:Unit ; + rdfs:label "Bushel (US Dry) Per Hour"@en . + +unit:BU_US_DRY-PER-MIN a qudt:Unit ; + rdfs:label "Bushel (US Dry) Per Minute"@en . + +unit:BU_US_DRY-PER-SEC a qudt:Unit ; + rdfs:label "Bushel (US Dry) Per Second"@en . + +unit:CAL_15_DEG_C a qudt:Unit ; + rdfs:label "Calorie (15 Degrees C)"@en . + +unit:CAL_MEAN a qudt:Unit ; + rdfs:label "Calorie (mean)"@en . + +unit:CARAT a qudt:Unit ; + rdfs:label "Carat"@en . + +unit:CD-PER-IN2 a qudt:Unit ; + rdfs:label "Candela per Square Inch"@en . + +unit:CD-PER-M2 a qudt:Unit ; + rdfs:label "candela per square meter"@en-us . + +unit:CWT_LONG a qudt:Unit ; + rdfs:label "Long Hundred Weight"@en . + +unit:CWT_SHORT a qudt:Unit ; + rdfs:label "Hundred Weight - Short"@en . + +unit:CentiGM a qudt:Unit ; + rdfs:label "Centigram"@en . + +unit:CentiM3-PER-DAY a qudt:Unit ; + rdfs:label "Cubic Centimeter Per Day"@en-us . + +unit:CentiM3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Centimeter Per Hour"@en-us . + +unit:CentiM3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Centimeter Per Minute"@en-us . + +unit:CentiM3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Centimeter Per Second"@en-us . + +unit:CentiN-M a qudt:Unit ; + rdfs:label "Centinewton Meter"@en-us . + +unit:CentiPOISE-PER-BAR a qudt:Unit ; + rdfs:label "Centipoise Per Bar"@en . + +unit:DAY a qudt:Unit ; + rdfs:label "Day"@en ; + qudt:symbol "d", + "d"^^xsd:string . + +unit:DAY_Sidereal a qudt:Unit ; + rdfs:label "Sidereal Day"@en ; + qudt:symbol "d", + "d"^^xsd:string . + +unit:DRAM_UK a qudt:Unit ; + rdfs:label "Dram (UK)"@en . + +unit:DRAM_US a qudt:Unit ; + rdfs:label "Dram (US)"@en . + +unit:DWT a qudt:Unit ; + rdfs:label "Penny Weight"@en ; + qudt:symbol "dwt", + "dwt"^^xsd:string . + +unit:DYN-CentiM a qudt:Unit ; + rdfs:label "Dyne Centimeter "@en-us . + +unit:Da a qudt:Unit ; + rdfs:label "Dalton"@en ; + qudt:symbol "Da", + "Da"^^xsd:string, + "u"^^xsd:string, + "μ"^^xsd:string . + +unit:DecaGM a qudt:Unit ; + rdfs:label "Decagram"@en . + +unit:DeciGM a qudt:Unit ; + rdfs:label "Decigram"@en . + +unit:DeciM3-PER-DAY a qudt:Unit ; + rdfs:label "Cubic Decimeter Per Day"@en-us . + +unit:DeciM3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Decimeter Per Hour"@en-us . + +unit:DeciM3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Decimeter Per Minute"@en-us . + +unit:DeciM3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Decimeter Per Second"@en-us . + +unit:DeciN-M a qudt:Unit ; + rdfs:label "Decinewton Meter"@en-us . + +unit:DeciS-PER-M a qudt:Unit ; + rdfs:label "decisiemens per meter"@en-us ; + qudt:symbol "ds/m", + "ds/m"^^xsd:string . + +unit:DeciTONNE a qudt:Unit ; + rdfs:label "DeciTonne"@en . + +unit:DeciTON_Metric a qudt:Unit ; + rdfs:label "Metric DeciTON"@en . + +unit:ERG a qudt:Unit ; + rdfs:label "Erg"@en ; + qudt:symbol "erg", + "erg"^^xsd:string . + +unit:EV a qudt:Unit ; + rdfs:label "Electron Volt"@en ; + qudt:symbol "eV", + "eV"^^xsd:string . + +unit:E_h a qudt:Unit ; + rdfs:label "Hartree"@en ; + qudt:symbol "E_h", + "E_h"^^xsd:string . + +unit:EarthMass a qudt:Unit ; + rdfs:label "Earth mass"@en . + +unit:ExaJ a qudt:Unit ; + rdfs:label "Exajoule"@en . + +unit:FC a qudt:Unit ; + rdfs:label "Foot Candle"@en ; + qudt:symbol "fc", + "fc"^^xsd:string . + +unit:FT-LA a qudt:Unit ; + rdfs:label "Foot Lambert"@en . + +unit:FT-LB_F a qudt:Unit ; + rdfs:label "Foot Pound Force"@en . + +unit:FT-PDL a qudt:Unit ; + rdfs:label "Foot Poundal"@en ; + qudt:symbol "ft-pdl", + "ft-pdl"^^xsd:string . + +unit:FT3-PER-DAY a qudt:Unit ; + rdfs:label "Cubic Foot Per Day"@en . + +unit:FT3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Foot Per Hour"@en . + +unit:FT3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Foot per Minute"@en . + +unit:FT3-PER-MIN-FT2 a qudt:Unit ; + rdfs:label "Cubic Foot Per Minute Square Foot"@en . + +unit:FT3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Foot per Second"@en . + +unit:FemtoJ a qudt:Unit ; + rdfs:label "Femtojoule"@en . + +unit:GAL_UK-PER-DAY a qudt:Unit ; + rdfs:label "Gallon (UK) Per Day"@en . + +unit:GAL_UK-PER-HR a qudt:Unit ; + rdfs:label "Gallon (UK) Per Hour"@en . + +unit:GAL_UK-PER-MIN a qudt:Unit ; + rdfs:label "Gallon UK) Per Minute"@en . + +unit:GAL_UK-PER-SEC a qudt:Unit ; + rdfs:label "Gallon (UK) Per Second"@en . + +unit:GAL_US-PER-DAY a qudt:Unit ; + rdfs:label "US Gallon per Day"@en . + +unit:GAL_US-PER-HR a qudt:Unit ; + rdfs:label "Gallon (US) Per Hour"@en . + +unit:GAL_US-PER-MIN a qudt:Unit ; + rdfs:label "US Gallon per Minute"@en . + +unit:GAL_US-PER-SEC a qudt:Unit ; + rdfs:label "Gallon (US Liquid) Per Second"@en . + +unit:GI_UK-PER-DAY a qudt:Unit ; + rdfs:label "Gill (UK) Per Day"@en . + +unit:GI_UK-PER-HR a qudt:Unit ; + rdfs:label "Gill (UK) Per Hour"@en . + +unit:GI_UK-PER-MIN a qudt:Unit ; + rdfs:label "Gill (UK) Per Minute"@en . + +unit:GI_UK-PER-SEC a qudt:Unit ; + rdfs:label "Gill (UK) Per Second"@en . + +unit:GI_US-PER-DAY a qudt:Unit ; + rdfs:label "Gill (US) Per Day"@en . + +unit:GI_US-PER-HR a qudt:Unit ; + rdfs:label "Gill (US) Per Hour"@en . + +unit:GI_US-PER-MIN a qudt:Unit ; + rdfs:label "Gill (US) Per Minute"@en . + +unit:GI_US-PER-SEC a qudt:Unit ; + rdfs:label "Gill (US) Per Second"@en . + +unit:GM a qudt:Unit ; + rdfs:label "Gram"@en ; + qudt:symbol "g", + "g"^^xsd:string . + +unit:GRAIN-PER-GAL a qudt:Unit ; + rdfs:label "Grain per Gallon"@en . + +unit:GigaC-PER-M3 a qudt:Unit ; + rdfs:label "Gigacoulomb Per Cubic Meter"@en-us . + +unit:GigaEV a qudt:Unit ; + rdfs:label "Giga Electron Volt"@en ; + qudt:symbol "GeV", + "GeV"^^xsd:string . + +unit:GigaHZ-M a qudt:Unit ; + rdfs:label "Gigahertz Meter"@en-us . + +unit:GigaW-HR a qudt:Unit ; + rdfs:label "Gigawatt Hour"@en . + +unit:H-PER-KiloOHM a qudt:Unit ; + rdfs:label "Henry Per Kiloohm"@en . + +unit:H-PER-OHM a qudt:Unit ; + rdfs:label "Henry Per Ohm"@en . + +unit:HR a qudt:Unit ; + rdfs:label "Hour"@en ; + qudt:symbol "h", + "h"^^xsd:string . + +unit:HR_Sidereal a qudt:Unit ; + rdfs:label "Sidereal Hour"@en ; + qudt:symbol "hr", + "hr"^^xsd:string . + +unit:HZ-M a qudt:Unit ; + rdfs:label "Hertz Meter"@en-us . + +unit:HectoGM a qudt:Unit ; + rdfs:label "Hectogram"@en . + +unit:Hundredweight_UK a qudt:Unit ; + rdfs:label "Hundredweight (UK)"@en . + +unit:Hundredweight_US a qudt:Unit ; + rdfs:label "Hundredweight (US)"@en . + +unit:IN3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Inch Per Hour"@en . + +unit:IN3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Inch per Minute"@en . + +unit:IN3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Inch Per Second"@en . + +unit:KiloCAL_IT a qudt:Unit ; + rdfs:label "Kilocalorie (international Table)"@en . + +unit:KiloCAL_Mean a qudt:Unit ; + rdfs:label "Kilocalorie (mean)"@en . + +unit:KiloCAL_TH a qudt:Unit ; + rdfs:label "Kilocalorie (thermochemical)"@en . + +unit:KiloEV a qudt:Unit ; + rdfs:label "Kilo Electron Volt"@en ; + qudt:symbol "keV", + "keV"^^xsd:string . + +unit:KiloGM a qudt:Unit ; + rdfs:label "Kilogram"@en ; + qudt:symbol "kg", + "kg"^^xsd:string . + +unit:KiloGM-PER-M3 a qudt:Unit ; + rdfs:label "Kilogram per Cubic Meter"@en-us . + +unit:KiloGM_F-M a qudt:Unit ; + rdfs:label "Kilogram?force Meter"@en-us . + +unit:KiloGM_F-PER-M a qudt:Unit ; + rdfs:label "Kilogram Force Meter"@en-us . + +unit:KiloL-PER-HR a qudt:Unit ; + rdfs:label "Kilolitre Per Hour"@en . + +unit:KiloN-M a qudt:Unit ; + rdfs:label "Kilonewton Meter"@en-us . + +unit:KiloS-PER-M a qudt:Unit ; + rdfs:label "Kilosiemens Per Meter"@en-us . + +unit:KiloSEC a qudt:Unit ; + rdfs:label "kilosecond"@en ; + qudt:symbol "ks", + "ks"^^xsd:string . + +unit:KiloTONNE a qudt:Unit ; + rdfs:label "KiloTonne"@en . + +unit:KiloTON_Metric a qudt:Unit ; + rdfs:label "Metric KiloTON"@en . + +unit:KiloV a qudt:Unit ; + rdfs:label "Kilovolt"@en . + +unit:L-PER-DAY a qudt:Unit ; + rdfs:label "Liter Per Day"@en-us . + +unit:L-PER-HR a qudt:Unit ; + rdfs:label "Liter Per Hour"@en-us . + +unit:L-PER-MIN a qudt:Unit ; + rdfs:label "Liter Per Minute"@en-us . + +unit:L-PER-SEC a qudt:Unit ; + rdfs:label "Liter Per Second"@en-us . + +unit:LA a qudt:Unit ; + rdfs:label "Lambert"@en ; + qudt:symbol "L", + "L"^^xsd:string . + +unit:LB a qudt:Unit ; + rdfs:label "Pound Mass"@en ; + qudt:symbol "lbm", + "lbm"^^xsd:string . + +unit:LB-PER-FT3 a qudt:Unit ; + rdfs:label "Pound per Cubic Foot"@en . + +unit:LB-PER-GAL a qudt:Unit ; + rdfs:label "Pound per Gallon"@en . + +unit:LB-PER-GAL_UK a qudt:Unit ; + rdfs:label "Pound (avoirdupois) Per Gallon (UK)"@en . + +unit:LB-PER-GAL_US a qudt:Unit ; + rdfs:label "Pound (avoirdupois) Per Gallon (US)"@en . + +unit:LB-PER-IN3 a qudt:Unit ; + rdfs:label "Pound per Cubic Inch"@en . + +unit:LB-PER-M3 a qudt:Unit ; + rdfs:label "Pound per Cubic Meter"@en-us . + +unit:LB-PER-YD3 a qudt:Unit ; + rdfs:label "Pound per Cubic Yard"@en . + +unit:LB_F-FT a qudt:Unit ; + rdfs:label "Pound Force Foot"@en . + +unit:LB_F-IN a qudt:Unit ; + rdfs:label "Pound Force Inch"@en . + +unit:LB_T a qudt:Unit ; + rdfs:label "Pound Troy"@en ; + qudt:symbol "lbt", + "lbt"^^xsd:string . + +unit:LUX a qudt:Unit ; + rdfs:label "Lux"@en ; + qudt:symbol "lx", + "lx"^^xsd:string . + +unit:LunarMass a qudt:Unit ; + rdfs:label "Lunar mass"@en . + +unit:M3-PER-DAY a qudt:Unit ; + rdfs:label "Cubic Meter Per Day"@en-us . + +unit:M3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Meter per Hour"@en-us . + +unit:M3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Meter Per Minute"@en-us . + +unit:MIN a qudt:Unit ; + rdfs:label "Minute"@en ; + qudt:symbol "min", + "min"^^xsd:string . + +unit:MIN_Sidereal a qudt:Unit ; + rdfs:label "Sidereal Minute"@en ; + qudt:symbol "min", + "min"^^xsd:string . + +unit:MO a qudt:Unit ; + rdfs:label "Month"@en ; + qudt:symbol "mo", + "mo"^^xsd:string . + +unit:MO_MeanGREGORIAN a qudt:Unit ; + rdfs:label "Mean Gregorian Month"@en . + +unit:MO_MeanJulian a qudt:Unit ; + rdfs:label "Mean Julian Month"@en . + +unit:MO_Synodic a qudt:Unit ; + rdfs:label "Synodic month"@en ; + qudt:symbol "mo"^^xsd:string . + +unit:MegaEV a qudt:Unit ; + rdfs:label "Mega Electron Volt"@en ; + qudt:symbol "MeV", + "MeV"^^xsd:string . + +unit:MegaGM a qudt:Unit ; + rdfs:label "Megagram"@en . + +unit:MegaHZ-M a qudt:Unit ; + rdfs:label "Megahertz Meter"@en-us . + +unit:MegaN-M a qudt:Unit ; + rdfs:label "Meganewton Meter"@en-us . + +unit:MegaS-PER-M a qudt:Unit ; + rdfs:label "Megasiemens Per Meter"@en-us . + +unit:MegaTOE a qudt:Unit ; + rdfs:label "Megaton of Oil Equivalent"@en ; + qudt:symbol "megatoe", + "megatoe"^^xsd:string . + +unit:MegaV a qudt:Unit ; + rdfs:label "Megavolt"@en . + +unit:MegaYR a qudt:Unit ; + rdfs:label "Million Years"@en ; + qudt:symbol "Myr", + "Myr"^^xsd:string . + +unit:MicroGM a qudt:Unit ; + rdfs:label "Microgram"@en . + +unit:MicroH-PER-KiloOHM a qudt:Unit ; + rdfs:label "Microhenry Per Kiloohm"@en . + +unit:MicroH-PER-OHM a qudt:Unit ; + rdfs:label "Microhenry Per Ohm"@en . + +unit:MicroN-M a qudt:Unit ; + rdfs:label "Micronewton Meter"@en-us . + +unit:MicroS-PER-CentiM a qudt:Unit ; + rdfs:label "Microsiemens Per Centimeter"@en-us . + +unit:MicroS-PER-M a qudt:Unit ; + rdfs:label "Microsiemens Per Meter"@en-us . + +unit:MicroSEC a qudt:Unit ; + rdfs:label "microsecond"@en ; + qudt:symbol "μs", + "μs"^^xsd:string . + +unit:MicroV a qudt:Unit ; + rdfs:label "Microvolt"@en . + +unit:MilliGM a qudt:Unit ; + rdfs:label "Milligram"@en . + +unit:MilliGM-PER-DeciL a qudt:Unit ; + rdfs:label "milligrams per decilitre"@en . + +unit:MilliH-PER-KiloOHM a qudt:Unit ; + rdfs:label "Millihenry Per Kiloohm"@en . + +unit:MilliH-PER-OHM a qudt:Unit ; + rdfs:label "Millihenry Per Ohm"@en . + +unit:MilliJ a qudt:Unit ; + rdfs:label "Millijoule"@en . + +unit:MilliL-PER-DAY a qudt:Unit ; + rdfs:label "Millilitre Per Day"@en . + +unit:MilliL-PER-HR a qudt:Unit ; + rdfs:label "Millilitre Per Hour"@en . + +unit:MilliL-PER-MIN a qudt:Unit ; + rdfs:label "Millilitre Per Minute"@en . + +unit:MilliL-PER-SEC a qudt:Unit ; + rdfs:label "Millilitre Per Second"@en . + +unit:MilliN-M a qudt:Unit ; + rdfs:label "Millinewton Meter"@en-us . + +unit:MilliPA-SEC-PER-BAR a qudt:Unit ; + rdfs:label "Millipascal Second Per Bar"@en . + +unit:MilliS-PER-CentiM a qudt:Unit ; + rdfs:label "Millisiemens Per Centimeter"@en-us . + +unit:MilliS-PER-M a qudt:Unit ; + rdfs:label "MilliSiemens per metre"@en . + +unit:MilliSEC a qudt:Unit ; + rdfs:label "millisecond"@en ; + qudt:symbol "ms", + "ms"^^xsd:string . + +unit:MilliV a qudt:Unit ; + rdfs:label "Millivolt"@en . + +unit:N-CentiM a qudt:Unit ; + rdfs:label "Newton Centimeter"@en-us . + +unit:NUM-PER-HR a qudt:Unit ; + rdfs:label "Number per hour"@en . + +unit:NUM-PER-SEC a qudt:Unit ; + rdfs:label "Counts per second"@en . + +unit:NUM-PER-YR a qudt:Unit ; + rdfs:label "Number per Year"@en . + +unit:NanoGM a qudt:Unit ; + rdfs:label "Nanograms"@en . + +unit:NanoS-PER-CentiM a qudt:Unit ; + rdfs:label "Nanosiemens Per Centimeter"@en-us . + +unit:NanoS-PER-M a qudt:Unit ; + rdfs:label "Nanosiemens Per Meter"@en-us . + +unit:NanoSEC a qudt:Unit ; + rdfs:label "nanosecond"@en ; + qudt:symbol "ns", + "ns"^^xsd:string . + +unit:OZ a qudt:Unit ; + rdfs:label "Ounce Mass"@en ; + qudt:symbol "ozm", + "ozm"^^xsd:string . + +unit:OZ_F-IN a qudt:Unit ; + rdfs:label "Imperial Ounce Force Inch"@en . + +unit:OZ_PER-GAL a qudt:Unit ; + rdfs:label "Imperial Mass Ounce per Gallon"@en . + +unit:OZ_PER-IN3 a qudt:Unit ; + rdfs:label "Imperial Mass Ounce per Cubic Inch"@en . + +unit:OZ_TROY a qudt:Unit ; + rdfs:label "Ounce Troy"@en ; + qudt:symbol "oz", + "oz"^^xsd:string . + +unit:OZ_VOL_UK-PER-DAY a qudt:Unit ; + rdfs:label "Ounce (UK Fluid) Per Day"@en . + +unit:OZ_VOL_UK-PER-HR a qudt:Unit ; + rdfs:label "Ounce (UK Fluid) Per Hour"@en . + +unit:OZ_VOL_UK-PER-MIN a qudt:Unit ; + rdfs:label "Ounce (UK Fluid) Per Minute"@en . + +unit:OZ_VOL_UK-PER-SEC a qudt:Unit ; + rdfs:label "Ounce (UK Fluid) Per Second"@en . + +unit:OZ_VOL_US-PER-DAY a qudt:Unit ; + rdfs:label "Ounce (US Fluid) Per Day"@en . + +unit:OZ_VOL_US-PER-HR a qudt:Unit ; + rdfs:label "Ounce (US Fluid) Per Hour"@en . + +unit:OZ_VOL_US-PER-MIN a qudt:Unit ; + rdfs:label "Ounce (US Fluid) Per Minute"@en . + +unit:OZ_VOL_US-PER-SEC a qudt:Unit ; + rdfs:label "Ounce (US Fluid) Per Second"@en . + +unit:PA-SEC-PER-BAR a qudt:Unit ; + rdfs:label "Pascal Second Per Bar"@en . + +unit:PER-DAY a qudt:Unit ; + rdfs:label "Reciprocal Day"@en . + +unit:PER-HR a qudt:Unit ; + rdfs:label "Reciprocal Hour"@en . + +unit:PER-MIN a qudt:Unit ; + rdfs:label "Reciprocal Minute"@en . + +unit:PER-MO a qudt:Unit ; + rdfs:label "Reciprocal Month"@en . + +unit:PER-MilliSEC a qudt:Unit ; + rdfs:label "Reciprocal millisecond"@en . + +unit:PER-SEC a qudt:Unit ; + rdfs:label "Reciprocal Second"@en ; + qudt:symbol "Hz"^^xsd:string . + +unit:PER-WK a qudt:Unit ; + rdfs:label "Reciprocal Week"@en . + +unit:PER-YR a qudt:Unit ; + rdfs:label "Reciprocal Year"@en . + +unit:PERCENT-PER-DAY a qudt:Unit ; + rdfs:label "Percent per day"@en . + +unit:PERCENT-PER-HR a qudt:Unit ; + rdfs:label "Percent per hour"@en . + +unit:PERCENT-PER-WK a qudt:Unit ; + rdfs:label "Percent per week"@en . + +unit:PINT_UK-PER-DAY a qudt:Unit ; + rdfs:label "Pint (UK) Per Day"@en . + +unit:PINT_UK-PER-HR a qudt:Unit ; + rdfs:label "Pint (UK) Per Hour"@en . + +unit:PINT_UK-PER-MIN a qudt:Unit ; + rdfs:label "Pint (UK) Per Minute"@en . + +unit:PINT_UK-PER-SEC a qudt:Unit ; + rdfs:label "Pint (UK) Per Second"@en . + +unit:PINT_US-PER-DAY a qudt:Unit ; + rdfs:label "Pint (US Liquid) Per Day"@en . + +unit:PINT_US-PER-HR a qudt:Unit ; + rdfs:label "Pint (US Liquid) Per Hour"@en . + +unit:PINT_US-PER-MIN a qudt:Unit ; + rdfs:label "Pint (US Liquid) Per Minute"@en . + +unit:PINT_US-PER-SEC a qudt:Unit ; + rdfs:label "Pint (US Liquid) Per Second"@en . + +unit:PK_UK-PER-DAY a qudt:Unit ; + rdfs:label "Peck (UK) Per Day"@en . + +unit:PK_UK-PER-HR a qudt:Unit ; + rdfs:label "Peck (UK) Per Hour"@en . + +unit:PK_UK-PER-MIN a qudt:Unit ; + rdfs:label "Peck (UK) Per Minute"@en . + +unit:PK_UK-PER-SEC a qudt:Unit ; + rdfs:label "Peck (UK) Per Second"@en . + +unit:PK_US_DRY-PER-DAY a qudt:Unit ; + rdfs:label "Peck (US Dry) Per Day"@en . + +unit:PK_US_DRY-PER-HR a qudt:Unit ; + rdfs:label "Peck (US Dry) Per Hour"@en . + +unit:PK_US_DRY-PER-MIN a qudt:Unit ; + rdfs:label "Peck (US Dry) Per Minute"@en . + +unit:PK_US_DRY-PER-SEC a qudt:Unit ; + rdfs:label "Peck (US Dry) Per Second"@en . + +unit:POISE-PER-BAR a qudt:Unit ; + rdfs:label "Poise Per Bar"@en . + +unit:Pennyweight a qudt:Unit ; + rdfs:label "Pennyweight"@en . + +unit:PetaJ a qudt:Unit ; + rdfs:label "Petajoule"@en . + +unit:Phot a qudt:Unit ; + rdfs:label "Phot"@en ; + qudt:symbol "ph", + "ph"^^xsd:string . + +unit:PicoGM a qudt:Unit ; + rdfs:label "Picograms"@en . + +unit:PicoS-PER-M a qudt:Unit ; + rdfs:label "Picosiemens Per Meter"@en-us . + +unit:PicoSEC a qudt:Unit ; + rdfs:label "Picosecond"@en . + +unit:PlanckDensity a qudt:Unit ; + rdfs:label "Planck Density"@en . + +unit:PlanckEnergy a qudt:Unit ; + rdfs:label "Planck Energy"@en ; + qudt:symbol "Eᵨ", + "Eᵨ"^^xsd:string . + +unit:PlanckFrequency a qudt:Unit ; + rdfs:label "Planck Frequency"@en . + +unit:PlanckMass a qudt:Unit ; + rdfs:label "Planck Mass"@en . + +unit:PlanckTime a qudt:Unit ; + rdfs:label "Planck Time"@en . + +unit:PlanckVolt a qudt:Unit ; + rdfs:label "Planck Volt"@en . + +unit:QT_UK-PER-DAY a qudt:Unit ; + rdfs:label "Quart (UK Liquid) Per Day"@en . + +unit:QT_UK-PER-HR a qudt:Unit ; + rdfs:label "Quart (UK Liquid) Per Hour"@en . + +unit:QT_UK-PER-MIN a qudt:Unit ; + rdfs:label "Quart (UK Liquid) Per Minute"@en . + +unit:QT_UK-PER-SEC a qudt:Unit ; + rdfs:label "Quart (UK Liquid) Per Second"@en . + +unit:QT_US-PER-DAY a qudt:Unit ; + rdfs:label "Quart (US Liquid) Per Day"@en . + +unit:QT_US-PER-HR a qudt:Unit ; + rdfs:label "Quart (US Liquid) Per Hour"@en . + +unit:QT_US-PER-MIN a qudt:Unit ; + rdfs:label "Quart (US Liquid) Per Minute"@en . + +unit:QT_US-PER-SEC a qudt:Unit ; + rdfs:label "Quart (US Liquid) Per Second"@en . + +unit:QUAD a qudt:Unit ; + rdfs:label "Quad"@en ; + qudt:symbol "quad", + "quad"^^xsd:string . + +unit:Quarter_UK a qudt:Unit ; + rdfs:label "Quarter (UK)"@en . + +unit:S-PER-CentiM a qudt:Unit ; + rdfs:label "Siemens Per Centimeter"@en-us . + +unit:S-PER-M a qudt:Unit ; + rdfs:label "Siemens Per Meter"@en-us . + +unit:SAMPLE-PER-SEC a qudt:Unit ; + rdfs:label "Sample per second"@en . + +unit:SEC a qudt:Unit ; + rdfs:label "Second"@en ; + qudt:symbol "s", + "s"^^xsd:string . + +unit:SH a qudt:Unit ; + rdfs:label "Shake"@en ; + qudt:symbol "Sh", + "Sh"^^xsd:string . + +unit:SLUG a qudt:Unit ; + rdfs:label "Slug"@en ; + qudt:symbol "slug", + "slug"^^xsd:string . + +unit:SLUG-PER-FT3 a qudt:Unit ; + rdfs:label "Slug per Cubic Foot"@en . + +unit:STILB a qudt:Unit ; + rdfs:label "Stilb"@en ; + qudt:symbol "sb", + "sb"^^xsd:string . + +unit:SolarMass a qudt:Unit ; + rdfs:label "Solar mass"@en ; + qudt:symbol "S", + "S"^^xsd:string . + +unit:Stone_UK a qudt:Unit ; + rdfs:label "Stone (UK)"@en . + +unit:TOE a qudt:Unit ; + rdfs:label "Ton of Oil Equivalent"@en ; + qudt:symbol "toe", + "toe"^^xsd:string . + +unit:TONNE a qudt:Unit ; + rdfs:label "Tonne"@en ; + qudt:symbol "mT"^^xsd:string . + +unit:TON_Assay a qudt:Unit ; + rdfs:label "Assay Ton"@en ; + qudt:symbol "AT", + "AT"^^xsd:string . + +unit:TON_LONG a qudt:Unit ; + rdfs:label "Long Ton"@en ; + qudt:symbol "ton", + "ton"^^xsd:string . + +unit:TON_LONG-PER-YD3 a qudt:Unit ; + rdfs:label "Long Ton per Cubic Yard"@en . + +unit:TON_Metric a qudt:Unit ; + rdfs:label "Metric Ton"@en ; + qudt:symbol "mT", + "mT"^^xsd:string . + +unit:TON_SHORT a qudt:Unit ; + rdfs:label "Short Ton"@en ; + qudt:symbol "ton", + "ton"^^xsd:string . + +unit:TON_SHORT-PER-YD3 a qudt:Unit ; + rdfs:label "Short Ton per Cubic Yard"@en . + +unit:TON_UK a qudt:Unit ; + rdfs:label "Ton (UK)"@en ; + qudt:symbol "ton"^^xsd:string . + +unit:TON_UK-PER-YD3 a qudt:Unit ; + rdfs:label "Long Ton (UK) Per Cubic Yard"@en . + +unit:TON_US a qudt:Unit ; + rdfs:label "Ton (US)"@en ; + qudt:symbol "ton"^^xsd:string . + +unit:TON_US-PER-YD3 a qudt:Unit ; + rdfs:label "Short Ton (US) Per Cubic Yard"@en . + +unit:TeraHZ a qudt:Unit ; + rdfs:label "Terahertz"@en . + +unit:TeraJ a qudt:Unit ; + rdfs:label "Terajoule"@en . + +unit:TeraW-HR a qudt:Unit ; + rdfs:label "Terawatt Hour"@en . + +unit:TonEnergy a qudt:Unit ; + rdfs:label "Ton Energy"@en . + +unit:U a qudt:Unit ; + rdfs:label "Unified Atomic Mass Unit"@en ; + qudt:symbol "Da"^^xsd:string, + "u", + "u"^^xsd:string, + "μ"^^xsd:string . + +unit:V a qudt:Unit ; + rdfs:label "Volt"@en ; + qudt:symbol "V", + "V"^^xsd:string . + +unit:V_Ab a qudt:Unit ; + rdfs:label "Abvolt"@en ; + qudt:symbol "abV", + "abV"^^xsd:string . + +unit:V_Stat a qudt:Unit ; + rdfs:label "Statvolt"@en ; + qudt:symbol "statV", + "statV"^^xsd:string . + +unit:W-SEC a qudt:Unit ; + rdfs:label "Watt Second"@en . + +unit:WK a qudt:Unit ; + rdfs:label "Week"@en ; + qudt:symbol "wk", + "wk"^^xsd:string . + +unit:YD3-PER-DAY a qudt:Unit ; + rdfs:label "Cubic Yard Per Day"@en . + +unit:YD3-PER-HR a qudt:Unit ; + rdfs:label "Cubic Yard Per Hour"@en . + +unit:YD3-PER-MIN a qudt:Unit ; + rdfs:label "Cubic Yard per Minute"@en . + +unit:YD3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Yard Per Second"@en . + +unit:YR a qudt:Unit ; + rdfs:label "Year"@en ; + qudt:symbol "a", + "a"^^xsd:string . + +unit:YR_Common a qudt:Unit ; + rdfs:label "Common Year"@en . + +unit:YR_Sidereal a qudt:Unit ; + rdfs:label "Sidereal Year"@en ; + qudt:symbol "yr", + "yr"^^xsd:string . + +unit:YR_TROPICAL a qudt:Unit ; + rdfs:label "Tropical Year"@en ; + qudt:symbol "a_{t}", + "a_{t}"^^xsd:string . + +unit:failures-in-time a qudt:Unit ; + rdfs:label "Failures In Time"@en . + +brick:Active_Power a brick:Quantity ; + rdfs:label "Active Power" ; + qudt:applicableUnit unit:KiloV-A, + unit:MegaV-A, + unit:V-A ; + owl:sameAs brick:Real_Power ; + skos:broader brick:Electric_Power ; + skos:definition "(Active Power) is, under periodic conditions, the mean value, taken over one period (T), of the instantaneous power (p). In complex notation, (P = Re \\; S), where (S) is (complex power)\"."@en ; + brick:hasQUDTReference qudtqk:ActivePower . + +brick:Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Adjust Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures user-provided adjustment of some value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor . + +brick:Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Enthalpy_Sensor ; + skos:definition "Measures the total heat content of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Enthalpy ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Demand Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Demand_Setpoint ; + skos:definition "Sets the rate of air flow required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Grains Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the mass of water vapor in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Air . + +brick:Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Step Parameter" ; + rdfs:subClassOf brick:Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter indicates the sensitivity to activate an alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +brick:Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Angle Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measues the planar angle of some phenomenon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Angle . + +brick:Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Boiler" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Water_Heater ; + skos:definition "A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment . + +brick:Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A type of valve installed in a bypass pipeline"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Equipment, + tag:Valve . + +brick:CRAC a owl:Class, + sh:NodeShape ; + rdfs:label "CRAC" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Computer_Room_Air_Conditioning ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CRAC, + tag:Equipment . + +brick:Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Beam" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an integrated coil that performs sensible heating of a space via circulation of room air. Chilled Beams are not designed to perform latent cooling; see Induction Units. Despite their name, Chilled Beams may perform heating or cooling of a space depending on their configuration."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment . + +brick:Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Coil" ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "Cooling or heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape (ASHRAE Dictionary)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment . + +brick:Conductivity a brick:Quantity ; + rdfs:label "Conductivity" ; + qudt:applicableUnit unit:DeciS-PER-M, + unit:KiloS-PER-M, + unit:MegaS-PER-M, + unit:MicroS-PER-CentiM, + unit:MicroS-PER-M, + unit:MilliS-PER-CentiM, + unit:MilliS-PER-M, + unit:NanoS-PER-CentiM, + unit:NanoS-PER-M, + unit:PicoS-PER-M, + unit:S-PER-CentiM, + unit:S-PER-M ; + brick:hasQUDTReference qudtqk:Conductivity . + +brick:Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Coil" ; + rdfs:subClassOf brick:Coil ; + skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows. Typically filled with either refrigerant or cold water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Equipment . + +brick:Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status . + +brick:Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Cooling_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Current Output Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Senses the amperes of electrical current produced as output by a device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:Point, + tag:Sensor . + +brick:DDAHU a owl:Class, + sh:NodeShape ; + rdfs:label "DDAHU" ; + rdfs:subClassOf brick:AHU ; + owl:equivalentClass brick:Dual_Duct_Air_Handling_Unit ; + skos:definition "See Dual_Duct_Air_Handling_Unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:DDAHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:DDAHU, + tag:Equipment . + +brick:Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Temperature Setpoint" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two temperature measurements"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of discharge air for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Setpoint, + brick:Heating_Temperature_Setpoint ; + skos:definition "Sets temperature of discharge air for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Hot_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Distribution_Frame a owl:Class, + sh:NodeShape ; + rdfs:label "Distribution Frame" ; + rdfs:subClassOf brick:Telecom_Room ; + skos:definition "A class of spaces where the cables carrying signals meet and connect, e.g. a wiring closet or a broadcast downlink room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom . + +brick:Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water . + +brick:Electric_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Power Sensor" ; + rdfs:subClassOf brick:Power_Sensor ; + skos:definition "Measures the amount of instantaneous electric power consumed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Electric_Power . + +brick:Emergency_Power_Off_System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Status" ; + rdfs:subClassOf brick:Off_Status, + brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Point, + tag:Power, + tag:Status, + tag:System . + +brick:Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures energy consumption"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Energy . + +brick:Energy_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy System" ; + rdfs:subClassOf brick:Electrical_System ; + skos:definition "A collection of devices that generates, stores or transports electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:System . + +brick:Entering_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Water . + +brick:Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + skos:definition "The static pressure of air within exhaust regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Failure Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate the failure of devices, equipment, systems and control loops"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point . + +brick:Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fault Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the presence of a fault in a device, system or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Point, + tag:Status . + +brick:Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Flow Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow . + +brick:Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the frequency of a device's operation (e.g. rotational frequency)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Fresh Air Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Point, + tag:Setpoint . + +brick:Frost a owl:Class, + sh:NodeShape, + brick:Frost ; + rdfs:label "Frost" ; + rdfs:subClassOf brick:Solid ; + skos:definition "frost formed on the cold surface (tubes, plates) of a cooling coil."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frost ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frost, + tag:Solid . + +brick:Hail a owl:Class, + sh:NodeShape, + brick:Hail ; + rdfs:label "Hail" ; + rdfs:subClassOf brick:Solid ; + skos:definition "pellets of frozen rain which fall in showers from cumulonimbus clouds."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hail, + tag:Solid . + +brick:Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Coil" ; + rdfs:subClassOf brick:Coil ; + skos:definition "A heating element typically made of pipe, tube or wire that emits heat. Typically filled with hot water, or, in the case of wire, uses electricity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat . + +brick:Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status . + +brick:Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Heating_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Valve" ; + rdfs:subClassOf brick:Heating_Valve, + brick:Water_Valve ; + skos:definition "A valve regulating the flow of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Point . + +brick:Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Imbalance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which measures difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor . + +brick:Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Integral Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Intercom_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Intercom Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security . + +brick:Interface a owl:Class, + sh:NodeShape ; + rdfs:label "Interface" ; + rdfs:subClassOf brick:Lighting_Equipment ; + skos:definition "A device that provides an occupant control over a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface . + +brick:Leaving_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Lighting a owl:Class ; + rdfs:label "Lighting" ; + rdfs:subClassOf brick:Lighting_Equipment . + +brick:Load_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Load Parameter" ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Parameter, + tag:Point . + +brick:Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Lobby" ; + rdfs:subClassOf brick:Common_Space ; + skos:definition "A space just after the entrance to a building or other space of a building, where visitors can wait"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Lobby, + tag:Location, + tag:Space . + +brick:Low_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is lower than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Low, + tag:Point . + +brick:Manual_Fire_Alarm_Activation_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Manual Fire Alarm Activation Equipment" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A device for manually activating fire alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activation, + tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety . + +brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Max_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Max_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Max_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Measurable a owl:Class ; + rdfs:label "Measurable" ; + rdfs:subClassOf brick:Class, + brick:Entity . + +brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Min_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Motor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Motor . + +brick:Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Boiler" ; + rdfs:subClassOf brick:Boiler ; + skos:definition "A closed, pressure vessel that uses natural gas for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Occupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates if a system, device or control loop is in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Oil a owl:Class, + sh:NodeShape, + brick:Oil ; + rdfs:label "Oil" ; + rdfs:subClassOf brick:Liquid ; + skos:definition "a viscous liquid derived from petroleum, especially for use as a fuel or lubricant."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Oil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Liquid, + tag:Oil . + +brick:On_Status a owl:Class, + sh:NodeShape ; + rdfs:label "On Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is on"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Status . + +brick:Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Lockout_Temperature_Differential_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Lockout, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Overridden_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if the expected operating status of an equipment or control loop has been overridden"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Overridden, + tag:Point, + tag:Status . + +brick:PV_Array a owl:Class, + sh:NodeShape ; + rdfs:label "PV Array" ; + rdfs:subClassOf brick:Collection ; + owl:equivalentClass brick:Photovoltaic_Array ; + sh:property [ sh:or ( [ sh:class brick:PV_Panel ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Collection, + tag:PV . + +brick:Phasor a brick:Quantity ; + rdfs:label "Phasor" . + +brick:Phasor_Angle a brick:Quantity ; + rdfs:label "PhasorAngle" ; + 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 qudtqk:PlaneAngle ; + skos:definition "Angle component of a phasor" ; + skos:related brick:Phasor . + +brick:Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Position Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the position of some object"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Position_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Position Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Point, + tag:Position . + +brick:Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Power Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of instantaneous power consumed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Power . + +brick:Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Pressure . + +brick:Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Pressure . + +brick:Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Proportional Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Radioactivity_Concentration a brick:Quantity ; + rdfs:label "Radioactivity Concentration" ; + skos:broader brick:Air_Quality . + +brick:Refrigerant a owl:Class, + sh:NodeShape, + brick:Refrigerant ; + rdfs:label "Refrigerant" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fluid ; + skos:definition "A refrigerant is a working fluid used in the refrigeration cycle of air conditioning systems and heat pumps where in most cases they undergo a repeated phase transition from a liquid to a gas and back again."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Refrigerant . + +brick:Return_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Alarm" ; + rdfs:subClassOf brick:Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of return air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Shading_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Shading Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Shade . + +brick:Site a owl:Class, + sh:NodeShape ; + rdfs:label "Site" ; + rdfs:subClassOf brick:Location ; + skos:definition "A geographic region containing 0 or more buildings. Typically used as the encapsulating location for a collection of Brick entities through the hasPart/isPartOf relationships"@en ; + sh:property [ sh:or ( [ sh:class brick:Building ] [ sh:class brick:Region ] [ sh:class brick:Site ] [ sh:class brick:Space ] [ sh:class brick:Room ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Site ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Site . + +brick:Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Detection Alarm" ; + rdfs:subClassOf brick:Smoke_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Point, + tag:Smoke . + +brick:Soil a owl:Class, + sh:NodeShape, + brick:Soil ; + rdfs:label "Soil" ; + rdfs:subClassOf brick:Solid ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Soil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Soil, + tag:Solid . + +brick:Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Speed_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Static_Pressure_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Time . + +brick:Storage_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Storage Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces used for storage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage . + +brick:Supply_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply . + +brick:Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter limiting a Supply_Air_Temperature_Setpoint"@en, + "A parameter that places a lower or upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Supply_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Hot_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Supply_Water_Flow_Setpoint a owl:Class ; + rdfs:label "Supply Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Water_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "System Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:System . + +brick:Temperature_Differential_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Differential Reset Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Time Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Time . + +brick:Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Time Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Tolerance Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "difference between upper and lower limits of size for a given nominal dimension or value."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:Unoccupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Variable_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Air Volume Box" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:VAV ; + skos:definition "A device that regulates the volume and temperature of air delivered to a zone by opening or closing a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:Variable, + tag:Volume . + +brick:Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Water . + +brick:Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Water Heater" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An apparatus for heating and usually storing hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Water . + +brick:Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the height/level of water in some container"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Water . + +brick:Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm, + brick:Water_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Wet_Bulb_Temperature a brick:Quantity ; + rdfs:label "Wet_Bulb_Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)", + "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)"@en . + +brick:conversionEfficiency a brick:EntityProperty ; + rdfs:label "Conversion efficiency" ; + rdfs:range bsh:EfficiencyShape ; + skos:definition "The percent efficiency of the conversion process (usually to power or energy) carried out by the entity" . + +brick:deprecatedInVersion a owl:DatatypeProperty . + +brick:deprecation a brick:EntityProperty ; + rdfs:label "Deprecation Notice" ; + rdfs:range brick:DeprecationShape ; + skos:definition "Marks a concept as deprecated" . + +brick:deprecationMitigationMessage a owl:DatatypeProperty . + +brick:isFedBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is fed by" ; + owl:inverseOf brick:feeds . + +brick:lastKnownValue a brick:EntityProperty ; + rdfs:label "Last known value" ; + rdfs:domain brick:Point ; + rdfs:range bsh:LastKnownValueShape ; + skos:definition "The last known value of the Point entity" . + +brick:ratedCurrentInput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + skos:definition "The nominal rated current input of the entity" . + +brick:ratedCurrentOutput a brick:EntityProperty ; + rdfs:range bsh:ElectricCurrentShape ; + skos:definition "The nominal rated current output of the entity" . + +ref:BACnetReference a owl:Class, + sh:NodeShape ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to the BACnet object represented by this entity." ; + sh:or ( [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:units ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minLength 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ], + [ a sh:PropertyShape ; + sh:datatype bacnet:Property ; + sh:defaultValue bacnet:Present_Value ; + sh:path ref:read-property ] ] [ sh:property [ a sh:PropertyShape ; + skos:definition "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" ; + sh:datatype xsd:string ; + sh:path ref:BACnetURI ] ] ) ; + sh:property [ a sh:PropertyShape ; + sh:class bacnet:BACnetDevice ; + sh:minCount 1 ; + sh:path bacnet:objectOf ] . + +ref:IFCReference a owl:Class, + sh:NodeShape ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to an entity in an IFC project which may contain additional metadata about this entity." ; + sh:property [ a sh:PropertyShape ; + skos:definition "Name of the entity in IFC" ; + sh:datatype xsd:string ; + sh:path ref:ifcName ], + [ a sh:PropertyShape ; + skos:definition "The global ID of the entity in the IFC project" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:ifcGlobalID ], + [ a sh:PropertyShape ; + skos:definition "Reference to an IFC Project object, containing the project ID" ; + sh:class ref:ifcProject ; + sh:minCount 1 ; + sh:path ref:hasIfcProjectReference ] . + +bsh:StageShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( 1 2 3 4 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ThermalTransmittanceShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:BTU_IT unit:W-PER-M2-K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +tag:Ablutions a brick:Tag ; + rdfs:label "Ablutions" . + +tag:Absorption a brick:Tag ; + rdfs:label "Absorption" . + +tag:Acceleration a brick:Tag ; + rdfs:label "Acceleration" . + +tag:Activated a brick:Tag ; + rdfs:label "Activated" . + +tag:Activation a brick:Tag ; + rdfs:label "Activation" . + +tag:Active a brick:Tag ; + rdfs:label "Active" . + +tag:Ammonia a brick:Tag ; + rdfs:label "Ammonia" . + +tag:Atrium a brick:Tag ; + rdfs:label "Atrium" . + +tag:Auditorium a brick:Tag ; + rdfs:label "Auditorium" . + +tag:Auto a brick:Tag ; + rdfs:label "Auto" . + +tag:Availability a brick:Tag ; + rdfs:label "Availability" . + +tag:Azimuth a brick:Tag ; + rdfs:label "Azimuth" . + +tag:Basement a brick:Tag ; + rdfs:label "Basement" . + +tag:Bench a brick:Tag ; + rdfs:label "Bench" . + +tag:Blowdown a brick:Tag ; + rdfs:label "Blowdown" . + +tag:Booster a brick:Tag ; + rdfs:label "Booster" . + +tag:Booth a brick:Tag ; + rdfs:label "Booth" . + +tag:Break a brick:Tag ; + rdfs:label "Break" . + +tag:Breaker a brick:Tag ; + rdfs:label "Breaker" . + +tag:Breakroom a brick:Tag ; + rdfs:label "Breakroom" . + +tag:Broadcast a brick:Tag ; + rdfs:label "Broadcast" . + +tag:Bus a brick:Tag ; + rdfs:label "Bus" . + +tag:Button a brick:Tag ; + rdfs:label "Button" . + +tag:CAV a brick:Tag ; + rdfs:label "CAV" . + +tag:CRAH a brick:Tag ; + rdfs:label "CRAH" . + +tag:Cafeteria a brick:Tag ; + rdfs:label "Cafeteria" . + +tag:Call a brick:Tag ; + rdfs:label "Call" . + +tag:Capacity a brick:Tag ; + rdfs:label "Capacity" . + +tag:Center a brick:Tag ; + rdfs:label "Center" . + +tag:Centrifugal a brick:Tag ; + rdfs:label "Centrifugal" . + +tag:Change a brick:Tag ; + rdfs:label "Change" . + +tag:Code a brick:Tag ; + rdfs:label "Code" . + +tag:Coldest a brick:Tag ; + rdfs:label "Coldest" . + +tag:Communication a brick:Tag ; + rdfs:label "Communication" . + +tag:Compressor a brick:Tag ; + rdfs:label "Compressor" . + +tag:Concessions a brick:Tag ; + rdfs:label "Concessions" . + +tag:Condensate a brick:Tag ; + rdfs:label "Condensate" . + +tag:Condensing a brick:Tag ; + rdfs:label "Condensing" . + +tag:Conference a brick:Tag ; + rdfs:label "Conference" . + +tag:Constant a brick:Tag ; + rdfs:label "Constant" . + +tag:Contact a brick:Tag ; + rdfs:label "Contact" . + +tag:Cooler a brick:Tag ; + rdfs:label "Cooler" . + +tag:Cooling a brick:Tag ; + rdfs:label "Cooling" . + +tag:Copy a brick:Tag ; + rdfs:label "Copy" . + +tag:Count a brick:Tag ; + rdfs:label "Count" . + +tag:Cubicle a brick:Tag ; + rdfs:label "Cubicle" . + +tag:Curtailment a brick:Tag ; + rdfs:label "Curtailment" . + +tag:Cutout a brick:Tag ; + rdfs:label "Cutout" . + +tag:DDAHU a brick:Tag ; + rdfs:label "DDAHU" . + +tag:DOAS a brick:Tag ; + rdfs:label "DOAS" . + +tag:Dc a brick:Tag ; + rdfs:label "Dc" . + +tag:Deceleration a brick:Tag ; + rdfs:label "Deceleration" . + +tag:Dedicated a brick:Tag ; + rdfs:label "Dedicated" . + +tag:Dehumidification a brick:Tag ; + rdfs:label "Dehumidification" . + +tag:Desk a brick:Tag ; + rdfs:label "Desk" . + +tag:Detention a brick:Tag ; + rdfs:label "Detention" . + +tag:Dimmer a brick:Tag ; + rdfs:label "Dimmer" . + +tag:Disconnect a brick:Tag ; + rdfs:label "Disconnect" . + +tag:Displacement a brick:Tag ; + rdfs:label "Displacement" . + +tag:Dock a brick:Tag ; + rdfs:label "Dock" . + +tag:Drench a brick:Tag ; + rdfs:label "Drench" . + +tag:Driver a brick:Tag ; + rdfs:label "Driver" . + +tag:Dry a brick:Tag ; + rdfs:label "Dry" . + +tag:Dual a brick:Tag ; + rdfs:label "Dual" . + +tag:ESS a brick:Tag ; + rdfs:label "ESS" . + +tag:Econcycle a brick:Tag ; + rdfs:label "Econcycle" . + +tag:Employee a brick:Tag ; + rdfs:label "Employee" . + +tag:Environment a brick:Tag ; + rdfs:label "Environment" . + +tag:Evaporative a brick:Tag ; + rdfs:label "Evaporative" . + +tag:Even a brick:Tag ; + rdfs:label "Even" . + +tag:Exercise a brick:Tag ; + rdfs:label "Exercise" . + +tag:Eye a brick:Tag ; + rdfs:label "Eye" . + +tag:FCU a brick:Tag ; + rdfs:label "FCU" . + +tag:Factor a brick:Tag ; + rdfs:label "Factor" . + +tag:Field a brick:Tag ; + rdfs:label "Field" . + +tag:Final a brick:Tag ; + rdfs:label "Final" . + +tag:First a brick:Tag ; + rdfs:label "First" . + +tag:FirstAid a brick:Tag ; + rdfs:label "FirstAid" . + +tag:Formaldehyde a brick:Tag ; + rdfs:label "Formaldehyde" . + +tag:Freezer a brick:Tag ; + rdfs:label "Freezer" . + +tag:Fuel a brick:Tag ; + rdfs:label "Fuel" . + +tag:Gasoline a brick:Tag ; + rdfs:label "Gasoline" . + +tag:Gatehouse a brick:Tag ; + rdfs:label "Gatehouse" . + +tag:Glycol a brick:Tag ; + rdfs:label "Glycol" . + +tag:Glycool a brick:Tag ; + rdfs:label "Glycool" . + +tag:Group a brick:Tag ; + rdfs:label "Group" . + +tag:HX a brick:Tag ; + rdfs:label "HX" . + +tag:Hallway a brick:Tag ; + rdfs:label "Hallway" . + +tag:Handling a brick:Tag ; + rdfs:label "Handling" . + +tag:Hazardous a brick:Tag ; + rdfs:label "Hazardous" . + +tag:Head a brick:Tag ; + rdfs:label "Head" . + +tag:Heat_Sink a brick:Tag ; + rdfs:label "Heat_Sink" . + +tag:Hold a brick:Tag ; + rdfs:label "Hold" . + +tag:Hose a brick:Tag ; + rdfs:label "Hose" . + +tag:Hospitality a brick:Tag ; + rdfs:label "Hospitality" . + +tag:Humidification a brick:Tag ; + rdfs:label "Humidification" . + +tag:Humidify a brick:Tag ; + rdfs:label "Humidify" . + +tag:IDF a brick:Tag ; + rdfs:label "IDF" . + +tag:Induction a brick:Tag ; + rdfs:label "Induction" . + +tag:Information a brick:Tag ; + rdfs:label "Information" . + +tag:Intrusion a brick:Tag ; + rdfs:label "Intrusion" . + +tag:Inverter a brick:Tag ; + rdfs:label "Inverter" . + +tag:Janitor a brick:Tag ; + rdfs:label "Janitor" . + +tag:Jet a brick:Tag ; + rdfs:label "Jet" . + +tag:Kitchen a brick:Tag ; + rdfs:label "Kitchen" . + +tag:Laminar a brick:Tag ; + rdfs:label "Laminar" . + +tag:Last a brick:Tag ; + rdfs:label "Last" . + +tag:Library a brick:Tag ; + rdfs:label "Library" . + +tag:Light a brick:Tag ; + rdfs:label "Light" . + +tag:Loading a brick:Tag ; + rdfs:label "Loading" . + +tag:Locally a brick:Tag ; + rdfs:label "Locally" . + +tag:Lowest a brick:Tag ; + rdfs:label "Lowest" . + +tag:MAU a brick:Tag ; + rdfs:label "MAU" . + +tag:MDF a brick:Tag ; + rdfs:label "MDF" . + +tag:Mail a brick:Tag ; + rdfs:label "Mail" . + +tag:Majlis a brick:Tag ; + rdfs:label "Majlis" . + +tag:Massage a brick:Tag ; + rdfs:label "Massage" . + +tag:Materials a brick:Tag ; + rdfs:label "Materials" . + +tag:Medical a brick:Tag ; + rdfs:label "Medical" . + +tag:Meidcal a brick:Tag ; + rdfs:label "Meidcal" . + +tag:Methane a brick:Tag ; + rdfs:label "Methane" . + +tag:Month a brick:Tag ; + rdfs:label "Month" . + +tag:Motion a brick:Tag ; + rdfs:label "Motion" . + +tag:NO2 a brick:Tag ; + rdfs:label "NO2" . + +tag:Network a brick:Tag ; + rdfs:label "Network" . + +tag:No a brick:Tag ; + rdfs:label "No" . + +tag:Noncondensing a brick:Tag ; + rdfs:label "Noncondensing" . + +tag:Nozzle a brick:Tag ; + rdfs:label "Nozzle" . + +tag:Overload a brick:Tag ; + rdfs:label "Overload" . + +tag:Ozone a brick:Tag ; + rdfs:label "Ozone" . + +tag:PAU a brick:Tag ; + rdfs:label "PAU" . + +tag:PIR a brick:Tag ; + rdfs:label "PIR" . + +tag:Passive a brick:Tag ; + rdfs:label "Passive" . + +tag:Peak a brick:Tag ; + rdfs:label "Peak" . + +tag:Phone a brick:Tag ; + rdfs:label "Phone" . + +tag:Piezoelectric a brick:Tag ; + rdfs:label "Piezoelectric" . + +tag:Play a brick:Tag ; + rdfs:label "Play" . + +tag:PlugStrip a brick:Tag ; + rdfs:label "PlugStrip" . + +tag:Plumbing a brick:Tag ; + rdfs:label "Plumbing" . + +tag:Portfolio a brick:Tag ; + rdfs:label "Portfolio" . + +tag:Potable a brick:Tag ; + rdfs:label "Potable" . + +tag:Prayer a brick:Tag ; + rdfs:label "Prayer" . + +tag:Private a brick:Tag ; + rdfs:label "Private" . + +tag:Production a brick:Tag ; + rdfs:label "Production" . + +tag:Protect a brick:Tag ; + rdfs:label "Protect" . + +tag:Pull a brick:Tag ; + rdfs:label "Pull" . + +tag:Push a brick:Tag ; + rdfs:label "Push" . + +tag:Quality a brick:Tag ; + rdfs:label "Quality" . + +tag:RC a brick:Tag ; + rdfs:label "RC" . + +tag:RTU a brick:Tag ; + rdfs:label "RTU" . + +tag:RVAV a brick:Tag ; + rdfs:label "RVAV" . + +tag:Radiance a brick:Tag ; + rdfs:label "Radiance" . + +tag:Radiation a brick:Tag ; + rdfs:label "Radiation" . + +tag:Radioactivity a brick:Tag ; + rdfs:label "Radioactivity" . + +tag:Radon a brick:Tag ; + rdfs:label "Radon" . + +tag:Rated a brick:Tag ; + rdfs:label "Rated" . + +tag:Reader a brick:Tag ; + rdfs:label "Reader" . + +tag:Ready a brick:Tag ; + rdfs:label "Ready" . + +tag:Real a brick:Tag ; + rdfs:label "Real" . + +tag:Reception a brick:Tag ; + rdfs:label "Reception" . + +tag:Recorder a brick:Tag ; + rdfs:label "Recorder" . + +tag:Recovery a brick:Tag ; + rdfs:label "Recovery" . + +tag:Region a brick:Tag ; + rdfs:label "Region" . + +tag:Remotely a brick:Tag ; + rdfs:label "Remotely" . + +tag:Request a brick:Tag ; + rdfs:label "Request" . + +tag:Required a brick:Tag ; + rdfs:label "Required" . + +tag:Rest a brick:Tag ; + rdfs:label "Rest" . + +tag:Restroom a brick:Tag ; + rdfs:label "Restroom" . + +tag:Retail a brick:Tag ; + rdfs:label "Retail" . + +tag:Sash a brick:Tag ; + rdfs:label "Sash" . + +tag:Schedule a brick:Tag ; + rdfs:label "Schedule" . + +tag:Seismic a brick:Tag ; + rdfs:label "Seismic" . + +tag:Server a brick:Tag ; + rdfs:label "Server" . + +tag:Shaft a brick:Tag ; + rdfs:label "Shaft" . + +tag:Shared a brick:Tag ; + rdfs:label "Shared" . + +tag:Short a brick:Tag ; + rdfs:label "Short" . + +tag:Shutdown a brick:Tag ; + rdfs:label "Shutdown" . + +tag:Shutoff a brick:Tag ; + rdfs:label "Shutoff" . + +tag:Site a brick:Tag ; + rdfs:label "Site" . + +tag:Sports a brick:Tag ; + rdfs:label "Sports" . + +tag:Stages a brick:Tag ; + rdfs:label "Stages" . + +tag:Staircase a brick:Tag ; + rdfs:label "Staircase" . + +tag:Storey a brick:Tag ; + rdfs:label "Storey" . + +tag:Structure a brick:Tag ; + rdfs:label "Structure" . + +tag:Studio a brick:Tag ; + rdfs:label "Studio" . + +tag:Suction a brick:Tag ; + rdfs:label "Suction" . + +tag:Switchgear a brick:Tag ; + rdfs:label "Switchgear" . + +tag:TABS a brick:Tag ; + rdfs:label "TABS" . + +tag:TETRA a brick:Tag ; + rdfs:label "TETRA" . + +tag:Team a brick:Tag ; + rdfs:label "Team" . + +tag:Temporary a brick:Tag ; + rdfs:label "Temporary" . + +tag:Terminal a brick:Tag ; + rdfs:label "Terminal" . + +tag:Thermally a brick:Tag ; + rdfs:label "Thermally" . + +tag:Ticketing a brick:Tag ; + rdfs:label "Ticketing" . + +tag:Timer a brick:Tag ; + rdfs:label "Timer" . + +tag:Touchpanel a brick:Tag ; + rdfs:label "Touchpanel" . + +tag:Trace a brick:Tag ; + rdfs:label "Trace" . + +tag:Transfer a brick:Tag ; + rdfs:label "Transfer" . + +tag:Tunnel a brick:Tag ; + rdfs:label "Tunnel" . + +tag:VAV a brick:Tag ; + rdfs:label "VAV" . + +tag:Vent a brick:Tag ; + rdfs:label "Vent" . + +tag:Visitor a brick:Tag ; + rdfs:label "Visitor" . + +tag:Wardrobe a brick:Tag ; + rdfs:label "Wardrobe" . + +tag:Warm a brick:Tag ; + rdfs:label "Warm" . + +tag:Warmest a brick:Tag ; + rdfs:label "Warmest" . + +tag:Waste a brick:Tag ; + rdfs:label "Waste" . + +tag:Weather a brick:Tag ; + rdfs:label "Weather" . + +tag:Window a brick:Tag ; + rdfs:label "Window" . + +tag:Wing a brick:Tag ; + rdfs:label "Wing" . + +tag:Workshop a brick:Tag ; + rdfs:label "Workshop" . + +tag:Zenith a brick:Tag ; + rdfs:label "Zenith" . + +unit:A a qudt:Unit ; + rdfs:label "Ampere"@en ; + qudt:symbol "A", + "A"^^xsd:string . + +unit:A_Ab a qudt:Unit ; + rdfs:label "Abampere"@en ; + qudt:symbol "Bi"^^xsd:string, + "abA", + "abA"^^xsd:string . + +unit:A_Stat a qudt:Unit ; + rdfs:label "Statampere"@en ; + qudt:symbol "statA", + "statA"^^xsd:string . + +unit:BIOT a qudt:Unit ; + rdfs:label "Biot"@en ; + qudt:symbol "Bi", + "Bi"^^xsd:string, + "abA"^^xsd:string . + +unit:KiloA a qudt:Unit ; + rdfs:label "kiloampere"@en ; + qudt:symbol "kA", + "kA"^^xsd:string . + +unit:MegaA a qudt:Unit ; + rdfs:label "Megaampere"@en . + +unit:MicroA a qudt:Unit ; + rdfs:label "microampere"@en ; + qudt:symbol "µA", + "µA"^^xsd:string . + +unit:MilliA a qudt:Unit ; + rdfs:label "MilliAmpere"@en ; + qudt:symbol "mA", + "mA"^^xsd:string . + +unit:NanoA a qudt:Unit ; + rdfs:label "nanoampere"@en ; + qudt:symbol "nA", + "nA"^^xsd:string . + +unit:PicoA a qudt:Unit ; + rdfs:label "picoampere"@en ; + qudt:symbol "pA", + "pA"^^xsd:string . + +unit:PlanckCurrent a qudt:Unit ; + rdfs:label "Planck Current"@en . + +brick:Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Air Diffuser" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device that is a component of the air distribution system that controls the delivery of conditioned and/or ventilating air into a room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment . + +brick:Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Alarm ; + skos:definition "An alarm related to air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Point . + +brick:Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Air Plenum" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A component of the HVAC the receives air from the air handling unit or room to distribute or exhaust to or from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum . + +brick:Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Alarm" ; + rdfs:subClassOf brick:Air_Alarm, + brick:Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Baseboard Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Steam, hydronic, or electric heating device located at or near the floor."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator . + +brick:Bypass_Air a owl:Class, + sh:NodeShape, + brick:Bypass_Air ; + rdfs:label "Bypass Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air in a bypass duct, used to relieve static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Fluid, + tag:Gas . + +brick:Bypass_Water a owl:Class, + sh:NodeShape, + brick:Bypass_Water ; + rdfs:label "Bypass Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water that circumvents a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Chiller" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Refrigerating machine used to transfer heat between fluids. Chillers are either direct expansion with a compressor or absorption type."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Equipment . + +brick:Collection_Basin_Water a owl:Class, + sh:NodeShape, + brick:Collection_Basin_Water ; + rdfs:label "Collection Basin Water" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Water ; + skos:definition "Water transiently collected and directed to the sump or pump suction line, typically integral with a cooling tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint . + +brick:Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Current Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the amperes of electrical current passing through the sensor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Electric_Current . + +brick:Deionized_Water a owl:Class, + sh:NodeShape, + brick:Deionized_Water ; + rdfs:label "Deionized Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water which has been purified by removing its ions (constituting the majority of non-particulate contaminants)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deionized ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deionized, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Demand Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of power consumed by the use of some process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Sensor . + +brick:Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status, + brick:Pressure_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status . + +brick:Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Discharge_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + skos:definition "Setpoints used in Reset strategies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Reset, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Alarm" ; + rdfs:subClassOf brick:Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of discharge air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Point, + tag:Temperature . + +brick:Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature . + +brick:Discharge_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Reset Differential Setpoint" ; + rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Discharge_Water_Flow_Setpoint a owl:Class ; + rdfs:label "Discharge Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Water_Flow_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water . + +brick:Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Duration Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the duration of a phenomenon or event"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Sensor . + +brick:Electrical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Room" ; + rdfs:subClassOf brick:Service_Room ; + skos:definition "A class of service rooms that house electrical equipment for a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:Emergency_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Wash Station" ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Enclosed_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Enclosed Office" ; + rdfs:subClassOf brick:Office ; + skos:definition "A space for individuals to work with walls and a door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space . + +brick:Energy a brick:Quantity ; + rdfs:label "Energy" . + +brick:Entering_Condenser_Water a owl:Class, + sh:NodeShape, + brick:Entering_Condenser_Water ; + rdfs:label "Entering Condenser Water" ; + rdfs:subClassOf brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought away from the condenser side of a heat-rejection device (e.g. chiller). It is the 'warm' side."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Entering_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water entering a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Entering_Water . + +brick:Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Flow Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the rate of flow of some substance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow . + +brick:Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Gain Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:GrainsOfMoisture a brick:Quantity ; + rdfs:label "GrainsOfMoisture" ; + qudt:applicableUnit unit:GRAIN ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Mass, + brick:Mass ; + skos:definition "Mass of moisture per pround of air, measured in grains of water" . + +brick:HVAC_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Valve" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC, + tag:Valve . + +brick:Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint . + +brick:Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Valve" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a heating coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Valve . + +brick:Heating_Ventilation_Air_Conditioning_System a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Ventilation Air Conditioning System" ; + rdfs:subClassOf brick:System ; + owl:equivalentClass brick:HVAC_System ; + skos:definition "The equipment, distribution systems and terminals that provide, either collectively or individually, the processes of heating, ventilating or air conditioning to a building or portion of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:Heat, + tag:System, + tag:Ventilation . + +brick:High_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates high temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Point, + tag:Temperature . + +brick:Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Discharge_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Return_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Hot_Water . + +brick:Humidity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to humidity-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point . + +brick:Leaving_Condenser_Water a owl:Class, + sh:NodeShape, + brick:Leaving_Condenser_Water ; + rdfs:label "Leaving Condenser Water" ; + rdfs:subClassOf brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought to the condenser side of a heat-rejection device (e.g. chiller). It is the 'cold' side."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Fluid, + tag:Leaving, + tag:Liquid, + tag:Water . + +brick:Leaving_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water that is leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Leaving_Water . + +brick:Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls load shedding behavior provided by a control system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed . + +brick:Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint, + tag:Shed . + +brick:Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a load shedding policy is in effect"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Shed, + tag:Status . + +brick:Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Loop" ; + rdfs:subClassOf brick:Collection ; + skos:definition "A collection of connected equipment; part of a System"@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Location ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:Loop . + +brick:Low_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates low temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Temperature . + +brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Media_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Media Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces related to the creation of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space . + +brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Cooling Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Heating Discharge Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Mode Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the operating mode of a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Mode, + tag:Point . + +brick:Natural_Gas a owl:Class, + sh:NodeShape, + brick:Natural_Gas ; + rdfs:label "Natural Gas" ; + rdfs:subClassOf brick:Gas ; + skos:definition "Fossil fuel energy source consisting largely of methane and other hydrocarbons"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Gas, + tag:Natural . + +brick:Occupancy a brick:Quantity ; + rdfs:label "Occupancy" . + +brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint . + +brick:Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Off Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is off"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Point, + tag:Status . + +brick:Office a owl:Class, + sh:NodeShape ; + rdfs:label "Office" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of rooms dedicated for work or study"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Room, + tag:Space . + +brick:Outdoor_Area a owl:Class, + sh:NodeShape ; + rdfs:label "Outdoor Area" ; + rdfs:subClassOf brick:Location ; + skos:definition "A class of spaces that exist outside of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Location, + tag:Outdoor . + +brick:Outside_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Position Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the current position of a component in terms of a fraction of its full range of motion"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measure the amount of force acting on a unit area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Pressure . + +brick:Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Status" ; + qudt:hasQuality brick:Pressure ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if pressure is within expected bounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Status . + +brick:Radiant_Panel_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of the radiant panel of the radiant heating and cooling HVAC system."@en ; + sh:property [ sh:or ( [ sh:class brick:Radiant_Panel ] ) ; + sh:path brick:isPointOf ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Sensor, + tag:Temperature . + +brick:Radiant_Panel_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Reset Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that reset a flag, property or value to its default"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset . + +brick:Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The target temperature for return air, often used as an approximation of zone air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of room air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Safety_System a owl:Class, + sh:NodeShape ; + rdfs:label "Safety System" ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Safety, + tag:System . + +brick:Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Service Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces related to the operations of building subsystems, e.g. HVAC, electrical, IT, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space . + +brick:Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the magnitude of velocity of some form of movement"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static . + +brick:Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Step Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step . + +brick:Time a brick:Quantity ; + rdfs:label "Time" ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR, + unit:DAY, + unit:DAY_Sidereal, + unit:H-PER-KiloOHM, + unit:H-PER-OHM, + unit:HR, + unit:HR_Sidereal, + unit:KiloSEC, + unit:MIN, + unit:MIN_Sidereal, + unit:MO, + unit:MO_MeanGREGORIAN, + unit:MO_MeanJulian, + unit:MO_Synodic, + unit:MegaYR, + unit:MicroH-PER-KiloOHM, + unit:MicroH-PER-OHM, + unit:MicroSEC, + unit:MilliH-PER-KiloOHM, + unit:MilliH-PER-OHM, + unit:MilliPA-SEC-PER-BAR, + unit:MilliSEC, + unit:NanoSEC, + unit:PA-SEC-PER-BAR, + unit:POISE-PER-BAR, + unit:PicoSEC, + unit:PlanckTime, + unit:SEC, + unit:SH, + unit:WK, + unit:YR, + unit:YR_Common, + unit:YR_Sidereal, + unit:YR_TROPICAL ; + brick:hasQUDTReference qudtqk:Time . + +brick:Unoccupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Unoccupied . + +brick:Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between total pressure and static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure . + +brick:Video_Surveillance_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Video Surveillance Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Voltage a brick:Quantity ; + rdfs:label "Voltage" ; + qudt:applicableUnit unit:KiloV, + unit:MegaV, + unit:MicroV, + unit:MilliV, + unit:PlanckVolt, + unit:V, + unit:V_Ab, + unit:V_Stat ; + skos:definition "Voltage, also referred to as Electric Tension, is the difference between electrical potentials of two points. For an electric field within a medium, (U_{ab} = - \\int_{r_a}^{r_b} E . {dr}), where (E) is electric field strength. For an irrotational electric field, the voltage is independent of the path between the two points (a) and (b)."@en ; + brick:hasQUDTReference qudtqk:Voltage . + +brick:Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the voltage of an electrical device or object"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity brick:Voltage . + +brick:Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Level Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a high or low water level e.g. in a basin"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Point, + tag:Water . + +brick:Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Water Loop" ; + rdfs:subClassOf brick:Loop ; + skos:definition "A collection of equipment that transport and regulate water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Loop, + tag:Water . + +brick:Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Water Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Water . + +brick:Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pump" ; + rdfs:subClassOf brick:Pump ; + skos:definition "A pump that performs work on water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:Water . + +brick:Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Water System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:System, + tag:Water . + +brick:Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "A physical or virtual sensor which represents the temperature of an HVAC Zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:area a brick:EntityProperty ; + rdfs:label "Area" ; + rdfs:range bsh:AreaShape ; + skos:definition "Entity has 2-dimensional area" . + +brick:hasLocation a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has location" ; + rdfs:range brick:Location ; + owl:inverseOf brick:isLocationOf ; + skos:definition "Subject is physically located in the location given by the object"@en . + +brick:hasPoint a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has point" ; + rdfs:range brick:Point ; + owl:inverseOf brick:isPointOf ; + skos:definition "The subject has a source of telemetry identified by the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:isMeteredBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is metered by" ; + rdfs:range brick:Meter ; + owl:inverseOf brick:meters ; + skos:definition "Indicates the meter measuring the consumption/production of some substance by the subject entity"@en . + +brick:isPartOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is part of" ; + owl:inverseOf brick:hasPart . + +brick:isPointOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is point of" ; + rdfs:domain brick:Point ; + owl:inverseOf brick:hasPoint ; + skos:definition "The subject is a source of telemetry related to the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:ratedVoltageInput a owl:ObjectProperty, + brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + skos:definition "The nominal rated voltage input of the entity" . + +brick:ratedVoltageOutput a owl:ObjectProperty, + brick:EntityProperty ; + rdfs:range bsh:VoltageShape ; + skos:definition "The nominal rated voltage output of the entity" . + +ref:ExternalReference a owl:Class, + sh:NodeShape ; + rdfs:label "External reference" ; + skos:definition "The parent class of all external reference types" . + +ref:TimeseriesReference a owl:Class, + sh:NodeShape ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to a stream of timeseries data in a database. Contains the data for this entity" ; + sh:property [ a sh:PropertyShape ; + skos:definition "The identifier for the timeseries data corresponding to this point" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:hasTimeseriesId ], + [ a sh:PropertyShape ; + skos:definition "Refers to a database storing the timeseries data for the related point. Properties on this class are *to be determined*; feel free to add arbitrary properties onto Database instances for your particular deployment" ; + sh:datatype xsd:string ; + sh:path ref:storedAt ] . + +bsh:EfficiencyShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +unit:BAR-L-PER-SEC a qudt:Unit ; + rdfs:label "Bar Liter Per Second"@en-us . + +unit:BAR-M3-PER-SEC a qudt:Unit ; + rdfs:label "Bar Cubic Meter Per Second"@en-us . + +unit:BTU_IT-PER-SEC a qudt:Unit ; + rdfs:label "BTU per Second"@en . + +unit:BTU_TH a qudt:Unit ; + rdfs:label "British Thermal Unit (Thermochemical Definition)"@en ; + qudt:symbol "Btu_{th}", + "Btu_{th}"^^xsd:string . + +unit:CAL_IT a qudt:Unit ; + rdfs:label "International Table calorie"@en . + +unit:CAL_TH a qudt:Unit ; + rdfs:label "Thermochemical Calorie"@en ; + qudt:symbol "cal_{th}", + "cal_{th}"^^xsd:string . + +unit:CD a qudt:Unit ; + rdfs:label "Candela"@en ; + qudt:symbol "cd", + "cd"^^xsd:string . + +unit:CP a qudt:Unit ; + rdfs:label "Candlepower"@en ; + qudt:symbol "cd", + "cd"^^xsd:string . + +unit:ERG-PER-SEC a qudt:Unit ; + rdfs:label "Erg per Second"@en . + +unit:FT-LB_F-PER-HR a qudt:Unit ; + rdfs:label "Foot Pound Force per Hour"@en . + +unit:FT-LB_F-PER-MIN a qudt:Unit ; + rdfs:label "Foot Pound Force per Minute"@en . + +unit:FT-LB_F-PER-SEC a qudt:Unit ; + rdfs:label "Foot Pound Force per Second"@en . + +unit:GRAIN a qudt:Unit ; + rdfs:label "Grain"@en ; + qudt:symbol "gr", + "gr"^^xsd:string . + +unit:GigaHZ a qudt:Unit ; + rdfs:label "Gigahertz"@en ; + qudt:symbol "GHz", + "GHz"^^xsd:string . + +unit:GigaJ a qudt:Unit ; + rdfs:label "Gigajoule"@en . + +unit:GigaW a qudt:Unit ; + rdfs:label "Gigawatt"@en . + +unit:HP a qudt:Unit ; + rdfs:label "Horsepower"@en ; + qudt:symbol "HP", + "HP"^^xsd:string . + +unit:HP-PER-M a qudt:Unit ; + rdfs:label "Horsepower Metric"@en . + +unit:HP-PER-V a qudt:Unit ; + rdfs:label "Horsepower Electric"@en . + +unit:HP_Boiler a qudt:Unit ; + rdfs:label "Boiler Horsepower"@en . + +unit:HP_Brake a qudt:Unit ; + rdfs:label "Horsepower (brake)"@en . + +unit:HP_Electric a qudt:Unit ; + rdfs:label "Horsepower (electric)"@en . + +unit:HP_Metric a qudt:Unit ; + rdfs:label "Horsepower (metric)"@en . + +unit:HZ a qudt:Unit ; + rdfs:label "Hertz"@en ; + qudt:symbol "Hz", + "Hz"^^xsd:string . + +unit:J-PER-HR a qudt:Unit ; + rdfs:label "Joule Per Hour"@en . + +unit:J-PER-SEC a qudt:Unit ; + rdfs:label "Joule Per Second"@en . + +unit:KiloCAL a qudt:Unit ; + rdfs:label "Kilocalorie"@en ; + qudt:symbol "kcal", + "kcal"^^xsd:string . + +unit:KiloCAL-PER-MIN a qudt:Unit ; + rdfs:label "Kilocalorie Per Minute"@en . + +unit:KiloCAL-PER-SEC a qudt:Unit ; + rdfs:label "Kilocalorie Per Second"@en . + +unit:KiloHZ a qudt:Unit ; + rdfs:label "Kilohertz"@en ; + qudt:symbol "kHz", + "kHz"^^xsd:string . + +unit:KiloJ a qudt:Unit ; + rdfs:label "Kilojoule"@en . + +unit:LM a qudt:Unit ; + rdfs:label "lumen"@en ; + qudt:symbol "lm", + "lm"^^xsd:string . + +unit:M-PER-SEC a qudt:Unit ; + rdfs:label "Meter per Second"@en-us . + +unit:M3-PER-SEC a qudt:Unit ; + rdfs:label "Cubic Meter per Second"@en-us . + +unit:MIN_Angle a qudt:Unit ; + rdfs:label "Minute Angle"@en ; + qudt:symbol "'", + "'"^^xsd:string . + +unit:MegaHZ a qudt:Unit ; + rdfs:label "Megahertz"@en ; + qudt:symbol "MHz", + "MHz"^^xsd:string . + +unit:MegaJ a qudt:Unit ; + rdfs:label "Megajoule"@en . + +unit:MegaJ-PER-SEC a qudt:Unit ; + rdfs:label "Megajoule Per Second"@en . + +unit:MegaPA-L-PER-SEC a qudt:Unit ; + rdfs:label "Megapascal Liter Per Second"@en-us . + +unit:MegaPA-M3-PER-SEC a qudt:Unit ; + rdfs:label "Megapascal Cubic Meter Per Second"@en-us . + +unit:MicroW a qudt:Unit ; + rdfs:label "Microwatt"@en . + +unit:MilliBAR-L-PER-SEC a qudt:Unit ; + rdfs:label "Millibar Liter Per Second"@en-us . + +unit:MilliBAR-M3-PER-SEC a qudt:Unit ; + rdfs:label "Millibar Cubic Meter Per Second"@en-us . + +unit:NanoW a qudt:Unit ; + rdfs:label "Nanowatt"@en . + +unit:PA-L-PER-SEC a qudt:Unit ; + rdfs:label "Pascal Liter Per Second"@en-us . + +unit:PA-M3-PER-SEC a qudt:Unit ; + rdfs:label "Pascal Cubic Meter Per Second"@en-us . + +unit:PSI-IN3-PER-SEC a qudt:Unit ; + rdfs:label "Psi Cubic Inch Per Second"@en . + +unit:PSI-M3-PER-SEC a qudt:Unit ; + rdfs:label "PSI Cubic Meter Per Second"@en-us . + +unit:PSI-YD3-PER-SEC a qudt:Unit ; + rdfs:label "Psi Cubic Yard Per Second"@en . + +unit:PicoW a qudt:Unit ; + rdfs:label "Picowatt"@en . + +unit:PlanckPower a qudt:Unit ; + rdfs:label "Planck Power"@en . + +unit:THM_EEC a qudt:Unit ; + rdfs:label "THM_EEC"@en . + +unit:THM_US a qudt:Unit ; + rdfs:label "Therm US"@en ; + qudt:symbol "thm", + "thm"^^xsd:string . + +unit:TeraW a qudt:Unit ; + rdfs:label "Terawatt"@en . + +unit:UNITLESS a qudt:Unit ; + rdfs:label "Unitless"@en ; + qudt:symbol "U", + "U"^^xsd:string . + +unit:W-PER-M2-SR a qudt:Unit ; + rdfs:label "Watt per Square Meter Steradian"@en-us . + +brick:Air_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point . + +brick:Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between two regions of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target air differential pressure between an upstream and downstream point in a air duct or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time . + +brick:Building_Air a owl:Class, + sh:NodeShape, + brick:Building_Air ; + rdfs:label "Building Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air contained within a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Fluid, + tag:Gas . + +brick:CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Concentration a brick:Quantity ; + rdfs:label "COConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon monoxide in a medium" . + +brick:CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Chilled_Water . + +brick:Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the flow of the condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Condenser_Water . + +brick:Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Deadband Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the size of a deadband"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint . + +brick:Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Demand Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the rate required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Setpoint . + +brick:Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time . + +brick:Differential_Pressure_Proportional_Band a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Proportional Band" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:PID, + tag:Point, + tag:Pressure, + tag:Proportional . + +brick:Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between two applied pressures"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Differential_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint . + +brick:Direction a brick:Quantity ; + rdfs:label "Direction" . + +brick:Disable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that disable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Point . + +brick:Discharge_Water_Flow_Sensor a owl:Class ; + rdfs:label "Discharge Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Electric_Energy a brick:Quantity ; + rdfs:label "ElectricEnergy" ; + qudt:applicableUnit unit:J, + unit:KiloV-A-HR, + unit:KiloV-A_Reactive-HR, + unit:KiloW-HR, + unit:MegaV-A-HR, + unit:MegaV-A_Reactive-HR, + unit:MegaW-HR, + unit:V-A-HR, + unit:V-A_Reactive-HR, + unit:W-HR ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Energy, + brick:Energy ; + skos:definition "A form of energy resulting from the flow of electrical charge" . + +brick:Entering_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Fluid a owl:Class, + sh:NodeShape, + brick:Fluid ; + rdfs:label "Fluid" ; + rdfs:subClassOf brick:Substance ; + skos:definition "substance, as a liquid or gas, that is capable of flowing and that changes shape when acted on by a force."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid . + +brick:Frequency a brick:Quantity ; + rdfs:label "Frequency" ; + qudt:applicableUnit unit:GigaHZ, + unit:HZ, + unit:KiloHZ, + unit:MegaHZ, + unit:NUM-PER-HR, + unit:NUM-PER-SEC, + unit:NUM-PER-YR, + unit:PER-DAY, + unit:PER-HR, + unit:PER-MIN, + unit:PER-MO, + unit:PER-MilliSEC, + unit:PER-SEC, + unit:PER-WK, + unit:PER-YR, + unit:PERCENT-PER-DAY, + unit:PERCENT-PER-HR, + unit:PERCENT-PER-WK, + unit:PlanckFrequency, + unit:SAMPLE-PER-SEC, + unit:TeraHZ, + unit:failures-in-time ; + skos:definition "Frequency is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, ( u) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."@en ; + brick:hasQUDTReference qudtqk:Frequency . + +brick:Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:HX ; + skos:definition "A heat exchanger is a piece of equipment built for efficient heat transfer from one medium to another. The media may be separated by a solid wall to prevent mixing or they may be in direct contact (BEDES)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exchanger, + tag:Heat . + +brick:Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Hot_Water_Supply_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water System" ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:System, + tag:Water . + +brick:Laboratory a owl:Class, + sh:NodeShape ; + rdfs:label "Laboratory" ; + rdfs:subClassOf brick:Room ; + skos:definition "facility acceptable to the local, national, or international recognized authority having jurisdiction and which provides uniform testing and examination procedures and standards for meeting design, manufacturing, and factory testing requirements."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Laboratory, + tag:Location, + tag:Room . + +brick:Leaving_Chilled_Water a owl:Class, + sh:NodeShape, + brick:Leaving_Chilled_Water ; + rdfs:label "Leaving Chilled Water" ; + rdfs:subClassOf brick:Chilled_Water, + brick:Leaving_Water ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Fluid, + tag:Leaving, + tag:Liquid, + tag:Water . + +brick:Leaving_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Lighting_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:property [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class brick:Electrical_Equipment ] ) ; + sh:path brick:hasPart ], + [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class brick:Location ] ) ; + sh:path brick:feeds ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Lighting . + +brick:Luminance a brick:Quantity ; + rdfs:label "Luminance" ; + qudt:applicableUnit unit:CD, + unit:CD-PER-IN2, + unit:CD-PER-M2, + unit:CP, + unit:FT-LA, + unit:LA, + unit:LM, + unit:STILB ; + brick:hasQUDTReference qudtqk:Luminance . + +brick:PID_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "PID Parameter" ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PID, + tag:Parameter, + tag:Point . + +brick:Particulate_Matter_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Particulate Matter Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Detects pollutants in the ambient air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Air_Quality ; + brick:hasSubstance brick:Air . + +brick:Power a brick:Quantity ; + rdfs:label "Power" ; + qudt:applicableUnit unit:BAR-L-PER-SEC, + unit:BAR-M3-PER-SEC, + unit:BTU_IT, + 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:KiloV-A, + unit:KiloV-A_Reactive, + unit:KiloW, + unit:MegaJ-PER-SEC, + unit:MegaPA-L-PER-SEC, + unit:MegaPA-M3-PER-SEC, + unit:MegaV-A, + unit:MegaV-A_Reactive, + 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:V-A, + unit:V-A_Reactive, + unit:W ; + skos:definition "Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: (P = W/t), where (P) is power, (W) is work and {t} is time."@en ; + brick:hasQUDTReference qudtqk:Power . + +brick:Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Radiator" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "Heat exchangers designed to transfer thermal energy from one medium to another"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator . + +brick:Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Reset Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Setpoints used in reset strategies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Reset, + tag:Setpoint . + +brick:Return_Water_Flow_Sensor a owl:Class ; + rdfs:label "Return Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Return_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Return_Water_Temperature_Setpoint ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Safety Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Safety . + +brick:Security_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Security Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security . + +brick:Supply_Water_Flow_Sensor a owl:Class ; + rdfs:label "Supply Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Water_Flow_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "System Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of the activity of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:System . + +brick:Telecom_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Telecom Room" ; + rdfs:subClassOf brick:Room ; + skos:definition "A class of spaces used to support telecommuncations and IT equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Telecom . + +brick:Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Usage Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of some substance that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage . + +brick:VFD a owl:Class, + sh:NodeShape ; + rdfs:label "VFD" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Motor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:VFD . + +brick:Vertical_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Vertical Space" ; + rdfs:subClassOf brick:Space ; + skos:definition "A class of spaces used to connect multiple floors or levels.."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Vertical . + +brick:Water_Differential_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the difference in water temperature between an upstream and downstream point in a pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:meters a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "meters" ; + rdfs:domain brick:Meter ; + owl:inverseOf brick:isMeteredBy ; + skos:definition "Indicates the entity whose consumption/production of some substance is measured by this meter"@en . + +bsh:AreaShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT2 unit:M2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PowerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MilliW unit:PSI-M3-PER-SEC unit:TeraW unit:MegaV-A_Reactive unit:MegaW unit:MegaPA-M3-PER-SEC unit:PA-L-PER-SEC unit:ERG-PER-SEC unit:MegaPA-L-PER-SEC unit:MilliBAR-M3-PER-SEC unit:PSI-IN3-PER-SEC unit:HP_Electric unit:HP-PER-M unit:PicoW unit:HP_Metric unit:V-A unit:FT-LB_F-PER-HR unit:HP unit:KiloV-A_Reactive unit:KiloW unit:KiloV-A unit:PA-M3-PER-SEC unit:J-PER-HR unit:HP-PER-V unit:KiloCAL-PER-SEC unit:KiloCAL-PER-MIN unit:PSI-YD3-PER-SEC unit:MicroW unit:MegaV-A unit:NanoW unit:PlanckPower unit:W unit:BTU_IT-PER-SEC unit:J-PER-SEC unit:V-A_Reactive unit:GigaW unit:HP_Brake unit:MegaJ-PER-SEC unit:HP_Boiler unit:TON_FG unit:BTU_IT unit:FT-LB_F-PER-SEC unit:BAR-M3-PER-SEC unit:FT-LB_F-PER-MIN unit:MilliBAR-L-PER-SEC unit:BAR-L-PER-SEC unit:BTU_IT-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +tag:AED a brick:Tag ; + rdfs:label "AED" . + +tag:Access a brick:Tag ; + rdfs:label "Access" . + +tag:Aid a brick:Tag ; + rdfs:label "Aid" . + +tag:Array a brick:Tag ; + rdfs:label "Array" . + +tag:Automatic a brick:Tag ; + rdfs:label "Automatic" . + +tag:Blind a brick:Tag ; + rdfs:label "Blind" . + +tag:Bulb a brick:Tag ; + rdfs:label "Bulb" . + +tag:CRAC a brick:Tag ; + rdfs:label "CRAC" . + +tag:Camera a brick:Tag ; + rdfs:label "Camera" . + +tag:Ceiling a brick:Tag ; + rdfs:label "Ceiling" . + +tag:Close a brick:Tag ; + rdfs:label "Close" . + +tag:Cold a brick:Tag ; + rdfs:label "Cold" . + +tag:Collector a brick:Tag ; + rdfs:label "Collector" . + +tag:Computer a brick:Tag ; + rdfs:label "Computer" . + +tag:Concentration a brick:Tag ; + rdfs:label "Concentration" . + +tag:Conductivity a brick:Tag ; + rdfs:label "Conductivity" . + +tag:Core a brick:Tag ; + rdfs:label "Core" . + +tag:Cycle a brick:Tag ; + rdfs:label "Cycle" . + +tag:Deck a brick:Tag ; + rdfs:label "Deck" . + +tag:Defibrillator a brick:Tag ; + rdfs:label "Defibrillator" . + +tag:Deionised a brick:Tag ; + rdfs:label "Deionised" . + +tag:Deionized a brick:Tag ; + rdfs:label "Deionized" . + +tag:Delay a brick:Tag ; + rdfs:label "Delay" . + +tag:Derivative a brick:Tag ; + rdfs:label "Derivative" . + +tag:Detector a brick:Tag ; + rdfs:label "Detector" . + +tag:Direct a brick:Tag ; + rdfs:label "Direct" . + +tag:Drive a brick:Tag ; + rdfs:label "Drive" . + +tag:Duct a brick:Tag ; + rdfs:label "Duct" . + +tag:Duration a brick:Tag ; + rdfs:label "Duration" . + +tag:Economizer a brick:Tag ; + rdfs:label "Economizer" . + +tag:Entrance a brick:Tag ; + rdfs:label "Entrance" . + +tag:Expansion a brick:Tag ; + rdfs:label "Expansion" . + +tag:Food a brick:Tag ; + rdfs:label "Food" . + +tag:Freeze a brick:Tag ; + rdfs:label "Freeze" . + +tag:Frost a brick:Tag ; + rdfs:label "Frost" . + +tag:Fume a brick:Tag ; + rdfs:label "Fume" . + +tag:Furniture a brick:Tag ; + rdfs:label "Furniture" . + +tag:Hail a brick:Tag ; + rdfs:label "Hail" . + +tag:Handler a brick:Tag ; + rdfs:label "Handler" . + +tag:Heating a brick:Tag ; + rdfs:label "Heating" . + +tag:Hood a brick:Tag ; + rdfs:label "Hood" . + +tag:Humidifier a brick:Tag ; + rdfs:label "Humidifier" . + +tag:Inside a brick:Tag ; + rdfs:label "Inside" . + +tag:Intake a brick:Tag ; + rdfs:label "Intake" . + +tag:Isolation a brick:Tag ; + rdfs:label "Isolation" . + +tag:Lag a brick:Tag ; + rdfs:label "Lag" . + +tag:Lounge a brick:Tag ; + rdfs:label "Lounge" . + +tag:Luminaire a brick:Tag ; + rdfs:label "Luminaire" . + +tag:Maintenance a brick:Tag ; + rdfs:label "Maintenance" . + +tag:Mechanical a brick:Tag ; + rdfs:label "Mechanical" . + +tag:NVR a brick:Tag ; + rdfs:label "NVR" . + +tag:Oil a brick:Tag ; + rdfs:label "Oil" . + +tag:Operating a brick:Tag ; + rdfs:label "Operating" . + +tag:Override a brick:Tag ; + rdfs:label "Override" . + +tag:PM1 a brick:Tag ; + rdfs:label "PM1" . + +tag:PM10 a brick:Tag ; + rdfs:label "PM10" . + +tag:PM2.5 a brick:Tag ; + rdfs:label "PM2.5" . + +tag:Photovoltaic a brick:Tag ; + rdfs:label "Photovoltaic" . + +tag:Pre a brick:Tag ; + rdfs:label "Pre" . + +tag:Rain a brick:Tag ; + rdfs:label "Rain" . + +tag:Reactive a brick:Tag ; + rdfs:label "Reactive" . + +tag:Refrigerant a brick:Tag ; + rdfs:label "Refrigerant" . + +tag:Relay a brick:Tag ; + rdfs:label "Relay" . + +tag:Relief a brick:Tag ; + rdfs:label "Relief" . + +tag:Rooftop a brick:Tag ; + rdfs:label "Rooftop" . + +tag:Shower a brick:Tag ; + rdfs:label "Shower" . + +tag:Soil a brick:Tag ; + rdfs:label "Soil" . + +tag:Stage a brick:Tag ; + rdfs:label "Stage" . + +tag:TVOC a brick:Tag ; + rdfs:label "TVOC" . + +tag:Thermostat a brick:Tag ; + rdfs:label "Thermostat" . + +tag:Torque a brick:Tag ; + rdfs:label "Torque" . + +tag:Tower a brick:Tag ; + rdfs:label "Tower" . + +tag:Transformer a brick:Tag ; + rdfs:label "Transformer" . + +tag:Wet a brick:Tag ; + rdfs:label "Wet" . + +tag:Wheel a brick:Tag ; + rdfs:label "Wheel" . + +tag:Wind a brick:Tag ; + rdfs:label "Wind" . + +unit:BTU_IT-PER-HR a qudt:Unit ; + rdfs:label "BTU per Hour"@en . + +unit:TON_FG a qudt:Unit ; + rdfs:label "Ton of Refrigeration"@en . + +brick:Building_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures usage or consumption of some media for a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter . + +brick:Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a chilled water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Class a owl:Class . + +brick:Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Condenser_Water . + +brick:Electric_Current a brick:Quantity ; + rdfs:label "Electric Current" ; + qudt:applicableUnit unit:A, + unit:A_Ab, + unit:A_Stat, + unit:BIOT, + unit:KiloA, + unit:MegaA, + unit:MicroA, + unit:MilliA, + unit:NanoA, + unit:PicoA, + unit:PlanckCurrent ; + brick:hasQUDTReference qudtqk:ElectricCurrent . + +brick:Entering_Hot_Water a owl:Class, + sh:NodeShape, + brick:Entering_Hot_Water ; + rdfs:label "Entering Hot Water" ; + rdfs:subClassOf brick:Entering_Water, + brick:Hot_Water ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Fluid, + tag:Hot, + tag:Liquid, + tag:Water . + +brick:Enthalpy a brick:Quantity ; + rdfs:label "Enthalpy" ; + qudt:applicableUnit unit:AttoJ, + unit:BTU_IT, + unit:BTU_TH, + unit:CAL_IT, + unit:CAL_TH, + unit:ERG, + unit:EV, + unit:E_h, + unit:ExaJ, + unit:FT-LB_F, + unit:FT-PDL, + unit:FemtoJ, + unit:GigaEV, + unit:GigaJ, + unit:GigaW-HR, + unit:J, + unit:KiloCAL, + unit:KiloEV, + unit:KiloJ, + unit:KiloV-A-HR, + unit:KiloV-A_Reactive-HR, + unit:KiloW-HR, + unit:MegaEV, + unit:MegaJ, + unit:MegaTOE, + unit:MegaV-A-HR, + unit:MegaV-A_Reactive-HR, + unit:MegaW-HR, + unit:MilliJ, + unit:N-M, + unit:PetaJ, + unit:PlanckEnergy, + unit:QUAD, + unit:THM_EEC, + unit:THM_US, + unit:TOE, + unit:TeraJ, + unit:TeraW-HR, + unit:TonEnergy, + unit:V-A-HR, + unit:V-A_Reactive-HR, + unit:W-HR, + unit:W-SEC ; + skos:definition "(also known as heat content), thermodynamic quantity equal to the sum of the internal energy of a system plus the product of the pressure volume work done on the system. H = E + pv, where H = enthalpy or total heat content, E = internal energy of the system, p = pressure, and v = volume. (Compare to [[specific enthalpy]].)", + "(also known as heat content), thermodynamic quantity equal to the sum of the internal energy of a system plus the product of the pressure volume work done on the system. H = E + pv, where H = enthalpy or total heat content, E = internal energy of the system, p = pressure, and v = volume. (Compare to [[specific enthalpy]].)"@en ; + brick:hasQUDTReference qudtqk:Enthalpy . + +brick:Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Filter" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Device to remove gases from a mixture of gases or to remove solid material from a fluid"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter . + +brick:Floor a owl:Class, + sh:NodeShape ; + rdfs:label "Floor" ; + rdfs:subClassOf brick:Location ; + owl:equivalentClass brick:Storey ; + skos:definition "A level, typically representing a horizontal aggregation of spaces that are vertically bound. (referring to IFC)"@en ; + sh:property [ sh:or ( [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Floor, + tag:Location . + +brick:Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a hot water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Hot_Water . + +brick:Level a brick:Quantity ; + rdfs:label "Level" ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length ; + skos:definition "Amount of substance in a container; typically measured in height" . + +brick:Max_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Min_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "On Off Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "An On/Off Command controls or reports the binary status of a control loop, relay or equipment activity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point . + +brick:Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:PV_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "PV Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An integrated assembly of interconnected photovoltaic cells designed to deliver a selected level of working voltage and current at its output terminals packaged for protection against environment degradation and suited for incorporation in photovoltaic power systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar . + +brick:Solid a owl:Class, + sh:NodeShape, + brick:Solid ; + rdfs:label "Solid" ; + rdfs:subClassOf brick:Substance ; + skos:definition "one of the three states or phases of matter characterized by stability of dimensions, relative incompressibility, and molecular motion held to limited oscillation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Solid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Solid . + +brick:Speed a brick:Quantity ; + rdfs:label "Speed" ; + qudt:applicableUnit unit:BFT, + unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:FT3-PER-MIN-FT2, + unit:GigaC-PER-M3, + unit:GigaHZ-M, + unit:HZ-M, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC, + unit:MegaHZ-M, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC ; + brick:hasQUDTReference qudtqk:Speed . + +brick:Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures resistance to airflow in a heating and cooling system's components and duct work"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static . + +brick:Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint ; + skos:definition "Temperature setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Velocity_Pressure a brick:Quantity ; + rdfs:label "Velocity Pressure" ; + 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 "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: (q = 1/2 * ρ v^{2}), where (using SI units), (q) is dynamic pressure in (pascals), (ρ) is fluid density in (kg/m^{3}) (for example, density of air) and (v ) is fluid velocity in (m/s)."@en ; + brick:hasQUDTReference qudtqk:DynamicPressure, + brick:Dynamic_Pressure . + +brick:Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Water . + +brick:Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Water Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "A valve that modulates the flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve, + tag:Water . + +brick:Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:feeds a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Feeds" ; + owl:inverseOf brick:isFedBy ; + skos:definition "The subject is upstream of the object in the context of some sequential process; some media is passed between them"@en . + +ref:hasExternalReference a owl:ObjectProperty ; + rdfs:label "hasExternalReference" ; + skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph." . + +unit:DEG_R a qudt:Unit ; + rdfs:label "Degree Rankine"@en ; + qudt:symbol "°R", + "°R"^^xsd:string, + "°Ra", + "°Ra"^^xsd:string . + +unit:KiloV-A-HR a qudt:Unit ; + rdfs:label "Kilovolt Ampere Hour"@en . + +unit:KiloV-A_Reactive a qudt:Unit ; + rdfs:label "Kilovolt Ampere Reactive"@en . + +unit:KiloV-A_Reactive-HR a qudt:Unit ; + rdfs:label "Kilovolt Ampere Reactive Hour"@en . + +unit:KiloW-HR a qudt:Unit ; + rdfs:label "Kilowatthour"@en . + +unit:MegaV-A-HR a qudt:Unit ; + rdfs:label "Megavolt Ampere Hour"@en . + +unit:MegaV-A_Reactive a qudt:Unit ; + rdfs:label "Megavolt Ampere Reactive"@en . + +unit:MegaV-A_Reactive-HR a qudt:Unit ; + rdfs:label "Megavolt Ampere Reactive Hour"@en . + +unit:MegaW-HR a qudt:Unit ; + rdfs:label "Megawatt Hour"@en . + +unit:MilliDEG_C a qudt:Unit ; + rdfs:label "Millidegree Celsius"@en . + +unit:N-M a qudt:Unit ; + rdfs:label "Newton Meter"@en-us ; + qudt:symbol "J"^^xsd:string, + "N m", + "N m"^^xsd:string . + +unit:PlanckTemperature a qudt:Unit ; + rdfs:label "PlanckTemperature"@en . + +unit:V-A-HR a qudt:Unit ; + rdfs:label "Volt Ampere Hour"@en . + +unit:V-A_Reactive a qudt:Unit ; + rdfs:label "Volt Ampere Reactive"@en . + +unit:V-A_Reactive-HR a qudt:Unit ; + rdfs:label "Volt Ampere Reactive Hour"@en . + +unit:W-HR a qudt:Unit ; + rdfs:label "Watthour"@en ; + qudt:symbol "W-hr", + "W-hr"^^xsd:string . + +brick:Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Setpoint" ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Air . + +brick:Building a owl:Class, + sh:NodeShape ; + rdfs:label "Building" ; + rdfs:subClassOf brick:Location ; + skos:definition "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO 12006-2:2013]"@en ; + sh:property [ sh:or ( [ sh:class brick:Floor ] [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] [ sh:class brick:Wing ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Location . + +brick:CO2_Concentration a brick:Quantity ; + rdfs:label "CO2Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon dioxide in a medium" . + +brick:Common_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Common Space" ; + rdfs:subClassOf brick:Space ; + skos:definition "A class of spaces that are used by multiple people at the same time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Space . + +brick:Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Damper" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment . + +brick:Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Dewpoint Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the dewpoint temperature . Dew point is the temperature to which air must be cooled to become saturated with water vapor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Dewpoint . + +brick:Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Setpoint" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two measurements"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint . + +brick:Differential_Temperature a brick:Quantity ; + rdfs:label "Differential Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + qudt:isDeltaQuantity true ; + skos:broader brick:Temperature ; + brick:hasQUDTReference qudtqk:Temperature . + +brick:Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Discharge_Air . + +brick:Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Discharge Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Discharge_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Electric_Power a brick:Quantity ; + rdfs:label "Electric Power" ; + qudt:applicableUnit 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:KiloV-A, + unit:KiloV-A_Reactive, + unit:KiloW, + unit:MegaJ-PER-SEC, + unit:MegaPA-L-PER-SEC, + unit:MegaPA-M3-PER-SEC, + unit:MegaV-A, + unit:MegaV-A_Reactive, + 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:V-A, + unit:V-A_Reactive, + unit:W ; + skos:broader brick:Power ; + skos:definition "Electric Power is the rate at which electrical energy is transferred by an electric circuit. In the simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the circuit (V) and the amount of current flowing in the circuit (I): (P = VI), where (P) is the power, (V) is the potential difference, and (I) is the current. However, in general electric power is calculated by taking the integral of the vector cross-product of the electrical and magnetic fields over a specified area."@en ; + brick:hasQUDTReference qudtqk:ElectricPower . + +brick:Entering_Chilled_Water a owl:Class, + sh:NodeShape, + brick:Entering_Chilled_Water ; + rdfs:label "Entering Chilled Water" ; + rdfs:subClassOf brick:Chilled_Water, + brick:Entering_Water ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Fire_Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Safety Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Gas a owl:Class, + sh:NodeShape, + brick:Gas ; + rdfs:label "Gas" ; + rdfs:subClassOf brick:Fluid ; + skos:definition "state of matter in which substances exist in the form of nonaggregated molecules and which, within acceptable limits of accuracy, satisfy the ideal gas laws; usually a highly superheated vapor. See [[state]]."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Gas . + +brick:Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Integral Time Parameter" ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Leaving_Hot_Water a owl:Class, + sh:NodeShape, + brick:Leaving_Hot_Water ; + rdfs:label "Leaving Hot Water" ; + rdfs:subClassOf brick:Hot_Water, + brick:Leaving_Water ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Hot, + tag:Leaving, + tag:Liquid, + tag:Water . + +brick:Leaving_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Liquid a owl:Class, + sh:NodeShape, + brick:Liquid ; + rdfs:label "Liquid" ; + rdfs:subClassOf brick:Fluid ; + skos:definition "state of matter intermediate between crystalline substances and gases in which the volume of a substance, but not the shape, remains relatively constant."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Liquid . + +brick:Mixed_Air a owl:Class, + sh:NodeShape, + brick:Mixed_Air ; + rdfs:label "Mixed Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "(1) air that contains two or more streams of air. (2) combined outdoor air and recirculated air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas, + tag:Mixed . + +brick:Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Start Stop Status" ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the active/inactive status of a control loop (but not equipment activities or relays -- use On/Off for this purpose)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that regulates, directs or controls the flow of a fluid by opening, closing or partially obstructing various passageways"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve . + +brick:Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Zone" ; + rdfs:subClassOf brick:Location ; + skos:definition "(1) a separately controlled heated or cooled space. (2) one occupied space or several occupied spaces with similar occupancy category, occupant density, zone air distribution effectiveness, and zone primary airflow per unit area. (3) space or group of spaces within a building for which the heating, cooling, or lighting requirements are sufficiently similar that desired conditions can be maintained throughout by a single controlling device."@en ; + sh:property [ sh:or ( [ sh:class brick:Room ] [ sh:class brick:Space ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Zone . + +brick:Zone_Air a owl:Class, + sh:NodeShape, + brick:Zone_Air ; + rdfs:label "Zone Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air inside a defined zone (e.g., corridors)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas, + tag:Zone . + +bsh:ElectricCurrentShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:path brick:ratedVoltageOutput ], + [ a sh:PropertyShape ; + sh:path brick:ratedVoltageInput ], + [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the power input was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloA unit:MilliA unit:A_Stat unit:MicroA unit:A unit:A_Ab unit:NanoA unit:PicoA unit:MegaA unit:BIOT unit:PlanckCurrent ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:VoltageShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MegaV unit:V unit:KiloV unit:MilliV unit:MicroV unit:V_Ab unit:V_Stat unit:PlanckVolt ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +tag:AHU a brick:Tag ; + rdfs:label "AHU" . + +tag:Adjust a brick:Tag ; + rdfs:label "Adjust" . + +tag:Angle a brick:Tag ; + rdfs:label "Angle" . + +tag:Beam a brick:Tag ; + rdfs:label "Beam" . + +tag:Chiller a brick:Tag ; + rdfs:label "Chiller" . + +tag:Conditioning a brick:Tag ; + rdfs:label "Conditioning" . + +tag:Elevator a brick:Tag ; + rdfs:label "Elevator" . + +tag:Embedded a brick:Tag ; + rdfs:label "Embedded" . + +tag:Failure a brick:Tag ; + rdfs:label "Failure" . + +tag:Frame a brick:Tag ; + rdfs:label "Frame" . + +tag:Fresh a brick:Tag ; + rdfs:label "Fresh" . + +tag:Generation a brick:Tag ; + rdfs:label "Generation" . + +tag:Generator a brick:Tag ; + rdfs:label "Generator" . + +tag:Grains a brick:Tag ; + rdfs:label "Grains" . + +tag:Heater a brick:Tag ; + rdfs:label "Heater" . + +tag:Ice a brick:Tag ; + rdfs:label "Ice" . + +tag:Illuminance a brick:Tag ; + rdfs:label "Illuminance" . + +tag:Imbalance a brick:Tag ; + rdfs:label "Imbalance" . + +tag:Intercom a brick:Tag ; + rdfs:label "Intercom" . + +tag:Lead a brick:Tag ; + rdfs:label "Lead" . + +tag:Leak a brick:Tag ; + rdfs:label "Leak" . + +tag:Lighting a brick:Tag ; + rdfs:label "Lighting" . + +tag:Lobby a brick:Tag ; + rdfs:label "Lobby" . + +tag:Makeup a brick:Tag ; + rdfs:label "Makeup" . + +tag:Open a brick:Tag ; + rdfs:label "Open" . + +tag:Overridden a brick:Tag ; + rdfs:label "Overridden" . + +tag:Parking a brick:Tag ; + rdfs:label "Parking" . + +tag:Ratio a brick:Tag ; + rdfs:label "Ratio" . + +tag:Reheat a brick:Tag ; + rdfs:label "Reheat" . + +tag:Riser a brick:Tag ; + rdfs:label "Riser" . + +tag:Sensitivity a brick:Tag ; + rdfs:label "Sensitivity" . + +tag:Surveillance a brick:Tag ; + rdfs:label "Surveillance" . + +tag:Tank a brick:Tag ; + rdfs:label "Tank" . + +tag:Tint a brick:Tag ; + rdfs:label "Tint" . + +tag:Tolerance a brick:Tag ; + rdfs:label "Tolerance" . + +tag:Variable a brick:Tag ; + rdfs:label "Variable" . + +tag:Ventilation a brick:Tag ; + rdfs:label "Ventilation" . + +tag:Volume a brick:Tag ; + rdfs:label "Volume" . + +brick:Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Dewpoint a brick:Quantity ; + rdfs:label "Dewpoint" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + brick:hasQUDTReference qudtqk:DewPointTemperature . + +brick:Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of discharge air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Effective_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Mode Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which mode a system, device or control loop is currently in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status . + +brick:Occupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "On Off Status" ; + rdfs:subClassOf brick:Off_Status, + brick:On_Status, + brick:Status ; + skos:definition "Indicates the on/off status of a control loop, relay or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Proportional Band Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Radiant_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A temperature-controlled surface that provides fifty percent (50%) or more of the design heat transfer by thermal radiation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Panel, + tag:Radiant . + +brick:Relative_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Relative Humidity Sensor" ; + rdfs:subClassOf brick:Humidity_Sensor ; + skos:definition "Measures the present state of absolute humidity relative to a maximum humidity given the same temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity brick:Relative_Humidity ; + brick:hasSubstance brick:Air . + +brick:Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Supply Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecation [ brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct "CONSTRUCT {$this rdf:type .} WHERE {$this rdf:type . }" ; + sh:prefixes rdf:, + brick: ] ; + sh:targetClass brick:Supply_Water_Temperature_Sensor ] ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ] . + +brick:Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied . + +unit:J a qudt:Unit ; + rdfs:label "Joule"@en ; + qudt:symbol "J", + "J"^^xsd:string, + "N m"^^xsd:string . + +unit:KiloW a qudt:Unit ; + rdfs:label "Kilowatt"@en ; + qudt:symbol "kW", + "kW"^^xsd:string . + +unit:MegaW a qudt:Unit ; + rdfs:label "MegaW"@en . + +unit:MilliW a qudt:Unit ; + rdfs:label "MilliW"@en . + +brick:Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Air . + +brick:Pressure a brick:Quantity ; + rdfs:label "Pressure" ; + 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 ; + brick:hasQUDTReference qudtqk:Pressure . + +brick:Relative_Humidity a brick:Quantity ; + rdfs:label "Relative Humidity" ; + qudt:applicableUnit unit:UNITLESS ; + skos:broader brick:Humidity ; + skos:definition "Relative Humidity} is the ratio of the partial pressure of water vapor in an air-water mixture to the saturated vapor pressure of water at a prescribed temperature. The relative humidity of air depends not only on temperature but also on the pressure of the system of interest. Relative Humidity is also referred to as \\text{Relative Partial Pressure. Relative partial pressure is often referred to as (RH) and expressed in percent."@en ; + brick:hasQUDTReference qudtqk:RelativeHumidity . + +brick:Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Temperature_Setpoint ; + skos:definition "Sets the size of a deadband of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures temperature: the physical property of matter that quantitatively expresses the common notions of hot and cold"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Flow Setpoint" ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets the target flow rate of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Water . + +brick:Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +tag:Area a brick:Tag ; + rdfs:label "Area" . + +tag:Baseboard a brick:Tag ; + rdfs:label "Baseboard" . + +tag:Diffuser a brick:Tag ; + rdfs:label "Diffuser" . + +tag:Enclosed a brick:Tag ; + rdfs:label "Enclosed" . + +tag:Exchanger a brick:Tag ; + rdfs:label "Exchanger" . + +tag:Face a brick:Tag ; + rdfs:label "Face" . + +tag:Fault a brick:Tag ; + rdfs:label "Fault" . + +tag:Fixed a brick:Tag ; + rdfs:label "Fixed" . + +tag:Floor a brick:Tag ; + rdfs:label "Floor" . + +tag:Interface a brick:Tag ; + rdfs:label "Interface" . + +tag:Loss a brick:Tag ; + rdfs:label "Loss" . + +tag:Luminance a brick:Tag ; + rdfs:label "Luminance" . + +tag:Manual a brick:Tag ; + rdfs:label "Manual" . + +tag:PV a brick:Tag ; + rdfs:label "PV" . + +tag:Radiant a brick:Tag ; + rdfs:label "Radiant" . + +tag:Run a brick:Tag ; + rdfs:label "Run" . + +tag:Underfloor a brick:Tag ; + rdfs:label "Underfloor" . + +tag:Wash a brick:Tag ; + rdfs:label "Wash" . + +unit:BTU_IT a qudt:Unit ; + rdfs:label "British Thermal Unit (International Definition)"@en ; + qudt:symbol "Btu_{it}", + "Btu_{it}"^^xsd:string . + +unit:W a qudt:Unit ; + rdfs:label "Watt"@en ; + qudt:symbol "W", + "W"^^xsd:string . + +brick:Air_Quality_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Quality Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which provides a measure of air quality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Quality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Quality, + tag:Sensor . + +brick:Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Condenser_Water a owl:Class, + sh:NodeShape, + brick:Condenser_Water ; + rdfs:label "Condenser Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water used used to remove heat through condensation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Entering_Water a owl:Class, + sh:NodeShape, + brick:Entering_Water ; + rdfs:label "Entering Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water that is entering a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Leaving_Water a owl:Class, + sh:NodeShape, + brick:Leaving_Water ; + rdfs:label "Leaving Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Water that is leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Leaving, + tag:Liquid, + tag:Water . + +brick:Position a brick:Quantity ; + rdfs:label "Position" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The fraction of the full range of motion", + "The fraction of the full range of motion"@en . + +brick:Substance a owl:Class ; + rdfs:label "Substance" ; + rdfs:subClassOf sosa:FeatureOfInterest, + brick:Measurable . + +brick:Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Flow ; + brick:hasSubstance brick:Water . + +brick:Electrical_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment . + +brick:Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that enable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point . + +brick:Entity a owl:Class . + +brick:Max_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point . + +brick:Min_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point . + +brick:System a owl:Class, + sh:NodeShape ; + rdfs:label "System" ; + rdfs:subClassOf brick:Collection ; + skos:definition "A System is a combination of equipment and auxiliary devices (e.g., controls, accessories, interconnecting means, and termi­nal elements) by which energy is transformed so it performs a specific function such as HVAC, service water heating, or lighting. (ASHRAE Dictionary)."@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Loop ] [ sh:class brick:System ] [ sh:class brick:Location ] [ sh:class brick:PV_Array ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:System . + +tag:Basin a brick:Tag ; + rdfs:label "Basin" . + +tag:Battery a brick:Tag ; + rdfs:label "Battery" . + +tag:Direction a brick:Tag ; + rdfs:label "Direction" . + +tag:HVAC a brick:Tag ; + rdfs:label "HVAC" . + +tag:Laboratory a brick:Tag ; + rdfs:label "Laboratory" . + +tag:Media a brick:Tag ; + rdfs:label "Media" . + +tag:Occupancy a brick:Tag ; + rdfs:label "Occupancy" . + +tag:Outdoor a brick:Tag ; + rdfs:label "Outdoor" . + +tag:Output a brick:Tag ; + rdfs:label "Output" . + +tag:Shade a brick:Tag ; + rdfs:label "Shade" . + +tag:Smoke a brick:Tag ; + rdfs:label "Smoke" . + +tag:Solid a brick:Tag ; + rdfs:label "Solid" . + +tag:Stack a brick:Tag ; + rdfs:label "Stack" . + +tag:Surface a brick:Tag ; + rdfs:label "Surface" . + +tag:Switch a brick:Tag ; + rdfs:label "Switch" . + +tag:VFD a brick:Tag ; + rdfs:label "VFD" . + +tag:Velocity a brick:Tag ; + rdfs:label "Velocity" . + +tag:Vertical a brick:Tag ; + rdfs:label "Vertical" . + +tag:Video a brick:Tag ; + rdfs:label "Video" . + +brick:AHU a owl:Class, + sh:NodeShape ; + rdfs:label "AHU" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Equipment . + +brick:Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Fan" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan . + +brick:Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Humidity . + +brick:Terminal_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Terminal Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that regulates the volumetric flow rate and/or the temperature of the controlled medium."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Terminal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Terminal, + tag:Unit . + +unit:ATM a qudt:Unit ; + rdfs:label "Standard Atmosphere"@en ; + qudt:symbol "atm", + "atm"^^xsd:string . + +unit:ATM_T a qudt:Unit ; + rdfs:label "Technical Atmosphere"@en ; + qudt:symbol "at", + "at"^^xsd:string . + +unit:BAR a qudt:Unit ; + rdfs:label "Bar"@en ; + qudt:symbol "bar", + "bar"^^xsd:string . + +unit:BARAD a qudt:Unit ; + rdfs:label "Barad"@en ; + qudt:symbol "ρ"^^xsd:string . + +unit:BARYE a qudt:Unit ; + rdfs:label "Barye"@en ; + qudt:symbol "ρ", + "ρ"^^xsd:string . + +unit:CM_H2O a qudt:Unit ; + rdfs:label "Centimeter of Water"@en-us ; + qudt:symbol "cmH2O", + "cmH2O"^^xsd:string . + +unit:CentiBAR a qudt:Unit ; + rdfs:label "Centibar"@en ; + qudt:symbol "cbar", + "cbar"^^xsd:string . + +unit:CentiM_H2O a qudt:Unit ; + rdfs:label "Centimeter of Water"@en-us ; + qudt:symbol "cmH2O", + "cmH2O"^^xsd:string . + +unit:CentiM_HG a qudt:Unit ; + rdfs:label "Centimeter Of Mercury"@en-us . + +unit:DYN-PER-CentiM2 a qudt:Unit ; + rdfs:label "Dyne per Square Centimeter"@en-us . + +unit:DecaPA a qudt:Unit ; + rdfs:label "Decapascal"@en . + +unit:DeciBAR a qudt:Unit ; + rdfs:label "Decibar"@en ; + qudt:symbol "dbar", + "dbar"^^xsd:string . + +unit:FT_H2O a qudt:Unit ; + rdfs:label "Foot of Water"@en ; + qudt:symbol "ftH2O", + "ftH2O"^^xsd:string . + +unit:FT_HG a qudt:Unit ; + rdfs:label "Foot Of Mercury"@en . + +unit:GM_F-PER-CentiM2 a qudt:Unit ; + rdfs:label "Gram Force Per Square Centimeter"@en-us . + +unit:GigaPA a qudt:Unit ; + rdfs:label "Gigapascal"@en . + +unit:HectoBAR a qudt:Unit ; + rdfs:label "Hectobar"@en . + +unit:HectoPA a qudt:Unit ; + rdfs:label "Hectopascal"@en ; + qudt:symbol "hPa", + "hPa"^^xsd:string, + "mbar"^^xsd:string . + +unit:IN_H2O a qudt:Unit ; + rdfs:label "Inch of Water"@en ; + qudt:symbol "inAq", + "inAq"^^xsd:string . + +unit:IN_HG a qudt:Unit ; + rdfs:label "Inch of Mercury"@en ; + qudt:symbol "inHg", + "inHg"^^xsd:string . + +unit:KIP_F-PER-IN2 a qudt:Unit ; + rdfs:label "Kip per Square Inch"@en . + +unit:KiloBAR a qudt:Unit ; + rdfs:label "Kilobar"@en ; + qudt:symbol "kbar", + "kbar"^^xsd:string . + +unit:KiloGM-PER-M-SEC2 a qudt:Unit ; + rdfs:label "Kilograms per metre per square second"@en ; + qudt:symbol "Pa"^^xsd:string . + +unit:KiloGM_F-PER-CentiM2 a qudt:Unit ; + rdfs:label "Kilogram Force per Square Centimeter"@en-us . + +unit:KiloGM_F-PER-M2 a qudt:Unit ; + rdfs:label "Kilogram Force Per Square Meter"@en-us . + +unit:KiloGM_F-PER-MilliM2 a qudt:Unit ; + rdfs:label "Kilogram Force Per Square Millimeter"@en-us . + +unit:KiloLB_F-PER-IN2 a qudt:Unit ; + rdfs:label "Kilopound Force Per Square Inch"@en . + +unit:KiloPA a qudt:Unit ; + rdfs:label "Kilopascal"@en ; + qudt:symbol "kPa", + "kPa"^^xsd:string . + +unit:KiloPA_A a qudt:Unit ; + rdfs:label "Kilopascal Absolute"@en ; + qudt:symbol "KPaA", + "KPaA"^^xsd:string . + +unit:KiloV-A a qudt:Unit ; + rdfs:label "Kilovolt Ampere"@en . + +unit:LB_F-PER-FT2 a qudt:Unit ; + rdfs:label "Pound Force per Square Foot"@en . + +unit:LB_F-PER-IN2 a qudt:Unit ; + rdfs:label "Pound Force per Square Inch"@en ; + qudt:symbol "psia", + "psia"^^xsd:string . + +unit:MegaBAR a qudt:Unit ; + rdfs:label "Megabar"@en ; + qudt:symbol "Mbar", + "Mbar"^^xsd:string . + +unit:MegaPA a qudt:Unit ; + rdfs:label "Megapascal"@en . + +unit:MegaV-A a qudt:Unit ; + rdfs:label "Megavolt Ampere"@en . + +unit:MicroATM a qudt:Unit ; + rdfs:label "Microatmospheres"@en . + +unit:MicroBAR a qudt:Unit ; + rdfs:label "Microbar"@en . + +unit:MicroPA a qudt:Unit ; + rdfs:label "Micropascal"@en . + +unit:MicroTORR a qudt:Unit ; + rdfs:label "MicroTorr"@en ; + qudt:symbol "μTorr", + "μTorr"^^xsd:string . + +unit:MilliBAR a qudt:Unit ; + rdfs:label "Millibar"@en ; + qudt:symbol "hPa"^^xsd:string, + "mbar", + "mbar"^^xsd:string . + +unit:MilliM_H2O a qudt:Unit ; + rdfs:label "Conventional Millimeter Of Water"@en-us . + +unit:MilliM_HG a qudt:Unit ; + rdfs:label "Millimeter of Mercury"@en-us ; + qudt:symbol "mm Hg", + "mm Hg"^^xsd:string . + +unit:MilliM_HGA a qudt:Unit ; + rdfs:label "Millimeter of Mercury - Absolute"@en-us ; + qudt:symbol "mmHgA", + "mmHgA"^^xsd:string . + +unit:MilliPA a qudt:Unit ; + rdfs:label "Millipascal"@en . + +unit:MilliTORR a qudt:Unit ; + rdfs:label "MilliTorr"@en ; + qudt:symbol "utorr", + "utorr"^^xsd:string . + +unit:N-PER-CentiM2 a qudt:Unit ; + rdfs:label "Newton Per Square Centimeter"@en-us . + +unit:N-PER-M2 a qudt:Unit ; + rdfs:label "N-PER-M2"@en ; + qudt:symbol "Pa", + "Pa"^^xsd:string . + +unit:N-PER-MilliM2 a qudt:Unit ; + rdfs:label "Newton Per Square Millimeter"@en-us . + +unit:PA a qudt:Unit ; + rdfs:label "Pascal"@en ; + qudt:symbol "Pa", + "Pa"^^xsd:string . + +unit:PDL-PER-FT2 a qudt:Unit ; + rdfs:label "Poundal per Square Foot"@en . + +unit:PSI a qudt:Unit ; + rdfs:label "PSI"@en ; + qudt:symbol "psia"^^xsd:string . + +unit:PlanckPressure a qudt:Unit ; + rdfs:label "Planck Pressure"@en . + +unit:TORR a qudt:Unit ; + rdfs:label "Torr"@en ; + qudt:symbol "Torr", + "Torr"^^xsd:string . + +unit:V-A a qudt:Unit ; + rdfs:label "Volt Ampere"@en . + +brick:Collection a owl:Class, + sh:NodeShape ; + rdfs:label "Collection" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + sh:and ( [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Equipment ] ] [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Location ] ] [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Substance ] ] [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Quantity ] ] [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Point ] ] ) ; + sh:message "Collection is an exclusive top class." ; + sh:property [ sh:message "A Collection can be associated with Equipments, Locations, Points, and other Collections." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Point ] [ sh:class brick:Collection ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection . + +brick:Exhaust_Air a owl:Class, + sh:NodeShape, + brick:Exhaust_Air ; + rdfs:label "Exhaust Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air that must be removed from a space due to contaminants, regardless of pressurization"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Fluid, + tag:Gas . + +brick:Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Limit" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Setpoint."@en, + "A parameter that places an upper or lower bound on the range of permitted values of another point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point . + +tag:Average a brick:Tag ; + rdfs:label "Average" . + +tag:Boiler a brick:Tag ; + rdfs:label "Boiler" . + +tag:CO a brick:Tag ; + rdfs:label "CO" . + +tag:Control a brick:Tag ; + rdfs:label "Control" . + +tag:Detection a brick:Tag ; + rdfs:label "Detection" . + +tag:Distribution a brick:Tag ; + rdfs:label "Distribution" . + +tag:Lockout a brick:Tag ; + rdfs:label "Lockout" . + +tag:Loop a brick:Tag ; + rdfs:label "Loop" . + +tag:Motor a brick:Tag ; + rdfs:label "Motor" . + +tag:Preheat a brick:Tag ; + rdfs:label "Preheat" . + +tag:Solar a brick:Tag ; + rdfs:label "Solar" . + +tag:Standby a brick:Tag ; + rdfs:label "Standby" . + +tag:Thermal a brick:Tag ; + rdfs:label "Thermal" . + +tag:Usage a brick:Tag ; + rdfs:label "Usage" . + +brick:Air_Quality a brick:Quantity ; + rdfs:label "Air Quality" . + +brick:Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Hot_Water a owl:Class, + sh:NodeShape, + brick:Hot_Water ; + rdfs:label "Hot Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "Hot water used for HVAC heating or supply to hot taps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Hot, + tag:Liquid, + tag:Water . + +brick:Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Parameter" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Parameter points are configuration settings used to guide the operation of equipment and control systems; for example they may provide bounds on valid setpoint values"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point . + +unit:ARCMIN a qudt:Unit ; + rdfs:label "ArcMinute"@en ; + qudt:symbol "'", + "'"^^xsd:string . + +unit:ARCSEC a qudt:Unit ; + rdfs:label "ArcSecond"@en ; + qudt:symbol "\"", + "\""^^xsd:string . + +unit:DEG a qudt:Unit ; + rdfs:label "Degree"@en ; + qudt:symbol "°", + "°"^^xsd:string . + +unit:DEG_C a qudt:Unit ; + rdfs:label "Degree Celsius"@en . + +unit:DEG_F a qudt:Unit ; + rdfs:label "Degree Fahrenheit"@en . + +unit:GON a qudt:Unit ; + rdfs:label "Gon"@en ; + qudt:symbol "gon", + "gon"^^xsd:string, + "grad"^^xsd:string . + +unit:GRAD a qudt:Unit ; + rdfs:label "Grad"@en ; + qudt:symbol "gon"^^xsd:string, + "grad", + "grad"^^xsd:string . + +unit:K a qudt:Unit ; + rdfs:label "Kelvin"@en ; + qudt:symbol "K", + "K"^^xsd:string . + +unit:MIL a qudt:Unit ; + rdfs:label "Mil Angle (NATO)"@en . + +unit:MicroRAD a qudt:Unit ; + rdfs:label "microradian"@en ; + qudt:symbol "μrad", + "μrad"^^xsd:string . + +unit:MilliARCSEC a qudt:Unit ; + rdfs:label "Milli ArcSecond"@en ; + qudt:symbol "mas", + "mas"^^xsd:string, + "rad"^^xsd:string . + +unit:MilliRAD a qudt:Unit ; + rdfs:label "milliradian"@en ; + qudt:symbol "mrad", + "mrad"^^xsd:string . + +unit:RAD a qudt:Unit ; + rdfs:label "Radian"@en ; + qudt:symbol "mas"^^xsd:string, + "rad", + "rad"^^xsd:string . + +unit:REV a qudt:Unit ; + rdfs:label "Revolution"@en ; + qudt:symbol "rev", + "rev"^^xsd:string . + +brick:Chilled_Water a owl:Class, + sh:NodeShape, + brick:Chilled_Water ; + rdfs:label "Chilled Water" ; + rdfs:subClassOf brick:Water ; + skos:definition "water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Fluid, + tag:Liquid, + tag:Water . + +brick:Space a owl:Class, + sh:NodeShape ; + rdfs:label "Space" ; + rdfs:subClassOf brick:Location ; + skos:definition "A part of the physical world or a virtual world whose 3D spatial extent is bounded actually or theoretically, and provides for certain functions within the zone it is contained in."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space . + +brick:Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +tag:Disable a brick:Tag ; + rdfs:label "Disable" . + +tag:Frequency a brick:Tag ; + rdfs:label "Frequency" . + +tag:Plenum a brick:Tag ; + rdfs:label "Plenum" . + +tag:Start a brick:Tag ; + rdfs:label "Start" . + +tag:Station a brick:Tag ; + rdfs:label "Station" . + +tag:Stop a brick:Tag ; + rdfs:label "Stop" . + +tag:Storage a brick:Tag ; + rdfs:label "Storage" . + +tag:Telecom a brick:Tag ; + rdfs:label "Telecom" . + +brick:Humidity a brick:Quantity ; + rdfs:label "Humidity" . + +brick:Outside_Air a owl:Class, + sh:NodeShape, + brick:Outside_Air ; + rdfs:label "Outside Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air external to a defined zone (e.g., corridors)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas, + tag:Outside . + +brick:Return_Air a owl:Class, + sh:NodeShape, + brick:Return_Air ; + rdfs:label "Return Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "air removed from a space to be recirculated or exhausted. Air extracted from a space and totally or partially returned to an air conditioner, furnace, or other heating, cooling, or ventilating system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas, + tag:Return . + +brick:Static_Pressure a brick:Quantity ; + rdfs:label "Static Pressure" ; + 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 ; + brick:hasQUDTReference qudtqk:StaticPressure . + +brick:Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Meter" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that measure usage or consumption of some media --- typically a form energy or power."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter . + +brick:Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to temperature-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature . + +tag:Box a brick:Tag ; + rdfs:label "Box" . + +tag:Coil a brick:Tag ; + rdfs:label "Coil" . + +tag:Dewpoint a brick:Tag ; + rdfs:label "Dewpoint" . + +tag:Effective a brick:Tag ; + rdfs:label "Effective" . + +tag:Electrical a brick:Tag ; + rdfs:label "Electrical" . + +tag:Gain a brick:Tag ; + rdfs:label "Gain" . + +tag:Natural a brick:Tag ; + rdfs:label "Natural" . + +tag:Office a brick:Tag ; + rdfs:label "Office" . + +tag:Radiator a brick:Tag ; + rdfs:label "Radiator" . + +tag:Relative a brick:Tag ; + rdfs:label "Relative" . + +tag:Steam a brick:Tag ; + rdfs:label "Steam" . + +tag:Voltage a brick:Tag ; + rdfs:label "Voltage" . + +brick:hasPart a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has part" ; + owl:inverseOf brick:isPartOf ; + skos:definition "The subject is composed in part of the entity given by the object"@en . + +tag:Current a brick:Tag ; + rdfs:label "Current" . + +tag:Enthalpy a brick:Tag ; + rdfs:label "Enthalpy" . + +tag:Matter a brick:Tag ; + rdfs:label "Matter" . + +tag:Mixed a brick:Tag ; + rdfs:label "Mixed" . + +tag:Particulate a brick:Tag ; + rdfs:label "Particulate" . + +tag:Unit a brick:Tag ; + rdfs:label "Unit" . + +brick:Discharge_Air a owl:Class, + sh:NodeShape, + brick:Discharge_Air ; + rdfs:label "Discharge Air" ; + rdfs:subClassOf brick:Air ; + skos:definition "the air exiting the registers (vents)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Fluid, + tag:Gas . + +brick:Point a owl:Class, + sh:NodeShape ; + rdfs:label "Point" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + 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:not [ sh:class brick:Collection ] ] ) ; + sh:message "Point is an exclusive top class." ; + sh:property [ sh:message "A point can be associated with Locations or Equipment." ; + sh:or ( [ sh:class brick:Location ] [ sh:class brick:Equipment ] ) ; + sh:path brick:isPointOf ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point . + +brick:Supply_Air a owl:Class, + sh:NodeShape, + brick:Supply_Air ; + rdfs:label "Supply Air" ; + rdfs:subClassOf brick:Air ; + owl:equivalentClass brick:Discharge_Air ; + skos:definition "(1) air delivered by mechanical or natural ventilation to a space, composed of any combination of outdoor air, recirculated air, or transfer air. (2) air entering a space from an air-conditioning, heating, or ventilating apparatus for the purpose of comfort conditioning. Supply air is generally filtered, fan forced, and either heated, cooled, humidified, or dehumidified as necessary to maintain specified conditions. Only the quantity of outdoor air within the supply airflow may be used as replacement air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas, + tag:Supply . + +tag:Bypass a brick:Tag ; + rdfs:label "Bypass" . + +tag:Common a brick:Tag ; + rdfs:label "Common" . + +tag:Pump a brick:Tag ; + rdfs:label "Pump" . + +tag:Collection a brick:Tag ; + rdfs:label "Collection" . + +tag:Domestic a brick:Tag ; + rdfs:label "Domestic" . + +tag:Electric a brick:Tag ; + rdfs:label "Electric" . + +tag:Filter a brick:Tag ; + rdfs:label "Filter" . + +tag:Step a brick:Tag ; + rdfs:label "Step" . + +brick:Differential_Pressure a brick:Quantity ; + rdfs:label "Differential Pressure" ; + qudt:isDeltaQuantity true ; + skos:broader brick:Pressure . + +tag:CO2 a brick:Tag ; + rdfs:label "CO2" . + +tag:Damper a brick:Tag ; + rdfs:label "Damper" . + +tag:Energy a brick:Tag ; + rdfs:label "Energy" . + +tag:Fire a brick:Tag ; + rdfs:label "Fire" . + +tag:Security a brick:Tag ; + rdfs:label "Security" . + +tag:Service a brick:Tag ; + rdfs:label "Service" . + +brick:Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Setpoint" ; + rdfs:seeAlso , + "https://xp20.ashrae.org/terminology/index.php?term=setpoint" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Status ; + skos:definition "A Setpoint is an input value at which the desired property is set"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint . + +brick:Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Alarm points are signals (either audible or visual) that alert an operator to an off-normal condition which requires some form of corrective action"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point . + +brick:Water a owl:Class, + sh:NodeShape, + brick:Water ; + rdfs:label "Water" ; + rdfs:subClassOf brick:Liquid ; + skos:definition "transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fluid, + tag:Liquid, + tag:Water . + +tag:Building a brick:Tag ; + rdfs:label "Building" . + +tag:Demand a brick:Tag ; + rdfs:label "Demand" . + +tag:Meter a brick:Tag ; + rdfs:label "Meter" . + +tag:Panel a brick:Tag ; + rdfs:label "Panel" . + +tag:Position a brick:Tag ; + rdfs:label "Position" . + +brick:Location a owl:Class, + sh:NodeShape ; + rdfs:label "Location" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + 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:message "Location is an exclusive top class." ; + sh:not [ sh:class brick:Collection ] ] ) ; + sh:message "Location is an exclusive top class." ; + 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:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location . + +tag:Emergency a brick:Tag ; + rdfs:label "Emergency" . + +tag:Medium a brick:Tag ; + rdfs:label "Medium" . + +tag:On a brick:Tag ; + rdfs:label "On" . + +tag:Power a brick:Tag ; + rdfs:label "Power" . + +tag:Speed a brick:Tag ; + rdfs:label "Speed" . + +brick:Command a owl:Class, + sh:NodeShape ; + rdfs:label "Command" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "A Command is an output point that directly determines the behavior of equipment and/or affects relevant operational points."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point . + +tag:Mode a brick:Tag ; + rdfs:label "Mode" . + +brick:Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Equipment" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + skos:definition "devices that serve all or part of the building and may include electric power, lighting, transportation, or service water heating, including, but not limited to, furnaces, boilers, air conditioners, heat pumps, chillers, water heaters, lamps, luminaires, ballasts, elevators, escalators, or other devices or installations."@en ; + 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:not [ sh:class brick:Collection ] ] ) ; + sh:message "Equipment is an exclusive top class." ; + sh:property [ sh:class brick:Equipment ; + sh:message "A piece of Equipment's parts should be always other Equipment." ; + sh:path brick:hasPart ], + [ sh:message "Equipment can be part of a Collection, System or other Equipment." ; + sh:or ( [ sh:class brick:System ] [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; + sh:path brick:isPartOf ], + [ sh:class brick:Location ; + sh:message "A piece of Equipment can be located only at a Location" ; + sh:path brick:hasLocation ], + [ sh:message "A piece of Equipment can feed a Equipment or Location." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] ) ; + sh:path brick:feeds ], + [ sh:class brick:Point ; + sh:message "A piece of Equipment may have associated Points" ; + sh:path brick:hasPoint ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment . + +brick:HVAC_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Equipment" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + sh:property [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] [ sh:class brick:Location ] ) ; + sh:path brick:feeds ], + [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC . + +tag:Fan a brick:Tag ; + rdfs:label "Fan" . + +tag:Off a brick:Tag ; + rdfs:label "Off" . + +brick:Room a owl:Class, + sh:NodeShape ; + rdfs:label "Room" ; + rdfs:subClassOf brick:Space ; + skos:definition "Base class for all more specific room types."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room . + +tag:Condenser a brick:Tag ; + rdfs:label "Condenser" . + +tag:Level a brick:Tag ; + rdfs:label "Level" . + +tag:Safety a brick:Tag ; + rdfs:label "Safety" . + +brick:Status a owl:Class, + sh:NodeShape ; + rdfs:label "Status" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint ; + skos:definition "A Status is input point that reports the current operating mode, state, position, or condition of an item. Statuses are observations and should be considered 'read-only'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status . + +tag:Band a brick:Tag ; + rdfs:label "Band" . + +tag:Enable a brick:Tag ; + rdfs:label "Enable" . + +tag:Integral a brick:Tag ; + rdfs:label "Integral" . + +brick:Air a owl:Class, + sh:NodeShape, + brick:Air ; + rdfs:label "Air" ; + rdfs:subClassOf brick:Gas ; + skos:definition "the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fluid, + tag:Gas . + +brick:EntityProperty a owl:Class ; + rdfs:subClassOf owl:ObjectProperty . + +brick:Flow a brick:Quantity ; + rdfs:label "Flow" ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY, + unit:BBL_UK_PET-PER-HR, + unit:BBL_UK_PET-PER-MIN, + unit:BBL_UK_PET-PER-SEC, + unit:BBL_US-PER-DAY, + unit:BBL_US-PER-MIN, + unit:BBL_US_PET-PER-HR, + unit:BBL_US_PET-PER-SEC, + unit:BU_UK-PER-DAY, + unit:BU_UK-PER-HR, + unit:BU_UK-PER-MIN, + unit:BU_UK-PER-SEC, + unit:BU_US_DRY-PER-DAY, + unit:BU_US_DRY-PER-HR, + unit:BU_US_DRY-PER-MIN, + unit:BU_US_DRY-PER-SEC, + unit:CentiM3-PER-DAY, + unit:CentiM3-PER-HR, + unit:CentiM3-PER-MIN, + unit:CentiM3-PER-SEC, + unit:DeciM3-PER-DAY, + unit:DeciM3-PER-HR, + unit:DeciM3-PER-MIN, + unit:DeciM3-PER-SEC, + unit:FT3-PER-DAY, + unit:FT3-PER-HR, + unit:FT3-PER-MIN, + unit:FT3-PER-SEC, + unit:GAL_UK-PER-DAY, + unit:GAL_UK-PER-HR, + unit:GAL_UK-PER-MIN, + unit:GAL_UK-PER-SEC, + unit:GAL_US-PER-DAY, + unit:GAL_US-PER-HR, + unit:GAL_US-PER-MIN, + unit:GAL_US-PER-SEC, + unit:GI_UK-PER-DAY, + unit:GI_UK-PER-HR, + unit:GI_UK-PER-MIN, + unit:GI_UK-PER-SEC, + unit:GI_US-PER-DAY, + unit:GI_US-PER-HR, + unit:GI_US-PER-MIN, + unit:GI_US-PER-SEC, + unit:IN3-PER-HR, + unit:IN3-PER-MIN, + unit:IN3-PER-SEC, + unit:KiloL-PER-HR, + unit:L-PER-DAY, + unit:L-PER-HR, + unit:L-PER-MIN, + unit:L-PER-SEC, + unit:M3-PER-DAY, + unit:M3-PER-HR, + unit:M3-PER-MIN, + unit:M3-PER-SEC, + unit:MilliL-PER-DAY, + unit:MilliL-PER-HR, + unit:MilliL-PER-MIN, + unit:MilliL-PER-SEC, + unit:OZ_VOL_UK-PER-DAY, + unit:OZ_VOL_UK-PER-HR, + unit:OZ_VOL_UK-PER-MIN, + unit:OZ_VOL_UK-PER-SEC, + unit:OZ_VOL_US-PER-DAY, + unit:OZ_VOL_US-PER-HR, + unit:OZ_VOL_US-PER-MIN, + unit:OZ_VOL_US-PER-SEC, + unit:PINT_UK-PER-DAY, + unit:PINT_UK-PER-HR, + unit:PINT_UK-PER-MIN, + unit:PINT_UK-PER-SEC, + unit:PINT_US-PER-DAY, + unit:PINT_US-PER-HR, + unit:PINT_US-PER-MIN, + unit:PINT_US-PER-SEC, + unit:PK_UK-PER-DAY, + unit:PK_UK-PER-HR, + unit:PK_UK-PER-MIN, + unit:PK_UK-PER-SEC, + unit:PK_US_DRY-PER-DAY, + unit:PK_US_DRY-PER-HR, + unit:PK_US_DRY-PER-MIN, + unit:PK_US_DRY-PER-SEC, + unit:QT_UK-PER-DAY, + unit:QT_UK-PER-HR, + unit:QT_UK-PER-MIN, + unit:QT_UK-PER-SEC, + unit:QT_US-PER-DAY, + unit:QT_US-PER-HR, + unit:QT_US-PER-MIN, + unit:QT_US-PER-SEC, + unit:YD3-PER-DAY, + unit:YD3-PER-HR, + unit:YD3-PER-MIN, + unit:YD3-PER-SEC ; + brick:hasQUDTReference qudtqk:VolumeFlowRate . + +tag:Proportional a brick:Tag ; + rdfs:label "Proportional" . + +tag:Zone a brick:Tag ; + rdfs:label "Zone" . + +brick:Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Sensor" ; + rdfs:seeAlso "https://xp20.ashrae.org/terminology/index.php?term=Sensor" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Setpoint, + brick:Status ; + skos:definition "A Sensor is an input point that represents the value of a device or instrument designed to detect and measure a variable (ASHRAE Dictionary)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor . + +tag:Exhaust a brick:Tag ; + rdfs:label "Exhaust" . + +tag:Time a brick:Tag ; + rdfs:label "Time" . + +tag:Deadband a brick:Tag ; + rdfs:label "Deadband" . + +tag:Shed a brick:Tag ; + rdfs:label "Shed" . + +tag:High a brick:Tag ; + rdfs:label "High" . + +tag:Liquid a brick:Tag ; + rdfs:label "Liquid" . + +tag:Return a brick:Tag ; + rdfs:label "Return" . + +tag:Gas a brick:Tag ; + rdfs:label "Gas" . + +tag:Low a brick:Tag ; + rdfs:label "Low" . + +tag:Valve a brick:Tag ; + rdfs:label "Valve" . + +tag:Humidity a brick:Tag ; + rdfs:label "Humidity" . + +tag:Load a brick:Tag ; + rdfs:label "Load" . + +tag:Max a brick:Tag ; + rdfs:label "Max" . + +tag:Min a brick:Tag ; + rdfs:label "Min" . + +tag:Occupied a brick:Tag ; + rdfs:label "Occupied" . + +tag:Unoccupied a brick:Tag ; + rdfs:label "Unoccupied" . + +tag:Outside a brick:Tag ; + rdfs:label "Outside" . + +brick:Temperature a brick:Quantity ; + rdfs:label "Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + brick:hasQUDTReference qudtqk:Temperature . + +tag:Reset a brick:Tag ; + rdfs:label "Reset" . + +tag:Entering a brick:Tag ; + rdfs:label "Entering" . + +tag:Static a brick:Tag ; + rdfs:label "Static" . + +tag:Chilled a brick:Tag ; + rdfs:label "Chilled" . + +tag:Leaving a brick:Tag ; + rdfs:label "Leaving" . + +tag:Fluid a brick:Tag ; + rdfs:label "Fluid" . + +tag:System a brick:Tag ; + rdfs:label "System" . + +brick:hasUnit a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has unit" ; + rdfs:range qudt:Unit ; + skos:definition "The QUDT unit associated with this Brick entity (usually a Brick Point instance or Entity Property)"@en . + +bsh:NumericValue a rdf:List ; + rdf:first [ sh:datatype xsd:float ] ; + rdf:rest ( [ sh:datatype xsd:decimal ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:double ] ) . + +tag:PID a brick:Tag ; + rdfs:label "PID" . + +brick:value a rdf:Property, + owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Value" ; + rdfs:subPropertyOf s223:hasSimpleValue, + qudt:value ; + skos:definition "The basic value of an entity property" . + +brick:Quantity a owl:Class ; + rdfs:label "Quantity" ; + rdfs:subClassOf qudt:QuantityKind, + skos:Concept, + sosa:ObservableProperty, + brick:Measurable . + +tag:Cool a brick:Tag ; + rdfs:label "Cool" . + +bsh:ValueShape a owl:Class . + +tag:Limit a brick:Tag ; + rdfs:label "Limit" . + +tag:Command a brick:Tag ; + rdfs:label "Command" . + +tag:Room a brick:Tag ; + rdfs:label "Room" . + +tag:Discharge a brick:Tag ; + rdfs:label "Discharge" . + +tag:Heat a brick:Tag ; + rdfs:label "Heat" . + +tag:Hot a brick:Tag ; + rdfs:label "Hot" . + +tag:Supply a brick:Tag ; + rdfs:label "Supply" . + +tag:Alarm a brick:Tag ; + rdfs:label "Alarm" . + +tag:Differential a brick:Tag ; + rdfs:label "Differential" . + +tag:Space a brick:Tag ; + rdfs:label "Space" . + +tag:Status a brick:Tag ; + rdfs:label "Status" . + +tag:Pressure a brick:Tag ; + rdfs:label "Pressure" . + +tag:Location a brick:Tag ; + rdfs:label "Location" . + +tag:Flow a brick:Tag ; + rdfs:label "Flow" . + +tag:Parameter a brick:Tag ; + rdfs:label "Parameter" . + +tag:Water a brick:Tag ; + rdfs:label "Water" . + +tag:Equipment a brick:Tag ; + rdfs:label "Equipment" . + +tag:Temperature a brick:Tag ; + rdfs:label "Temperature" . + +tag:Sensor a brick:Tag ; + rdfs:label "Sensor" . + +brick:Tag a owl:Class . + +tag:Setpoint a brick:Tag ; + rdfs:label "Setpoint" . + +tag:Air a brick:Tag ; + rdfs:label "Air" . + +tag:Point a brick:Tag ; + rdfs:label "Point" . + +brick:hasTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has tag" ; + rdfs:range brick:Tag ; + owl:inverseOf brick:isTagOf ; + skos:definition "The subject has the given tag"@en . diff --git a/ontologies/brick/1.4/Brick.ttl b/ontologies/brick/1.4/Brick.ttl new file mode 100644 index 0000000..3c09b5a --- /dev/null +++ b/ontologies/brick/1.4/Brick.ttl @@ -0,0 +1,48570 @@ +@prefix bacnet: . +@prefix brick: . +@prefix bsh: . +@prefix dcterms: . +@prefix owl: . +@prefix qudt: . +@prefix qudtqk: . +@prefix rdf: . +@prefix rdfs: . +@prefix rec: . +@prefix ref: . +@prefix s223: . +@prefix sdo: . +@prefix sh: . +@prefix skos: . +@prefix sosa: . +@prefix tag: . +@prefix unit: . +@prefix vcard: . +@prefix xsd: . + +rec:AbsoluteHumidityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Absolute humidity observation" ; + qudt:hasQuantityKind qudtqk:AbsoluteHumidity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:AccelerationObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Acceleration observation" ; + qudt:hasQuantityKind qudtqk:Acceleration ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:AccessControlZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Access control zone" ; + rdfs:subClassOf rec:Zone . + +rec:AccessPanel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Access panel" ; + rdfs:subClassOf rec:BarrierAsset . + +rec:ActuationEvent a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Actuation event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute." ; + sh:minCount 1 ; + sh:name "target point" ; + sh:nodeKind sh:IRI ; + sh:path rec:targetPoint ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The command message/payload of this actuation event." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:AdmittingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Admitting room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Agent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Agent" ; + rdfs:comment "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property." ; + sh:name "is member of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isMemberOf ], + [ a sh:PropertyShape ; + sh:description "Indicates ownership of some thing, e.g., a building, an asset, an organization, etc." ; + sh:name "owns" ; + sh:nodeKind sh:IRI ; + sh:path rec:owns ] . + +rec:AlarmObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Alarm object" ; + rdfs:subClassOf rec:ServiceObject . + +rec:AngleObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angle observation" ; + qudt:hasQuantityKind qudtqk:Angle ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:AngularAccelerationObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angular acceleration observation" ; + qudt:hasQuantityKind qudtqk:AngularAcceleration ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:AngularVelocityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angular velocity observation" ; + qudt:hasQuantityKind qudtqk:AngularVelocity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Apartment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Apartment" ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Room ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:ArchitecturalAsset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Architectural asset" ; + rdfs:subClassOf rec:Asset . + +rec:Architecture a rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture" ; + rdfs:comment "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc." ; + rdfs:subClassOf rec:Space ; + sh:property [ a sh:PropertyShape ; + sh:class rec:PostalAddress ; + sh:description "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question." ; + sh:name "address" ; + sh:nodeKind sh:IRI ; + sh:path rec:address ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "adjacent element" ; + sh:nodeKind sh:IRI ; + sh:path rec:adjacentElement ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "architected by" ; + sh:nodeKind sh:IRI ; + sh:path rec:architectedBy ], + [ a sh:PropertyShape ; + sh:class rec:ArchitectureArea ; + sh:maxCount 1 ; + sh:name "area" ; + sh:nodeKind sh:IRI ; + sh:path rec:area ], + [ a sh:PropertyShape ; + sh:class rec:ArchitectureCapacity ; + sh:maxCount 1 ; + sh:name "capacity" ; + sh:nodeKind sh:IRI ; + sh:path rec:capacity ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:nodeKind sh:IRI ; + sh:path rec:constructedBy ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:description "Links an Architecture to BuildingElement that is contained in the Space." ; + sh:name "contains element" ; + sh:nodeKind sh:IRI ; + sh:path rec:containsElement ], + [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "has point" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPoint ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "intersecting element" ; + sh:nodeKind sh:IRI ; + sh:path rec:intersectingElement ], + [ a sh:PropertyShape ; + sh:name "is fed by" ; + sh:nodeKind sh:IRI ; + sh:path rec:isFedBy ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "operated by" ; + sh:nodeKind sh:IRI ; + sh:path rec:operatedBy ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "owned by" ; + sh:nodeKind sh:IRI ; + sh:path rec:ownedBy ] . + +rec:ArchitectureArea a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture area" ; + rdfs:comment "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "gross area" ; + sh:path rec:grossArea ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "net area" ; + sh:path rec:netArea ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "rentable area" ; + sh:path rec:rentableArea ] . + +rec:ArchitectureCapacity a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture capacity" ; + rdfs:comment "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "E.g., per Building Code" ; + sh:maxCount 1 ; + sh:name "maximum occupancy" ; + sh:path rec:maxOccupancy ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:name "seating capacity" ; + sh:path rec:seatingCapacity ] . + +rec:AreaObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Area observation" ; + qudt:hasQuantityKind qudtqk:Area ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Asset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Asset" ; + rdfs:comment "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "IP address" ; + sh:path rec:IPAddress ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "MAC address" ; + sh:path rec:MACAddress ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "asset tag" ; + sh:path rec:assetTag ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "commissioned by" ; + sh:nodeKind sh:IRI ; + sh:path rec:commissionedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "commissioning date" ; + sh:path rec:commissioningDate ], + [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ], + [ a sh:PropertyShape ; + sh:class rec:Geometry ; + sh:description "A GeoJSON Geometry representing the position or extent of the asset." ; + sh:maxCount 1 ; + sh:name "geometry" ; + sh:path rec:geometry ], + [ a sh:PropertyShape ; + sh:class rec:Asset ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "has point" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPoint ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:name "initial cost" ; + sh:nodeKind sh:Literal ; + sh:path rec:initialCost ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "installation date" ; + sh:path rec:installationDate ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "installed by" ; + sh:nodeKind sh:IRI ; + sh:path rec:installedBy ], + [ a sh:PropertyShape ; + sh:class rec:Asset ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:name "located in" ; + sh:nodeKind sh:IRI ; + sh:path rec:locatedIn ], + [ a sh:PropertyShape ; + sh:datatype xsd:duration ; + sh:name "maintenance interval" ; + sh:path rec:maintenanceInterval ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "manufactured by" ; + sh:nodeKind sh:IRI ; + sh:path rec:manufacturedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "model number" ; + sh:path rec:modelNumber ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:description "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)." ; + sh:maxCount 1 ; + sh:name "mounted on" ; + sh:nodeKind sh:IRI ; + sh:path rec:mountedOn ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "serial number" ; + sh:path rec:serialNumber ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "serviced by" ; + sh:nodeKind sh:IRI ; + sh:path rec:servicedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "turnover date" ; + sh:path rec:turnoverDate ], + [ a sh:PropertyShape ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:name "weight" ; + sh:path rec:weight ] . + +rec:Atrium a rdfs:Class, + sh:NodeShape ; + rdfs:label "Atrium" ; + rdfs:subClassOf rec:Room . + +rec:AudioVisualEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Audio Visual Equipment" ; + rdfs:comment "Audio visual equipment." ; + rdfs:subClassOf rec:ICTEquipment . + +rec:Auditorium a rdfs:Class, + sh:NodeShape ; + rdfs:label "Auditorium" ; + rdfs:subClassOf rec:Room . + +rec:BACnetController a rdfs:Class, + sh:NodeShape ; + rdfs:label "BACnet Controller" ; + rdfs:comment "BACnet controller." ; + rdfs:subClassOf rec:Controller ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnetController" ; + brick:isReplacedBy brick:BACnet_Controller . + +rec:BackOffice a rdfs:Class, + sh:NodeShape ; + rdfs:label "Back office" ; + rdfs:subClassOf rec:Room . + +rec:Balcony a rdfs:Class, + sh:NodeShape ; + rdfs:label "Balcony" ; + rdfs:subClassOf rec:BuildingElement . + +rec:BarRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bar room" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:BarrierAsset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Barrier asset" ; + rdfs:subClassOf rec:ArchitecturalAsset . + +rec:BasementLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Basement level" ; + rdfs:subClassOf rec:Level . + +rec:Bathroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bathroom" ; + rdfs:subClassOf rec:Room . + +rec:Bed a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bed" ; + rdfs:subClassOf rec:Furniture . + +rec:Bedroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bedroom" ; + rdfs:subClassOf rec:Room . + +rec:BicycleGarage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bicycle garage" ; + rdfs:subClassOf rec:Garage . + +rec:Bookcase a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bookcase" ; + rdfs:subClassOf rec:Furniture . + +rec:BooleanValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Boolean value observation" ; + rdfs:comment "Generic xsd:boolean value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Building a rdfs:Class, + sh:NodeShape ; + rdfs:label "Building" ; + rdfs:comment "A confined building structure." ; + rdfs:subClassOf rec:Architecture . + +rec:BuildingElement a rdfs:Class, + sh:NodeShape ; + rdfs:label "Building element" ; + rdfs:comment "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:maxCount 1 ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:description "Indicates the architected space (site, building, level, room...) in which this building element is placed." ; + sh:maxCount 1 ; + sh:name "located in" ; + sh:nodeKind sh:IRI ; + sh:path rec:locatedIn ] . + +rec:BulletinBoard a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bulletin board" ; + rdfs:subClassOf rec:Furniture . + +rec:Cabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cabinet" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CableRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cable room" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CafeteriaRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cafeteria room" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:Campus a rdfs:Class, + sh:NodeShape ; + rdfs:label "Campus" ; + rdfs:comment "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc." ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:CapacitanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Capacitance observation" ; + qudt:hasQuantityKind qudtqk:Capacitance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Cart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cart" ; + rdfs:subClassOf rec:Furniture . + +rec:Chair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Chair" ; + rdfs:subClassOf rec:Furniture . + +rec:Cinema a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cinema" ; + rdfs:subClassOf rec:Room . + +rec:Classroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Classroom" ; + rdfs:subClassOf rec:EducationalRoom . + +rec:CleaningRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cleaning room" ; + rdfs:subClassOf rec:Room . + +rec:ClimateControlRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Climate-control room" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CloakRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cloak room" ; + rdfs:subClassOf rec:Room . + +rec:CoatRack a rdfs:Class, + sh:NodeShape ; + rdfs:label "Coat rack" ; + rdfs:subClassOf rec:Furniture . + +rec:CoffeeTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Coffee table" ; + rdfs:subClassOf rec:Table . + +rec:Collection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Collection" ; + rdfs:comment "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ] . + +rec:Company a rdfs:Class, + sh:NodeShape ; + rdfs:label "Company" ; + rdfs:subClassOf rec:Organization . + +rec:ComputerCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Computer cart" ; + rdfs:subClassOf rec:Cart . + +rec:ConferenceRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conference room" ; + rdfs:subClassOf rec:Room . + +rec:ConferenceTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conference table" ; + rdfs:subClassOf rec:Table . + +rec:Controller a rdfs:Class, + sh:NodeShape ; + rdfs:label "Controller" ; + rdfs:comment "Controller." ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Controller" ; + brick:isReplacedBy brick:Controller . + +rec:ConversationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conversation room" ; + rdfs:subClassOf rec:Room . + +rec:CookingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cooking room" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:CopyingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Copying room" ; + rdfs:subClassOf rec:Room . + +rec:DataNetworkEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Data Network Equipment" ; + rdfs:comment "Data network equipment." ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DataNetworkEquipment" ; + brick:isReplacedBy brick:Data_Network_Equipment . + +rec:DataRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Data rate observation" ; + qudt:hasQuantityKind qudtqk:DataRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:DataServerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Data server room" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:DataSizeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Data size observation" ; + qudt:hasQuantityKind qudtqk:InformationEntropy ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:DaylightSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Daylight Sensor" ; + rdfs:comment "Daylight sensor." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DaylightSensorEquipment" ; + brick:isReplacedBy brick:Daylight_Sensor_Equipment . + +rec:DensityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Density observation" ; + qudt:hasQuantityKind qudtqk:Density ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Department a rdfs:Class, + sh:NodeShape ; + rdfs:label "Department" ; + rdfs:subClassOf rec:Organization . + +rec:Desk a rdfs:Class, + sh:NodeShape ; + rdfs:label "Desk" ; + rdfs:subClassOf rec:Furniture . + +rec:DeskLamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Desk lamp" ; + rdfs:subClassOf rec:Lamp . + +rec:DiningRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dining room" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:DisabledToilet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Disabled toilet" ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:DishingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dishing room" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:DistanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Distance observation" ; + qudt:hasQuantityKind qudtqk:Distance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Document a rdfs:Class, + sh:NodeShape ; + rdfs:label "Document" ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:name "document topic" ; + sh:nodeKind sh:IRI ; + sh:path rec:documentTopic ], + [ a sh:PropertyShape ; + sh:name "URL" ; + sh:nodeKind sh:IRI ; + sh:path rec:url ] . + +rec:Door a rdfs:Class, + sh:NodeShape ; + rdfs:label "Door" ; + rdfs:subClassOf rec:BarrierAsset . + +rec:DoubleValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Double value observation" ; + rdfs:comment "Generic xsd:double value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:DressingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dressing room" ; + rdfs:subClassOf rec:Room . + +rec:EducationalRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Educational room" ; + rdfs:subClassOf rec:Room . + +rec:ElectricChargeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Electric charge observation" ; + qudt:hasQuantityKind qudtqk:ElectricCharge ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:ElectricCurrentObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Elecric current observation" ; + qudt:hasQuantityKind qudtqk:ElectricCurrent ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:ElectricityRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Electricity room" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:ElevatorRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator room" ; + rdfs:subClassOf rec:Room . + +rec:ElevatorShaft a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator shaft" ; + rdfs:subClassOf rec:Room . + +rec:ElevatorTrip a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator trip" ; + rdfs:subClassOf rec:Event ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "current level" ; + sh:path rec:currentLevel ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "end level" ; + sh:path rec:endLevel ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "start level" ; + sh:path rec:startLevel ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Up" "Down" ) ; + sh:maxCount 1 ; + sh:name "trip direction" ; + sh:path rec:tripDirection ] . + +rec:EndTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "End table" ; + rdfs:subClassOf rec:Table . + +rec:EnergyObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Energy observation" ; + qudt:hasQuantityKind qudtqk:Energy ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Entrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Entrance" ; + rdfs:subClassOf rec:Room . + +rec:EquipmentCollection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Equipment collection" ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:ErrorReport a rdfs:Class, + sh:NodeShape ; + rdfs:label "Error report" ; + rdfs:subClassOf rec:ServiceObject . + +rec:EthernetPort a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ethernet Port" ; + rdfs:comment "Ethernet port." ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Type1" "Type2" "Type3" "Type4" ) ; + sh:maxCount 1 ; + sh:name "PoE Type" ; + sh:path rec:poeType ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second." ; + sh:maxCount 1 ; + sh:name "Port Speed" ; + sh:path rec:portSpeed ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetPort" ; + brick:isReplacedBy brick:Ethernet_Port . + +rec:EthernetSwitch a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ethernet Switch" ; + rdfs:comment "Ethernet switch." ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetSwitch" ; + brick:isReplacedBy brick:Ethernet_Switch . + +rec:Event a rdfs:Class, + sh:NodeShape ; + rdfs:label "Event" ; + rdfs:comment "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:description "Event ending timestamp." ; + sh:maxCount 1 ; + sh:name "end" ; + sh:path rec:end ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:description "Event start timestamp." ; + sh:maxCount 1 ; + sh:name "start" ; + sh:path rec:start ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "timestamp" ; + sh:path rec:timestamp ] . + +rec:ExceptionEvent a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Exception event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this exception." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point" ; + sh:nodeKind sh:IRI ; + sh:path rec:sourcePoint ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The message of this exception event." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:ExerciseRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Exercise room" ; + rdfs:subClassOf rec:Room . + +rec:ExhibitionRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Exhibition room" ; + rdfs:subClassOf rec:Room . + +rec:Facade a rdfs:Class, + sh:NodeShape ; + rdfs:label "Facade" ; + rdfs:subClassOf rec:BuildingElement . + +rec:FilingCabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Filing cabinet" ; + rdfs:subClassOf rec:Furniture . + +rec:FittingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Fitting room" ; + rdfs:subClassOf rec:RetailRoom . + +rec:FloorLamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Floor lamp" ; + rdfs:subClassOf rec:Lamp . + +rec:FloorMat a rdfs:Class, + sh:NodeShape ; + rdfs:label "Floor mat" ; + rdfs:subClassOf rec:Furniture . + +rec:FoldingChair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Folding chair" ; + rdfs:subClassOf rec:Chair . + +rec:FoldingTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Folding table" ; + rdfs:subClassOf rec:Table . + +rec:FoodHandlingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Food-handling room" ; + rdfs:subClassOf rec:Room . + +rec:Footrest a rdfs:Class, + sh:NodeShape ; + rdfs:label "Footrest" ; + rdfs:subClassOf rec:Furniture . + +rec:ForceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Force observation" ; + qudt:hasQuantityKind qudtqk:Force ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:FrequencyObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Frequency observation" ; + qudt:hasQuantityKind qudtqk:Frequency ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Furniture a rdfs:Class, + sh:NodeShape ; + rdfs:label "Furniture" ; + rdfs:subClassOf rec:Asset . + +rec:FurnitureCollection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Furniture collection" ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Furniture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:Garage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Garage" ; + rdfs:subClassOf rec:Room . + +rec:Gateway a rdfs:Class, + sh:NodeShape ; + rdfs:label "Gateway" ; + rdfs:comment "Gateway." ; + rdfs:subClassOf rec:ICTEquipment . + +rec:Geometry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Geometry" ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "WGS84" "SWEREF99" "LocalCoordinates" ) ; + sh:maxCount 1 ; + sh:name "coordinate system" ; + sh:nodeKind sh:Literal ; + sh:path rec:coordinateSystem ] . + +rec:Georeference a rdfs:Class, + sh:NodeShape ; + rdfs:label "Georeference" ; + rdfs:comment "A georeference creates a relationship between a local coordinate system into a geographic coordinate system." ; + rdfs:subClassOf rec:Information . + +rec:Geotransform a rdfs:Class, + sh:NodeShape ; + rdfs:label "Geotransform" ; + rdfs:comment "A transform following GDAL's Affine Transform that transforms a local coordinate into a WGS84 coordinate. Created from Ground Control Points (GCP) using GDAL's GCPsToGeotransform method." ; + rdfs:subClassOf rec:Georeference ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned." ; + sh:maxCount 1 ; + sh:name "y rotational scale factor" ; + sh:path rec:yRotationalScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "height scale factor" ; + sh:path rec:heightScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin x" ; + sh:path rec:originX ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin y" ; + sh:path rec:originY ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "width scale factor" ; + sh:path rec:widthScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned." ; + sh:maxCount 1 ; + sh:name "x rotational scale factor" ; + sh:path rec:xRotationalScaleFactor ] . + +rec:GroupRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Group room" ; + rdfs:subClassOf rec:EducationalRoom . + +rec:HVACZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "HVAC zone" ; + rdfs:subClassOf rec:Zone . + +rec:Hallway a rdfs:Class, + sh:NodeShape ; + rdfs:label "Hallway" ; + rdfs:subClassOf rec:Room . + +rec:HealthcareRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Healthcare room" ; + rdfs:subClassOf rec:Room . + +rec:Hospital a rdfs:Class, + sh:NodeShape ; + rdfs:label "Hospital" ; + rdfs:subClassOf rec:Building . + +rec:IAQSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Indoor Air Quality Sensor" ; + rdfs:comment "Indoor air quality sensor." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQSensorEquipment" ; + brick:isReplacedBy brick:IAQ_Sensor_Equipment . + +rec:ICTEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "ICT Equipment" ; + rdfs:comment "Equipment and devices that are part of a building's ICT infrastructure." ; + rdfs:subClassOf brick:Equipment ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:name "Height (RUs)" ; + sh:path rec:heightRUs ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:name "Number of Ports" ; + sh:path rec:numberOfPorts ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11." ; + sh:name "Standard" ; + sh:path rec:standard ] . + +rec:ICTHardware a rdfs:Class, + sh:NodeShape ; + rdfs:label "ICT Hardware" ; + rdfs:comment "ICT hardware." ; + rdfs:subClassOf rec:ICTEquipment . + +rec:ITRack a rdfs:Class, + sh:NodeShape ; + rdfs:label "IT Rack" ; + rdfs:comment "IT rack." ; + rdfs:subClassOf rec:ICTEquipment . + +rec:IlluminanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Illuminance observation" ; + qudt:hasQuantityKind qudtqk:Illuminance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:InductanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Inductance observation" ; + qudt:hasQuantityKind qudtqk:Inductance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Information a rdfs:Class, + sh:NodeShape ; + rdfs:label "Information" ; + rdfs:subClassOf rdfs:Resource . + +rec:IntegerValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Integer value observation" ; + rdfs:comment "Generic xsd:int value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Kitchenette a rdfs:Class, + sh:NodeShape ; + rdfs:label "Kitchenette" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:Laboratory a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory" ; + rdfs:subClassOf rec:Room . + +rec:LaboratoryDry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory (dry)" ; + rdfs:subClassOf rec:Laboratory . + +rec:LaboratoryWet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory (wet)" ; + rdfs:subClassOf rec:Laboratory . + +rec:Lamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lamp" ; + rdfs:subClassOf rec:Furniture . + +rec:LaundryRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laundry room" ; + rdfs:subClassOf rec:Room . + +rec:LeakDetectorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Leak Detector" ; + rdfs:comment "Leak detector." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:LeakDetectorEquipment" ; + brick:isReplacedBy brick:Leak_Detector_Equipment . + +rec:Lease a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lease" ; + rdfs:subClassOf rec:Event ; + sh:property [ a sh:PropertyShape ; + sh:description "The object (e.g., property, equipment, etc) that this a lease of." ; + sh:minCount 1 ; + sh:name "lease of" ; + sh:nodeKind sh:IRI ; + sh:path rec:leaseOf ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "The agent leasing some leasable object, i.e., the user of the asset." ; + sh:minCount 1 ; + sh:name "leasee" ; + sh:nodeKind sh:IRI ; + sh:path rec:leasee ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "The agent leasing out some leasable object, i.e., the owner of the asset." ; + sh:minCount 1 ; + sh:name "leasor" ; + sh:nodeKind sh:IRI ; + sh:path rec:leasor ], + [ a sh:PropertyShape ; + sh:class rec:LeaseContract ; + sh:description "Indicates the contract regulating the terms of the lease in question. " ; + sh:name "regulated by" ; + sh:nodeKind sh:IRI ; + sh:path rec:regulatedBy ] . + +rec:LeaseContract a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lease contract" ; + rdfs:comment "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement." ; + rdfs:subClassOf rec:Document ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Lease ; + sh:description "Indicates the lease(s) that this contract regulates the conditions of." ; + sh:name "regulates" ; + sh:nodeKind sh:IRI ; + sh:path rec:regulates ] . + +rec:LengthObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Length observation" ; + qudt:hasQuantityKind qudtqk:Length ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Level a rdfs:Class, + sh:NodeShape ; + rdfs:label "Level" ; + rdfs:comment "The level of a building, a.k.a. storey, floor, etc." ; + rdfs:subClassOf rec:Architecture ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "A number indicating the ordinal number of this level within the containing space (typically a Building or in the case of a Mezzanine, sometimes another level). Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others." ; + sh:name "level number" ; + sh:path rec:levelNumber ] . + +rec:Library a rdfs:Class, + sh:NodeShape ; + rdfs:label "Library" ; + rdfs:subClassOf rec:Room . + +rec:LivingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Living room" ; + rdfs:subClassOf rec:Room . + +rec:LoadingReceivingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Loading/receiving room" ; + rdfs:subClassOf rec:Room . + +rec:LockerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Locker room" ; + rdfs:subClassOf rec:Room . + +rec:LuminanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminance observation" ; + qudt:hasQuantityKind qudtqk:Luminance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:LuminousFluxObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminous flux observation" ; + qudt:hasQuantityKind qudtqk:LuminousFlux ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:LuminousIntensityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminous intensity observation" ; + qudt:hasQuantityKind qudtqk:LuminousIntensity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:MagneticFluxObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Magnetic flux observation" ; + qudt:hasQuantityKind qudtqk:MagneticFlux ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:MailRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mail room" ; + rdfs:subClassOf rec:BackOffice . + +rec:MailroomCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mailroom cart" ; + rdfs:subClassOf rec:Cart . + +rec:MainEntrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Main entrance" ; + rdfs:subClassOf rec:Entrance . + +rec:MassFlowRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Mass flow rate observation" ; + qudt:hasQuantityKind qudtqk:MassFlowRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:MassObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Mass observation" ; + qudt:hasQuantityKind qudtqk:Mass ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:MeditationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Meditation room" ; + rdfs:subClassOf rec:Room . + +rec:MezzanineLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mezzanine level" ; + rdfs:subClassOf rec:Level . + +rec:MobileDesk a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mobile desk" ; + rdfs:subClassOf rec:Desk . + +rec:ModbusController a rdfs:Class, + sh:NodeShape ; + rdfs:label "Modbus Controller" ; + rdfs:comment "Modbus controller." ; + rdfs:subClassOf rec:Controller ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ModbusController" ; + brick:isReplacedBy brick:Modbus_Controller . + +rec:Morgue a rdfs:Class, + sh:NodeShape ; + rdfs:label "Morgue" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:MothersRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mothers' room" ; + rdfs:subClassOf rec:Room . + +rec:MultiPoint a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi point" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON MultiPoint coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + sh:path rec:coordinates ] . + +rec:MultiPolygon a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi polygon" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON MultiPolygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[[[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]]], [[[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]]]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + sh:path rec:coordinates ] . + +rec:MultiPurposeRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi-purpose room" ; + rdfs:subClassOf rec:Room . + +rec:NeonatalNursingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Neonatal nursing room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:NetworkRouter a rdfs:Class, + sh:NodeShape ; + rdfs:label "Network Router" ; + rdfs:comment "Network router." ; + rdfs:subClassOf rec:DataNetworkEquipment . + +rec:NetworkSecurityEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Network Security Equipment" ; + rdfs:comment "Network security equipment." ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkSecurityEquipment" ; + brick:isReplacedBy brick:Network_Security_Equipment . + +rec:NotificationObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Notification object" ; + rdfs:subClassOf rec:ServiceObject . + +rec:ObservationEvent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Observation event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this observation." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point" ; + sh:nodeKind sh:IRI ; + sh:path rec:sourcePoint ] . + +rec:OccupancySensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Occupancy Sensor" ; + rdfs:comment "Occupancy sensor." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:OccupancySensorEquipment" ; + brick:isReplacedBy brick:Occupancy_Sensor_Equipment . + +rec:OccupancyZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Occupancy zone" ; + rdfs:comment "Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.)" ; + rdfs:subClassOf rec:Zone . + +rec:Office a rdfs:Class, + sh:NodeShape ; + rdfs:label "Office" ; + rdfs:subClassOf rec:Room . + +rec:OfficeChair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Office chair" ; + rdfs:subClassOf rec:Chair . + +rec:OfficeLandscape a rdfs:Class, + sh:NodeShape ; + rdfs:label "OfficeLandscape" ; + rdfs:subClassOf rec:Office . + +rec:OfficeRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "OfficeRoom" ; + rdfs:subClassOf rec:Office . + +rec:OperatingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Operating room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Organization a rdfs:Class, + sh:NodeShape ; + rdfs:label "Organization" ; + rdfs:comment "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)" ; + rdfs:subClassOf rec:Agent ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property." ; + sh:name "has member" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasMember ], + [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property." ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property." ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image/logo that represents the organization." ; + sh:name "logo" ; + sh:path rec:logo ] . + +rec:OutdoorSpace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Outdoor space" ; + rdfs:subClassOf rec:Architecture . + +rec:OutpatientServicesRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Outpatient services room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Pantry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Pantry" ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:ParkingSpace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Parking space" ; + rdfs:subClassOf rec:Zone . + +rec:Partition a rdfs:Class, + sh:NodeShape ; + rdfs:label "Partition" ; + rdfs:subClassOf rec:BarrierAsset . + +rec:PeopleCountSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "People Count Sensor" ; + rdfs:comment "People count sensor." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:PeopleCountSensorEquipment" ; + brick:isReplacedBy brick:People_Count_Sensor_Equipment . + +rec:Person a rdfs:Class, + sh:NodeShape ; + rdfs:label "Person" ; + rdfs:comment "A natural person (i.e., an individual human being)." ; + rdfs:subClassOf rec:Agent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path rec:familyName ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "gender" ; + sh:path rec:gender ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path rec:givenName ], + [ a sh:PropertyShape ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image that represents the person." ; + sh:name "image" ; + sh:path rec:image ] . + +rec:PersonalHygiene a rdfs:Class, + sh:NodeShape ; + rdfs:label "Personal hygiene room" ; + rdfs:subClassOf rec:Room . + +rec:PharmacyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Pharmacy room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:PhoneBooth a rdfs:Class, + sh:NodeShape ; + rdfs:label "PhoneBooth" ; + rdfs:subClassOf rec:Office . + +rec:Point a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON Point coordinate listing. Coordinate may be expressed in two or three dimensions. Ex: [30.0, 10.0, 0.0]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + sh:path rec:coordinates ] . + +rec:PointEvent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point event" ; + rdfs:comment "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database." ; + rdfs:subClassOf rec:Event . + +rec:PointOfInterest a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point of Interest" ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:name "object of interest" ; + sh:nodeKind sh:IRI ; + sh:path rec:objectOfInterest ] . + +rec:Polygon a rdfs:Class, + sh:NodeShape ; + rdfs:label "Polygon" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON Polygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + sh:path rec:coordinates ] . + +rec:Portfolio a rdfs:Class, + sh:NodeShape ; + rdfs:label "Portfolio" ; + rdfs:comment "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc." ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:PostalAddress a rdfs:Class, + sh:NodeShape ; + rdfs:label "Postal address" ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 1" ; + sh:path rec:addressLine1 ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 2" ; + sh:path rec:addressLine2 ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "city" ; + sh:path rec:city ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc." ; + sh:maxCount 1 ; + sh:name "country" ; + sh:path rec:country ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "postal code" ; + sh:path rec:postalCode ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "region" ; + sh:path rec:region ] . + +rec:PowerObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Power observation" ; + qudt:hasQuantityKind qudtqk:Power ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Premises a rdfs:Class, + sh:NodeShape ; + rdfs:label "Premises" ; + rdfs:comment "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop." ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:PressureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Pressure observation" ; + qudt:hasQuantityKind qudtqk:Pressure ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:PrinterCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Printer cart" ; + rdfs:subClassOf rec:Cart . + +rec:PrinterStand a rdfs:Class, + sh:NodeShape ; + rdfs:label "Printer stand" ; + rdfs:subClassOf rec:Stand . + +rec:RadiologyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Radiology room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:RealEstate a rdfs:Class, + sh:NodeShape ; + rdfs:label "Real Estate" ; + rdfs:comment "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc." ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:Reception a rdfs:Class, + sh:NodeShape ; + rdfs:label "Reception" ; + rdfs:subClassOf rec:Room . + +rec:ReceptionTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Reception table" ; + rdfs:subClassOf rec:Table . + +rec:RecordingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Recording room" ; + rdfs:subClassOf rec:Room . + +rec:RecreationalRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Recreational room" ; + rdfs:subClassOf rec:Room . + +rec:Region a rdfs:Class, + sh:NodeShape ; + rdfs:label "Region" ; + rdfs:comment "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc." ; + rdfs:subClassOf rec:Space . + +rec:RelativeHumidityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Relative humidity observation" ; + qudt:hasQuantityKind qudtqk:RelativeHumidity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:ResistanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Resistance observation" ; + qudt:hasQuantityKind qudtqk:Resistance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:RestingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Resting room" ; + rdfs:subClassOf rec:Room . + +rec:RetailRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Retail room" ; + rdfs:subClassOf rec:Room . + +rec:Roof a rdfs:Class, + sh:NodeShape ; + rdfs:label "Roof" ; + rdfs:subClassOf rec:BuildingElement . + +rec:RoofLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Roof level" ; + rdfs:subClassOf rec:Level . + +rec:Room a rdfs:Class, + sh:NodeShape ; + rdfs:label "Room" ; + rdfs:subClassOf rec:Architecture . + +rec:Safe a rdfs:Class, + sh:NodeShape ; + rdfs:label "Safe" ; + rdfs:subClassOf rec:Furniture . + +rec:Sauna a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sauna" ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:School a rdfs:Class, + sh:NodeShape ; + rdfs:label "School" ; + rdfs:subClassOf rec:Building . + +rec:SecurityRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Security room" ; + rdfs:subClassOf rec:Room . + +rec:SensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sensor Equipment" ; + rdfs:comment "Sensor equipment." ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:name "Battery Percentage" ; + sh:path rec:batteryPercentage ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:name "Wi-Fi Signal Strength" ; + sh:path rec:wifiSignalStrength ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:SensorEquipment" ; + brick:isReplacedBy brick:Sensor_Equipment . + +rec:Server a rdfs:Class, + sh:NodeShape ; + rdfs:label "Server" ; + rdfs:comment "Server." ; + rdfs:subClassOf rec:ICTHardware ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Server" ; + brick:isReplacedBy brick:Server . + +rec:ServiceEntrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service entrance" ; + rdfs:subClassOf rec:Entrance . + +rec:ServiceObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service object" ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "acknowledged by" ; + sh:nodeKind sh:IRI ; + sh:path rec:acknowledgedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "acknowledged time" ; + sh:path rec:acknowledgedTime ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "closed by" ; + sh:nodeKind sh:IRI ; + sh:path rec:closedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "closed time" ; + sh:path rec:closedTime ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "created by" ; + sh:nodeKind sh:IRI ; + sh:path rec:createdBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "created time" ; + sh:path rec:createdTime ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "produced by" ; + sh:nodeKind sh:IRI ; + sh:path rec:producedBy ], + [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "related to" ; + sh:nodeKind sh:IRI ; + sh:path rec:relatedTo ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Severe" "Major" "Minor" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "severity" ; + sh:path rec:severity ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Unacknowledged" "Acknowledged" "Closed" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "status" ; + sh:path rec:status ] . + +rec:ServiceShaft a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service shaft" ; + rdfs:subClassOf rec:Room . + +rec:Shelter a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter" ; + rdfs:subClassOf rec:Room . + +rec:ShelterGasLock a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter gas lock" ; + rdfs:subClassOf rec:Shelter . + +rec:ShelterRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter room" ; + rdfs:subClassOf rec:Shelter . + +rec:ShoppingMall a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shopping mall" ; + rdfs:subClassOf rec:Building . + +rec:ShowerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shower room" ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:Site a rdfs:Class, + sh:NodeShape ; + rdfs:label "Site" ; + rdfs:comment "A piece of land upon which zero or more buildings may be situated." ; + rdfs:subClassOf rec:Architecture . + +rec:Slab a rdfs:Class, + sh:NodeShape ; + rdfs:label "Slab" ; + rdfs:subClassOf rec:BuildingElement . + +rec:SmallStudyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Small study room" ; + rdfs:subClassOf rec:EducationalRoom . + +rec:Sofa a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sofa" ; + rdfs:subClassOf rec:Furniture . + +rec:SoundPressureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Sound pressure observation" ; + qudt:hasQuantityKind qudtqk:SoundPressure ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Space a rdfs:Class, + sh:NodeShape ; + rdfs:label "Space" ; + rdfs:comment "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings." ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Geometry ; + sh:description "Polygon representing the spatial extent of this Space." ; + sh:maxCount 1 ; + sh:name "geometry" ; + sh:path rec:geometry ], + [ a sh:PropertyShape ; + sh:class rec:Georeference ; + sh:description "A georeference creates a relationship between the local coordinate system used within a building (e.g., measured in meters) and a geographic coordinate system (e.g., lat, long, alt), such that locally placed Spaces can be resolved and rendered in that geographic coordinate system (e.g., for mapping purposes)." ; + sh:maxCount 1 ; + sh:name "georeference" ; + sh:nodeKind sh:IRI ; + sh:path rec:georeference ], + [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:name "is location of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isLocationOf ], + [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:maxCount 1 ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ] . + +rec:SprinklerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sprinkler room" ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:Stadium a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stadium" ; + rdfs:subClassOf rec:Building . + +rec:StaffRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Staff room" ; + rdfs:subClassOf rec:Room . + +rec:Stairwell a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stairwell" ; + rdfs:subClassOf rec:Room . + +rec:Stand a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stand" ; + rdfs:subClassOf rec:Furniture . + +rec:Storage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Storage" ; + rdfs:subClassOf rec:Room . + +rec:StorageCabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Storage cabinet" ; + rdfs:subClassOf rec:Furniture . + +rec:SubBuilding a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sub-building" ; + rdfs:subClassOf rec:Architecture . + +rec:TVStand a rdfs:Class, + sh:NodeShape ; + rdfs:label "TV stand" ; + rdfs:subClassOf rec:Stand . + +rec:Table a rdfs:Class, + sh:NodeShape ; + rdfs:label "Table" ; + rdfs:subClassOf rec:Furniture . + +rec:TelecommunicationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Telecommunication room" ; + rdfs:subClassOf rec:CableRoom . + +rec:TemperatureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Temperature observation" ; + qudt:hasQuantityKind qudtqk:Temperature ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Theater a rdfs:Class, + sh:NodeShape ; + rdfs:label "Theater" ; + rdfs:subClassOf rec:Room . + +rec:TherapyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Therapy room" ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:ThermostatEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Thermostat" ; + rdfs:comment "Thermostat." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ThermostatEquipment" ; + brick:isReplacedBy brick:Thermostat . + +rec:ThrustObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Thrust observation" ; + qudt:hasQuantityKind qudtqk:Thrust ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:TimeSpanObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Timespan observation" ; + qudt:hasQuantityKind qudtqk:Time ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Toilet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Toilet" ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:TorqueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Torque observation" ; + qudt:hasQuantityKind qudtqk:Torque ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:TreatmentRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Treatment room" ; + rdfs:subClassOf rec:Room . + +rec:TreatmentWaitingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Treatment waiting room" ; + rdfs:subClassOf rec:TreatmentRoom . + +rec:UtilitiesRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Utilities room" ; + rdfs:subClassOf rec:Room . + +rec:VelocityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Velocity observation" ; + qudt:hasQuantityKind qudtqk:Velocity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:VibrationSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Vibration Sensor" ; + rdfs:comment "Vibration sensor." ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:VibrationSensorEquipment" ; + brick:isReplacedBy brick:Vibration_Sensor_Equipment . + +rec:VirtualBuilding a rdfs:Class, + sh:NodeShape ; + rdfs:label "Virtual building" ; + rdfs:subClassOf rec:Building . + +rec:VoltageObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Voltage observation" ; + qudt:hasQuantityKind qudtqk:Voltage ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:VolumeFlowRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Volume flow rate observation" ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:VolumeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Volume observation" ; + qudt:hasQuantityKind qudtqk:Volume ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path rec:value ] . + +rec:Wall a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wall" ; + rdfs:subClassOf rec:BuildingElement . + +rec:WallInner a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wall (inner)" ; + rdfs:subClassOf rec:Wall . + +rec:WasteBasket a rdfs:Class, + sh:NodeShape ; + rdfs:label "Waste basket" ; + rdfs:subClassOf rec:Furniture . + +rec:WasteManagementRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Waste management room" ; + rdfs:subClassOf rec:Room . + +rec:Window a rdfs:Class, + sh:NodeShape ; + rdfs:label "Window" ; + rdfs:subClassOf rec:BarrierAsset . + +rec:WirelessAccessPoint a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wireless Access Point" ; + rdfs:comment "Wireless access point." ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "WiFi4" "WiFi5" "WiFi6" "WiFi6E" "WiFi7" ) ; + sh:maxCount 1 ; + sh:name "Generation" ; + sh:path rec:generation ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:WirelessAccessPoint" ; + brick:isReplacedBy brick:Wireless_Access_Point . + +rec:WorkOrder a rdfs:Class, + sh:NodeShape ; + rdfs:label "Work order" ; + rdfs:subClassOf rec:ServiceObject . + +rec:Workshop a rdfs:Class, + sh:NodeShape ; + rdfs:label "Workshop" ; + rdfs:subClassOf rec:Room . + +rec:Workspace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Workspace" ; + rdfs:subClassOf rec:Zone . + +rec:Zone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Zone" ; + rdfs:comment "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc." ; + rdfs:subClassOf rec:Architecture . + +brick:Ablutions_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Ablutions Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room for performing cleansing rituals before prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ablutions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ablutions_Room" ; + brick:hasAssociatedTag tag:Ablutions, + tag:Location, + tag:Room, + tag:Space . + +brick:Absolute_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Absolute Humidity Sensor" ; + rdfs:subClassOf brick:Humidity_Sensor ; + skos:definition "Measures the present state of absolute humidity"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AbsoluteHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Absolute ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Absolute, + tag:Air, + tag:Humidity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:AbsoluteHumidity ; + brick:hasSubstance brick:Air . + +brick:Absorption_Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Absorption Chiller" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Absorption ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Absorption, + tag:Chiller, + tag:Equipment . + +brick:Acceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Acceleration Time Setpoint" ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Acceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Acceleration, + tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Access_Reader a owl:Class, + sh:NodeShape ; + rdfs:label "Access Reader" ; + rdfs:subClassOf brick:Access_Control_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reader ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + tag:Reader, + tag:Security . + +brick:Active_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Active Chilled Beam" ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A Chilled Beam with an integral primary air connection that induces air flow through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Active ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Active, + tag:Beam, + tag:Chilled, + tag:Equipment . + +brick:Active_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Active Power Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Real ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Real, + tag:Sensor ; + brick:hasQuantity qudtqk:ActivePower . + +brick:Air_Cooled_Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Air Cooled Chiller" ; + rdfs:subClassOf brick:Chiller ; + skos:definition "A chiller that uses air to cool the refrigerant, used in various commercial and industrial cooling applications"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Cooled, + tag:Equipment, + tag:Water . + +brick:Air_Flow_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Loss Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates loss in air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Loss, + tag:Point . + +brick:Air_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Air Loop" ; + rdfs:subClassOf brick:Loop ; + skos:definition "The set of connected equipment serving one path of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Loop . + +brick:Alarm_Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm Delay Parameter" ; + rdfs:subClassOf brick:Delay_Parameter ; + skos:definition "A parameter determining how long to delay an alarm after sufficient conditions have been met"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Delay, + tag:Parameter, + tag:Point . + +brick:Ammonia_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Ammonia Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ammonia ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ammonia, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ammonia_Concentration ; + brick:hasSubstance brick:Air . + +brick:Atrium a owl:Class, + sh:NodeShape ; + rdfs:label "Atrium" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "a large open-air or skylight covered space surrounded by a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Atrium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Atrium" ; + brick:hasAssociatedTag tag:Atrium, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Atrium . + +brick:Audio_Visual_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Audio Visual Equipment" ; + rdfs:subClassOf brick:ICT_Equipment ; + skos:definition "Equipment related to sound and visual components such as speakers and displays."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Audio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Visual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Audio, + tag:Equipment, + tag:ICT, + tag:Visual . + +brick:Auditorium a owl:Class, + sh:NodeShape ; + rdfs:label "Auditorium" ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space for performances or larger gatherings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auditorium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Auditorium" ; + brick:hasAssociatedTag tag:Auditorium, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Auditorium . + +brick:Automatic_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Automatic\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Command, + tag:Mode, + tag:Point . + +brick:Automatic_Tint_Window a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Tint Window" ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window with tint control."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Window ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Shade, + tag:Tint, + tag:Window . + +brick:Automatic_Tint_Window_Array a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Tint Window Array" ; + rdfs:subClassOf brick:System ; + skos:definition "An array of Automatic Tint Windows."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Shade, + tag:System, + tag:Tint . + +brick:Automatic_Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Transfer Switch" ; + rdfs:subClassOf brick:Automatic_Switch, + brick:Transfer_Switch ; + skos:definition "An automatic transfer switch (ATS) is a device that automatically transfers a power supply from its primary source to a backup source when it senses a failure or outage in the primary source."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Switch, + tag:Transfer . + +brick:Availability_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Availability Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality is available for operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Availability ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Availability, + tag:Point, + tag:Status . + +brick:Average_Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Cooling Demand Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Average_Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Heating Demand Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Average_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Zone Air Temperature Sensor" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ; + skos:definition "The computed average temperature of air in a zone, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Backflow_Preventer_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Backflow Preventer Valve" ; + rdfs:subClassOf brick:Check_Valve ; + skos:definition "Valve designed to prevent the reverse flow of fluid, typically water, thereby protecting potable water supplies from contamination or pollution."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Backflow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preventer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Backflow, + tag:Preventer, + tag:Valve . + +brick:Basement a owl:Class, + sh:NodeShape ; + rdfs:label "Basement" ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + skos:definition "The floor of a building which is partly or entirely below ground level."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BasementLevel" ; + brick:hasAssociatedTag tag:Basement, + tag:Floor, + tag:Location ; + brick:isReplacedBy rec:BasementLevel . + +brick:Battery a owl:Class, + sh:NodeShape ; + rdfs:label "Battery" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Battery_Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Energy Storage System" ; + rdfs:subClassOf brick:Energy_Storage_System ; + skos:definition "A collection of batteries that provides energy storage, along with their supporting equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Storage, + tag:System . + +brick:Battery_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Room" ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "A room used to hold batteries for backup power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; + brick:hasAssociatedTag tag:Battery, + tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Battery_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Battery Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the capacity of a battery"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Bench_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Bench Space" ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "For areas of play in a stadium, the area for partcipants and referees by the side of the field"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider creating a rec:Zone that is part of a rec:Stadium" ; + brick:hasAssociatedTag tag:Area, + tag:Bench, + tag:Location, + tag:Outdoor ; + brick:isReplacedBy rec:Zone . + +brick:Blind a owl:Class, + sh:NodeShape ; + rdfs:label "Blind" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window covering."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Equipment, + tag:Shade . + +brick:Blind_Group a owl:Class, + sh:NodeShape ; + rdfs:label "Blind Group" ; + rdfs:subClassOf brick:Shading_System ; + skos:definition "A group of Blinds commonly attached to a single controller."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Group ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Group, + tag:Shade, + tag:System . + +brick:Boiler_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Boiler Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to control a boiler"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Command, + tag:Point . + +brick:Booster_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Booster Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan activated to increase airflow beyond what is provided by the default configuration"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Fan . + +brick:Box_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Box Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Command, + tag:Mode, + tag:Point . + +brick:Branch_Selector a owl:Class, + sh:NodeShape ; + rdfs:label "Branch Selector" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device in VRF systems that regulates the flow of refrigerant to different indoor units or branches, ensuring optimal distribution of heating or cooling according to the specific requirements of each zone or area in the building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Branch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Selector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Branch, + tag:Equipment, + tag:HVAC, + tag:Selector . + +brick:Breaker_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Breaker Panel" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Breaker Panel distributes power into various end-uses."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Equipment . + +brick:Broadcast_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Broadcast Room" ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A space to organize and manage a broadcast. Separate from studio"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Broadcast ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ; + brick:hasAssociatedTag tag:Broadcast, + tag:Location, + tag:Media, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:RecordingRoom . + +brick:Building_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Setpoint for humidity in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Building Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Air_Pressure_Setpoint, + brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of the entire building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Chilled Water Meter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Chilled_Water . + +brick:Building_Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Building Disconnect Switch" ; + rdfs:subClassOf brick:Disconnect_Switch ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Disconnect, + tag:Equipment, + tag:Switch . + +brick:Building_Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Electrical Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Electrical_Meter ; + skos:definition "A meter that measures the usage or consumption of electricity of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Building_Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Gas Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Gas_Meter ; + skos:definition "A meter that measures the usage or consumption of gas of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Gas, + tag:Meter ; + brick:hasSubstance brick:Natural_Gas . + +brick:Building_Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Hot Water Meter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Hot_Water . + +brick:Building_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Water Meter" ; + rdfs:subClassOf brick:Building_Meter, + brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of water of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Water . + +brick:Bus_Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Bus Riser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Riser . + +brick:Bypass_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Command" ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Command, + tag:Point . + +brick:Bypass_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A bypass damper is a type of damper that is employed in forced-air bypass applications to reduce the buildup of static pressure, usually when certain zone dampers are closed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Damper, + tag:Equipment . + +brick:Bypass_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Water . + +brick:Bypass_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Water . + +brick:CO2_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a CO2 alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +brick:CO2_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Differential Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the difference between CO2 levels of inside and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Differential Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Level Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration . + +brick:Cafeteria a owl:Class, + sh:NodeShape ; + rdfs:label "Cafeteria" ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space to serve food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cafeteria ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CafeteriaRoom" ; + brick:hasAssociatedTag tag:Cafeteria, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:CafeteriaRoom . + +brick:Capacity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Capacity Sensor" ; + rdfs:subClassOf brick:Sensor ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Capacity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Capacity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Capacity . + +brick:Capillary_Tube_Metering_Device a owl:Class, + sh:NodeShape ; + rdfs:label "Capillary Tube Metering Device" ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "A fixed orifice device in refrigeration systems that controls refrigerant flow based on its diameter and length, without moving parts"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fixed, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Refrigerant . + +brick:Cassette_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Cassette Fan Coil Unit" ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A type of fan coil unit installed within the ceiling void, typically using a cassette for air delivery"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cassette ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cassette, + tag:Ceiling, + tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Unit . + +brick:Ceiling_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Ceiling Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan installed on the ceiling of a room for the purpose of air circulation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ceiling, + tag:Equipment, + tag:Fan . + +brick:Centrifugal_Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Centrifugal Chiller" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Centrifugal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Centrifugal, + tag:Chiller, + tag:Equipment . + +brick:Change_Filter_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Change Filter Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that a filter must be changed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Change ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Change, + tag:Filter, + tag:Point . + +brick:Chilled_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Booster Pump" ; + rdfs:subClassOf brick:Booster_Pump, + brick:Chilled_Water_Pump ; + skos:definition "Used to increase the pressure and flow of chilled water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Chilled, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Chilled_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Circulator Pump" ; + rdfs:subClassOf brick:Chilled_Water_Pump, + brick:Circulator_Pump ; + skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Circulator, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Chilled_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Coil" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Coil, + tag:Cool, + tag:Equipment, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Setpoint, + brick:Load_Shed_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Chilled_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a chilled water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Step Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Water_Differential_Temperature_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Discharge Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:label "Chilled Water Discharge Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Discharge_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint . + +brick:Chilled_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Gauge Pressure Sensor" ; + rdfs:subClassOf brick:Gauge_Pressure_Sensor ; + skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Gauge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Chilled_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate chilled water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Loop, + tag:Water . + +brick:Chilled_Water_Return_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Return Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Storage Tank" ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank specifically designed to store chilled water in HVAC systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Storage, + tag:Water . + +brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:label "Chilled Water Supply Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:label "Chilled Water Supply Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Supply_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint . + +brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Chilled Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water System" ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of chilled water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:System, + tag:Water . + +brick:Chilled_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water System Enable Command" ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Command, + tag:Enable, + tag:Point, + tag:System, + tag:Water . + +brick:Chilled_Water_Thermal_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Thermal Energy Storage Tank" ; + rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Energy, + tag:Equipment, + tag:Storage, + tag:Tank, + tag:Thermal, + tag:Water . + +brick:Chilled_Water_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Thermal Expansion Tank" ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A thermal expansion tank designed specifically for chilled water systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Expansion, + tag:Tank, + tag:Thermal . + +brick:Chilled_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Close_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Close Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Close_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Cold Box" ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ; + brick:hasAssociatedTag tag:Box, + tag:Cold, + tag:Laboratory, + tag:Location, + tag:Room ; + brick:isReplacedBy rec:Laboratory . + +brick:Cold_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Cold Water Storage Tank" ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank used to store cold water, usually in a building's water supply system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cold, + tag:Equipment, + tag:Storage, + tag:Water . + +brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Coldest Zone Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coldest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Coldest, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Collection_Basin_Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Heater" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Equipment, + tag:Heater, + tag:Water . + +brick:Collection_Basin_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Level Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Water . + +brick:Collection_Basin_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Level Sensor" ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the level of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Collection_Basin_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Collection Basin Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Communication_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Communication Loss Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates a loss of communication e.g. with a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Communication ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Communication, + tag:Loss, + tag:Point . + +brick:Compressor a owl:Class, + sh:NodeShape ; + rdfs:label "Compressor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Compressor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Compressor, + tag:Equipment . + +brick:Concession a owl:Class, + sh:NodeShape ; + rdfs:label "Concession" ; + rdfs:subClassOf brick:Food_Service_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concessions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ; + brick:hasAssociatedTag tag:Concessions, + tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:FoodHandlingRoom . + +brick:Condensate_Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Condensate Leak Alarm" ; + rdfs:subClassOf brick:Leak_Alarm ; + skos:definition "An alarm that indicates a leak of condensate from a cooling system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Condensate, + tag:Leak, + tag:Point . + +brick:Condenser rdfs:label "Condenser" ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Condenser' and 'Condensing Unit' are interchangable terms. Renaming class to 'Condensing_Unit' to further aligns with ASHRAE's terminology." ; + brick:isReplacedBy brick:Condensing_Unit . + +brick:Condenser_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Heat Exchanger" ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Exchanger, + tag:Heat . + +brick:Condenser_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Booster Pump" ; + rdfs:subClassOf brick:Booster_Pump, + brick:Condenser_Water_Pump ; + skos:definition "Used to increase the pressure and flow of condenser water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Condenser_Water_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Bypass Valve" ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A valve installed in a bypass line of a condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Circulator Pump" ; + rdfs:subClassOf brick:Circulator_Pump, + brick:Condenser_Water_Pump ; + skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Condenser_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Condenser_Water . + +brick:Condenser_Water_Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Isolation Valve" ; + rdfs:subClassOf brick:Isolation_Valve ; + skos:definition "An isolation valve installed in the condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Isolation, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate condenser water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Loop, + tag:Water . + +brick:Condenser_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water System" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:System, + tag:Water . + +brick:Condenser_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Condensing Natural Gas Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Condensing, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Conference_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Conference Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space dedicated in which to hold a meetings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conference ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ConferenceRoom" ; + brick:hasAssociatedTag tag:Conference, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:ConferenceRoom . + +brick:Contact_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Contact Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses or detects contact, such as for determining if a door is closed."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Contact ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Contact, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Control_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Control Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space from which operations are managed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ; + brick:hasAssociatedTag tag:Control, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:SecurityRoom . + +brick:Cooling_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of cooling to be delivered (typically as a proportion of total cooling output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cool, + tag:Point . + +brick:Cooling_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Cooling_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables cooling functionality in equipment but certain condition(s) must be met first before actively cooling. For the actively cooling control, see Cooling_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cooling, + tag:Enable, + tag:Point . + +brick:Cooling_Only_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Only Air Source Condensing Unit" ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Source, + tag:Unit, + tag:Water . + +brick:Cooling_Only_Ground_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Only Ground Source Condensing Unit" ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ground ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Ground, + tag:Source, + tag:Unit . + +brick:Cooling_Only_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Only Water Source Condensing Unit" ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Source, + tag:Unit, + tag:Water . + +brick:Cooling_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Cooling_Tower a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Tower" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Tower . + +brick:Cooling_Tower_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Tower Fan" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Fan, + tag:Tower . + +brick:Cooling_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Valve" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of cold water flowing through a cooling coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Valve . + +brick:Copy_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Copy Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for common office equipment, including printers and copiers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Copy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CopyingRoom" ; + brick:hasAssociatedTag tag:Copy, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:CopyingRoom . + +brick:Core_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Core Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Core_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Core Temperature Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Cubicle a owl:Class, + sh:NodeShape ; + rdfs:label "Cubicle" ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "A smaller space set aside for an individual, but not with a door and without full-height walls"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cubicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workspace perhaps with a rec:Desk" ; + brick:hasAssociatedTag tag:Cubicle, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Workspace . + +brick:Current_Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Current Imbalance Sensor" ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the current difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Imbalance, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Current_Imbalance . + +brick:Current_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Current Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Current_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Limit, + tag:Parameter, + tag:Point . + +brick:Current_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Current Ratio Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of currents in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint ; + brick:hasQuantity brick:Electric_Current . + +brick:Curtailment_Override_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Curtailment Override Command" ; + rdfs:subClassOf brick:Override_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Curtailment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Curtailment, + tag:Override, + tag:Point . + +brick:DC_Bus_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "DC Bus Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage across a DC bus"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bus ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dc ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bus, + tag:Dc, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Damper_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Command" ; + rdfs:subClassOf brick:Damper_Command, + brick:Position_Command ; + skos:definition "Controls the position (the degree of openness) of a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a damper in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the position of damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Setpoint ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Position Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Status ; + brick:hasQuantity brick:Position . + +brick:Deceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Deceleration Time Setpoint" ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deceleration, + tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Dehumidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Dehumidification Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dehumidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dehumidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Dehumidify_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Dehumidify Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Triggers the dehumidification process, actively removing moisture from the air to achieve desired humidity levels"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dehumidify ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Dehumidify, + tag:Point ; + brick:hasSubstance brick:Air . + +brick:Deionised_Water_Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Deionised Water Conductivity Sensor" ; + rdfs:subClassOf brick:Conductivity_Sensor ; + skos:definition "Measures the electrical conductance of deionised water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Deionised, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:Conductivity ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionised_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Deionised Water Level Sensor" ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the height/level of deionised water in some container"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deionised, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionized_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Deionized Water Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates deionized water leaks."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionized ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Deionized, + tag:Point, + tag:Water . + +brick:Derivative_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Derivative Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Derivative_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Derivative Time Parameter" ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Detention_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Detention Room" ; + rdfs:subClassOf brick:Security_Service_Room ; + owl:deprecated true ; + skos:definition "A space for the temporary involuntary confinement of people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detention ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detention, + tag:Location, + tag:Room, + tag:Space . + +brick:Dewpoint_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Dewpoint Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets dew point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:DewPointTemperature . + +brick:Differential_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Air Temperature Setpoint" ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets temperature of diffrential air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Differential_Discharge_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Differential Discharge Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor . + +brick:Differential_Pressure_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Bypass Valve" ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A 2-way, self contained proportional valve with an integral differential pressure adjustment setting."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Differential, + tag:Equipment, + tag:Pressure, + tag:Valve . + +brick:Differential_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Differential_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Speed Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Differential Supply Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor . + +brick:Dimmer a owl:Class, + sh:NodeShape ; + rdfs:label "Dimmer" ; + rdfs:subClassOf brick:Switch ; + skos:definition "A switch providing continuous control over all or part of a lighting installation; typically potentiometer-based"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dimmer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dimmer, + tag:Equipment, + tag:Interface, + tag:Switch . + +brick:Direct_Expansion_Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Direct Expansion Cooling Coil" ; + rdfs:subClassOf brick:Cooling_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Direct, + tag:Equipment, + tag:Expansion . + +brick:Direct_Expansion_Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Direct Expansion Heating Coil" ; + rdfs:subClassOf brick:Heating_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Direct, + tag:Equipment, + tag:Expansion, + tag:Heat . + +brick:Direction_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that affect the direction of some phenomenon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Direction, + tag:Point ; + brick:hasQuantity brick:Direction . + +brick:Disable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Differential Enthalpy Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Enthalpy, + tag:Point . + +brick:Disable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Differential Temperature Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Point, + tag:Temperature . + +brick:Disable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Fixed Enthalpy Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Disable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Fixed Temperature Command" ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed temperature temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Hot Water System Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Disables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Disable, + tag:Hot, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:System, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Disable_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if functionality has been disabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disable, + tag:Point, + tag:Status . + +brick:Discharge_Chilled_Water a brick:Substance ; + rdfs:label "Discharge Chilled Water" ; + owl:deprecated true ; + skos:broader brick:Chilled_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water . + +brick:Discharge_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint . + +brick:Discharge_Condenser_Water a brick:Substance ; + rdfs:label "Discharge Condenser Water" ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water . + +brick:Discharge_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Discharge Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor . + +brick:Discharge_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Discharge Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor . + +brick:Discharge_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint . + +brick:Discharge_Hot_Water a brick:Substance ; + rdfs:label "Discharge Hot Water" ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water . + +brick:Discharge_Water a brick:Substance ; + rdfs:label "Discharge Water" ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water . + +brick:Displacement_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Displacement Flow Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Displacement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Displacement, + tag:Equipment, + tag:Flow . + +brick:Domestic_Hot_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Circulator Pump" ; + rdfs:subClassOf brick:Hot_Water_Circulator_Pump ; + skos:definition "Used to move domestic hot water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Domestic, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Domestic_Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ; + skos:definition "Measures the pressure difference in domestic hot water systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Domestic, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Domestic_Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe used to carry domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Domestic, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Domestic_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Domestic Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor . + +brick:Domestic_Hot_Water_Discharge_Temperature_Setpoint a owl:Class ; + rdfs:label "Domestic Hot Water Discharge Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Domestic Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor . + +brick:Domestic_Hot_Water_Supply_Temperature_Setpoint a owl:Class ; + rdfs:label "Domestic Hot Water Supply Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water System" ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water System Enable Command" ; + rdfs:subClassOf brick:Hot_Water_System_Enable_Command ; + skos:definition "Enables operation of the domestic hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Domestic, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Valve" ; + rdfs:subClassOf brick:Hot_Water_Valve ; + skos:definition "A valve regulating the flow of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Domestic_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Loop, + tag:Water . + +brick:Drench_Hose a owl:Class, + sh:NodeShape ; + rdfs:label "Drench Hose" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hose ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drench, + tag:Emergency, + tag:Equipment, + tag:Hose, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Drive_Ready_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Drive Ready Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ready ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Point, + tag:Ready, + tag:Status . + +brick:Dry_Cooler a owl:Class, + sh:NodeShape ; + rdfs:label "Dry Cooler" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A dry cooler is a fluid cooler that uses air, a relatively dry, non-liquid fluid to accomplish process cooling. (https://submer.com/submer-academy/library/dry-cooler/)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cooler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dry ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cooler, + tag:Dry, + tag:Equipment, + tag:HVAC . + +brick:Duct_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Duct Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Air . + +brick:EconCycle_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "EconCycle Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Econcycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Econcycle, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Economizer a owl:Class, + sh:NodeShape ; + rdfs:label "Economizer" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Economizer, + tag:Equipment . + +brick:Economizer_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Economizer Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is part of an economizer that is used to module the flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Economizer, + tag:Equipment . + +brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:label "Effective Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Effective_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Effective_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:label "Effective Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Effective_Heating_Zone_Air_Temperature_Setpoint . + +brick:Effective_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:label "Effective Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Zone_Air_Temperature_Setpoint' is deprecated and replaced to better represent its function as a target setpoint" ; + brick:isReplacedBy brick:Effective_Target_Zone_Air_Temperature_Setpoint . + +brick:ElectricVehicleChargingDirectionalityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "unidirectional"^^xsd:string "bidirectional"^^xsd:string "unidirectional" "bidirectional" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:ElectricVehicleChargingTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Level 1"^^xsd:string "Level 2"^^xsd:string "Level 3"^^xsd:string "Level 1" "Level 2" "Level 3" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:ElectricVehicleConnectorTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Type 1 (CSS)"^^xsd:string "Type 2 (CSS)"^^xsd:string "GB/T"^^xsd:string "Type 1 (SAE J1772)"^^xsd:string "Type 2 (IEC 62196)"^^xsd:string "CHAdeMO"^^xsd:string "CCS (Combined Charging System)"^^xsd:string "Tesla Supercharger"^^xsd:string "Wireless"^^xsd:string "Type 1 (CSS)" "Type 2 (CSS)" "GB/T" "Type 1 (SAE J1772)" "Type 2 (IEC 62196)" "CHAdeMO" "CCS (Combined Charging System)" "Tesla Supercharger" "Wireless" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:Electric_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Electric_Radiator ; + skos:definition "Electric heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electric_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Electric, + tag:Equipment . + +brick:Electrical_Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Energy Usage Sensor" ; + rdfs:subClassOf brick:Energy_Usage_Sensor ; + skos:definition "A sensor that records the quantity of electrical energy consumed in a given period"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:Quantity brick:Electric_Energy ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity brick:Energy . + +brick:Electronic_Expansion_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Electronic Expansion Valve" ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "A digitally controlled valve in HVAC systems that precisely regulates refrigerant flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modulating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Expansion, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Modulating, + tag:Refrigerant, + tag:Valve . + +brick:Electronic_Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Electronic Mixing Valve" ; + rdfs:subClassOf brick:Mixing_Valve ; + skos:definition "Electronically controlled valve for precise mixing of hot and cold fluid."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electronic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electronic, + tag:Equipment, + tag:Mixed, + tag:Valve . + +brick:Elevator a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that provides vertical transportation between floors, levels or decks of a building, vessel or other structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Elevator, + tag:Equipment . + +brick:Emergency_Air_Flow_System a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Air Flow System" ; + rdfs:subClassOf brick:Safety_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:System . + +brick:Emergency_Air_Flow_System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Air Flow System Status" ; + rdfs:subClassOf brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:Point, + tag:Status, + tag:System . + +brick:Emergency_Generator_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Generator Alarm" ; + rdfs:subClassOf brick:Emergency_Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with an emergency generator"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Generator, + tag:Point . + +brick:Emergency_Generator_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Generator Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency generator is active"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Generator, + tag:Point, + tag:Status . + +brick:Emergency_Phone a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Phone" ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Phone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Intercom, + tag:Phone, + tag:Security . + +brick:Emergency_Power_Off_System a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Power, + tag:System . + +brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Activated By High Temperature Status" ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Activated By Leak Detection System Status" ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Emergency Push Button Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency button has been pushed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Button ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Push ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Button, + tag:Emergency, + tag:Point, + tag:Push, + tag:Status . + +brick:Employee_Entrance_Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Employee Entrance Lobby" ; + rdfs:subClassOf brick:Lobby ; + owl:deprecated true ; + skos:definition "An open space near an entrance that is typicaly only used for employees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Employee ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; + brick:hasAssociatedTag tag:Common, + tag:Employee, + tag:Entrance, + tag:Lobby, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:ServiceEntrance . + +brick:Enable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Differential Enthalpy Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Enthalpy, + tag:Point . + +brick:Enable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Differential Temperature Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Point, + tag:Temperature . + +brick:Enable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Fixed Enthalpy Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Enable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Fixed Temperature Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Hot Water System Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Enables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enable, + tag:Hot, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:System, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Energy_Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Generation Sensor" ; + rdfs:subClassOf brick:Generation_Sensor ; + skos:definition "A sensor measuring the amount of generated energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Energy . + +brick:Energy_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Zone" ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "A space or group of spaces that are managed or monitored as one unit for energy purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ; + brick:hasAssociatedTag tag:Energy, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:Zone . + +brick:Entering_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Entering_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Entering_Hot_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity qudtqk:Power . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Entering, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Entering_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Entering_Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Pressure Sensor" ; + rdfs:subClassOf brick:Water_Pressure_Sensor ; + skos:definition "Measures the water pressure at the entry point of a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Entering_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Alarm" ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the entering water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Entering, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Entering_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Entering_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Enthalpy_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Enthalpy Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets enthalpy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Enthalpy . + +brick:Entrance a owl:Class, + sh:NodeShape ; + rdfs:label "Entrance" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "The location and space of a building where people enter and exit the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Entrance" ; + brick:hasAssociatedTag tag:Entrance, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Entrance . + +brick:Environment_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Environment Box" ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "(also known as climatic chamber), enclosed space designed to create a particular environment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Environment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Environment, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Equipment_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Equipment Room" ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A telecommunications room where equipment that serves the building is stored"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; + brick:hasAssociatedTag tag:Equipment, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Evaporative_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Evaporative Heat Exchanger" ; + rdfs:subClassOf brick:Heat_Exchanger ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Evaporative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Evaporative, + tag:Exchanger, + tag:Heat . + +brick:Even_Month_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Even Month Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Even ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Month ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Even, + tag:Month, + tag:Point, + tag:Status . + +brick:Exercise_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Exercise Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "An indoor room used for exercise and physical activities"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Exercise ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ExerciseRoom" ; + brick:hasAssociatedTag tag:Exercise, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:ExerciseRoom . + +brick:Exhaust_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Exhaust, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Differential Pressure Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Deadband Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Exhaust_Air_Stack_Flow_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Integral Time Parameter" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Proportional Band Parameter" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Sensor" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in the exhaust air stack"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Exhaust_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Exhaust . + +brick:Exhaust_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving exhaust air -- air that must be removed from a space due to contaminants"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exhaust, + tag:Fan . + +brick:Exhaust_Fan_Disable_Command a owl:Class ; + rdfs:label "Exhaust Fan Disable Command" ; + rdfs:subClassOf brick:Command ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Exhaust_Fan_Disable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ; + brick:isReplacedBy brick:Disable_Command . + +brick:Exhaust_Fan_Enable_Command rdfs:label "Exhaust Fan Enable Command" ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Exhaust_Fan_Enable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ; + brick:isReplacedBy brick:Enable_Command . + +brick:Eye_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Eye Wash Station" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Eye ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Eye, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Fan_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fan On Off Status" ; + rdfs:subClassOf brick:Fan_Status, + brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Fan_Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Speed Command" ; + rdfs:subClassOf brick:Fan_Command ; + skos:definition "Controls the speed of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point, + tag:Speed . + +brick:Fan_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Fan VFD" ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "Variable-frequency drive for fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:VFD . + +brick:Fault_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fault Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + skos:definition "Clears a fault status"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fault, + tag:Point, + tag:Reset . + +brick:Field_Of_Play a owl:Class, + sh:NodeShape ; + rdfs:label "Field Of Play" ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "The area of a stadium where athletic events occur, e.g. the soccer pitch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Field ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Play ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Field, + tag:Location, + tag:Outdoor, + tag:Play . + +brick:Filter_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor, + brick:Filter_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in air pressure before and after an air filter."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Filter_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Filter, + tag:Point, + tag:Reset . + +brick:Filter_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Filter_Differential_Pressure_Sensor, + brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure before and after a water filter."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Final_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Final Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "The last, high-efficiency filter installed in a sequence to remove the finest particulates from the substance being filtered"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Final ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Final . + +brick:Fire_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Fire_Alarm_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Control Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "Fire alarm panel is the controlling component of a fire alarm system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Alarm_Manual_Call_Point a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Manual Call Point" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "Manual alarm call points are designed for the purpose of raising an alarm manually once verification of a fire or emergency condition exists. by operating the push button or break glass the alarm signal can be raised."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Call ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Call, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety, + tag:Station . + +brick:Fire_Alarm_Pull_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Alarm Pull Station" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "An active fire protection device (usually wall-mounted) that when activated initiates an alarm on a fire alarm system. In its simplest form the user activates the alarm by pulling the handle down."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pull ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Pull, + tag:Safety, + tag:Station . + +brick:Fire_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Control Panel" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A panel-mounted device that provides status and control of a fire safety system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Safety_System a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Safety System" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Safety_System ; + skos:definition "A system containing devices and equipment that monitor, detect and suppress fire hazards"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Safety, + tag:System . + +brick:Fire_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the presence of fire"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Fire_Sprinkler_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Sprinkler Thermal Expansion Tank" ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A specialized thermal expansion tank that is part of a building's fire suppression system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Expansion, + tag:Fire, + tag:Tank, + tag:Thermal . + +brick:Fire_Sprinkler_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Sprinkler Water Storage Tank" ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A specialized tank intended to store water that can be quickly accessed for fire suppression."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fire, + tag:Storage, + tag:Water . + +brick:Fire_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Zone" ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "A logical subdivision of a building that is monitored for fire; may also have a classification for the type of fire hazard that can occur"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; + brick:hasAssociatedTag tag:Fire, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:ServiceEntrance . + +brick:First_Aid_Kit a owl:Class, + sh:NodeShape ; + rdfs:label "First Aid Kit" ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FirstAid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Aid, + tag:Equipment, + tag:FirstAid, + tag:Safety . + +brick:First_Aid_Room a owl:Class, + sh:NodeShape ; + rdfs:label "First Aid Room" ; + rdfs:subClassOf brick:Medical_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:First ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meidcal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Aid, + tag:First, + tag:Location, + tag:Meidcal, + tag:Room, + tag:Space . + +brick:Floor_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Floor Fan Coil Unit" ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A fan coil unit installed on the floor, typically against a wall, for providing heating and cooling in residential or small office spaces"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Floor, + tag:Unit . + +brick:Formaldehyde_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Formaldehyde Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of formaldehyde in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Formaldehyde ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Formaldehyde, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Formaldehyde_Concentration ; + brick:hasSubstance brick:Air . + +brick:Freeze_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Freeze Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a substance contained within a vessel has frozen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Point, + tag:Status . + +brick:Freezer a owl:Class, + sh:NodeShape ; + rdfs:label "Freezer" ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freezer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freezer, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Frequency_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Fan a owl:Class ; + rdfs:label "Fresh Air Fan" ; + rdfs:subClassOf brick:Fan ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Fresh Air Fan is deprecated in favor of Outside Fan because the latter is a more accurate representation" ; + brick:isReplacedBy brick:Outside_Fan . + +brick:Frost_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Frost Sensor" ; + rdfs:subClassOf brick:Sensor, + brick:Temperature_Sensor ; + skos:definition "Senses the presence of frost or conditions that may cause frost"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frost ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frost, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Frost . + +brick:Fume_Hood a owl:Class, + sh:NodeShape ; + rdfs:label "Fume Hood" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fume, + tag:Hood . + +brick:Fume_Hood_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Fume Hood Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in a fume hood"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Fume, + tag:Hood, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Gas_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a gas distribution source to represent how gas is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Gas . + +brick:Gas_Pressure_Regulator_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Pressure Regulator Valve" ; + rdfs:subClassOf brick:Gas_Valve, + brick:Pressure_Regulator_Valve ; + skos:definition "Valve designed to maintain controlled downstream gas pressure with varying upstream pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Regulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Pressure, + tag:Regulator, + tag:Valve . + +brick:Gas_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures gas concentration (other than CO2)"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Gas_System a owl:Class, + sh:NodeShape ; + rdfs:label "Gas System" ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:System . + +brick:Gatehouse a owl:Class, + sh:NodeShape ; + rdfs:label "Gatehouse" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "The standalone building used to manage the entrance to a campus or building grounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gatehouse ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gatehouse, + tag:Location, + tag:Space . + +brick:Gateway a owl:Class, + sh:NodeShape ; + rdfs:label "Gateway" ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gateway ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gateway, + tag:ICT . + +brick:Generator_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Generator Room" ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "A room for electrical equipment, specifically electrical generators."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; + brick:hasAssociatedTag tag:Electrical, + tag:Generator, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Grease_Interceptor a owl:Class, + sh:NodeShape ; + rdfs:label "Grease Interceptor" ; + rdfs:subClassOf brick:Separation_Tank ; + skos:definition "A larger, more industrial version of a grease trap designed to handle higher volumes of wastewater and more efficiently separate grease and fats."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank, + tag:Waste . + +brick:HVAC_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Zone" ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "a space or group of spaces, within a building with heating, cooling, and ventilating requirements, that are sufficiently similar so that desired conditions (e.g., temperature) can be maintained throughout using a single sensor (e.g., thermostat or temperature sensor)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HVACZone" ; + brick:hasAssociatedTag tag:HVAC, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:HVACZone . + +brick:Hail_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hail Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures hail in terms of its size and damage potential"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hail, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless ; + brick:hasSubstance brick:Hail . + +brick:Hallway a owl:Class, + sh:NodeShape ; + rdfs:label "Hallway" ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A common space, used to connect other parts of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hallway ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Hallway" ; + brick:hasAssociatedTag tag:Common, + tag:Hallway, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Hallway . + +brick:Hazardous_Materials_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Hazardous Materials Storage" ; + rdfs:subClassOf brick:Storage_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hazardous ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Materials ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hazardous, + tag:Location, + tag:Materials, + tag:Room, + tag:Space, + tag:Storage . + +brick:Heat_Detector a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Detector" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Heat, + tag:Safety . + +brick:Heat_Exchanger_Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Heat Exchanger Discharge Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor . + +brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Heat Exchanger Supply Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor . + +brick:Heat_Exchanger_System_Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger System Enable Status" ; + rdfs:subClassOf brick:Enable_Status, + brick:System_Status ; + skos:definition "Indicates if the heat exchanger system has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Exchanger, + tag:Heat, + tag:Point, + tag:Status, + tag:System . + +brick:Heat_Pump_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Pump Air Source Condensing Unit" ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Heat_Pump_Ground_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Pump Ground Source Condensing Unit" ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ground ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ground, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Heat_Pump_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Pump Water Source Condensing Unit" ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source, + tag:Water . + +brick:Heat_Recovery_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Recovery Air Source Condensing Unit" ; + rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Source, + tag:Unit, + tag:Water . + +brick:Heat_Recovery_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Recovery Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Hot, + tag:Recovery, + tag:System, + tag:Water . + +brick:Heat_Recovery_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Recovery Water Source Condensing Unit" ; + rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Source, + tag:Unit, + tag:Water . + +brick:Heat_Sensor rdfs:label "Heat Sensor" ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "This class has a poor definition is supplanted by Temperature_Sensor" ; + brick:isReplacedBy brick:Temperature_Sensor . + +brick:Heat_Sink_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Sink Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measure temperature of the heat sink on a device such as a VFD."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat_Sink ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat_Sink, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Heat_Wheel a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Wheel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Wheel . + +brick:Heat_Wheel_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Wheel VFD" ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "A VFD that drives a heat wheel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:VFD, + tag:Wheel . + +brick:Heating_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of heating to be delivered (typically as a proportion of total heating output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Heat, + tag:Point . + +brick:Heating_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Heating_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables heating functionality in equipment but certain condition(s) must be met first before actively heating. For the actively heating control, see Heating_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Heating, + tag:Point . + +brick:Heating_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Heating_Thermal_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Thermal Power Sensor" ; + rdfs:subClassOf brick:Thermal_Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal ; + brick:hasQuantity qudtqk:Power . + +brick:High_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is higher than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:High, + tag:Point . + +brick:High_CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High CO2 Alarm" ; + rdfs:subClassOf brick:CO2_Alarm ; + skos:definition "A device that indicates high concentration of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:High, + tag:Point . + +brick:High_Head_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Head Pressure Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Head ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Head, + tag:High, + tag:Point, + tag:Pressure . + +brick:High_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Humidity Alarm" ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates high concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Point . + +brick:High_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Humidity Alarm Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a high humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Parameter, + tag:Point . + +brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The upper bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "High Return Air Temperature Alarm" ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too high"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:High, + tag:Point, + tag:Return, + tag:Temperature . + +brick:High_Static_Pressure_Cutout_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "High Static Pressure Cutout Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cutout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cutout, + tag:High, + tag:Limit, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:High_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "High Temperature Alarm Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a high temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:High_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "High Temperature Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:Hold_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Hold Status" ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hold, + tag:Point, + tag:Status . + +brick:Hospitality_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Hospitality Box" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hospitality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hospitality, + tag:Location, + tag:Room, + tag:Space . + +brick:Hot_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Box" ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "hot air chamber forming part of an air handler."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hot, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Hot_Water_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Hot_Water_Radiator ; + skos:definition "Hydronic heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Booster Pump" ; + rdfs:subClassOf brick:Booster_Pump, + brick:Hot_Water_Pump ; + skos:definition "Used to increase the pressure and flow of hot water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Coil" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Hot Water Differential Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Hot_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Discharge Flow Sensor" ; + rdfs:subClassOf brick:Discharge_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Sensor . + +brick:Hot_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:label "Hot Water Discharge Flow Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Setpoint . + +brick:Hot_Water_Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Gauge Pressure Sensor" ; + rdfs:subClassOf brick:Gauge_Pressure_Sensor ; + skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gauge, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Hot_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Loop" ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate hot water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Loop, + tag:Water . + +brick:Hot_Water_Return_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Return Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Entering_Flow_Sensor . + +brick:Hot_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of hot air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Storage Tank" ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank designed to store hot water in an HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Storage, + tag:Water . + +brick:Hot_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:label "Hot Water Supply Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Sensor . + +brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:label "Hot Water Supply Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Setpoint . + +brick:Hot_Water_Thermal_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Thermal Energy Storage Tank" ; + rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Hot, + tag:Storage, + tag:Tank, + tag:Thermal, + tag:Water . + +brick:Hot_Water_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Thermal Expansion Tank" ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A thermal expansion tank used in hot water heating systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Expansion, + tag:Hot, + tag:Tank, + tag:Thermal . + +brick:Hot_Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Usage Sensor" ; + rdfs:subClassOf brick:Water_Usage_Sensor ; + skos:definition "Measures the amount of hot water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Sensor, + tag:Usage, + tag:Water ; + brick:hasQuantity qudtqk:Volume . + +brick:Humidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Humidification Start Stop Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Humidifier a owl:Class, + sh:NodeShape ; + rdfs:label "Humidifier" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that adds moisture to air or other gases"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Humidifier . + +brick:Humidifier_Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Humidifier Fault Status" ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the presence of a fault in a humidifier"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Humidifier, + tag:Point, + tag:Status . + +brick:Humidify_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Humidify Command" ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidify ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Humidify, + tag:Point ; + brick:hasSubstance brick:Air . + +brick:Humidity_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Humidity_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Tolerance Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of humidity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:IDF a owl:Class, + sh:NodeShape ; + rdfs:label "IDF" ; + rdfs:subClassOf brick:Distribution_Frame ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:IDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:IDF, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Ice_Tank_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Ice Tank Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving an ice tank"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Illuminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Illuminance Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Target Illuminance of the zone."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Induction_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Induction Unit" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an primary air connection and integrated coil and condensate pan that performs sensible and latent cooling of a space. Essentially an Active Chilled Beam with a built in condensate pan."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Induction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Induction, + tag:Unit . + +brick:Information_Area a owl:Class, + sh:NodeShape ; + rdfs:label "Information Area" ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "An information booth or kiosk where visitors would look for information"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Information ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Information, + tag:Location, + tag:Outdoor . + +brick:Inside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Inside Face Surface Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Inside Face Surface Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the inside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Intake_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Intake Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters air intake"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Intake . + +brick:Intake_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Intake Air Temperature Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + skos:definition "Measures air at the interface between the building and the outside"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Intake, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Intrusion_Detection_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Intrusion Detection Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intrusion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detection, + tag:Equipment, + tag:Intrusion, + tag:Security . + +brick:Isolation_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Isolation Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that isolates a section of ductwork or other air handling system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Isolation . + +brick:Janitor_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Janitor Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for the storage of cleaning equipment and supplies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Janitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BackOffice" ; + brick:hasAssociatedTag tag:Janitor, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:BackOffice . + +brick:Jet_Nozzle_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Jet Nozzle Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Jet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Nozzle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Jet, + tag:Nozzle . + +brick:Laminar_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Laminar Flow Air Diffuser" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laminar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Flow, + tag:Laminar . + +brick:Last_Fault_Code_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Last Fault Code Status" ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the last fault code that occurred"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Code ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Last ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Code, + tag:Fault, + tag:Last, + tag:Point, + tag:Status . + +brick:Lead_Lag_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lead Lag Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Enables lead/lag operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lag, + tag:Lead, + tag:Point . + +brick:Lead_Lag_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Lead Lag Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if lead/lag operation is enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lag, + tag:Lead, + tag:Point, + tag:Status . + +brick:Lead_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lead On Off Command" ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "Controls the active/inactive status of the \"lead\" part of a lead/lag system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lead, + tag:Off, + tag:On, + tag:Point . + +brick:Leaving_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity qudtqk:Power . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Leaving, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Leaving_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Differential Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Leaving_Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Pressure Sensor" ; + rdfs:subClassOf brick:Water_Pressure_Sensor ; + skos:definition "Measures the water pressure at the exit point of a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Leaving_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Alarm" ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the leaving water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leaving, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Leaving_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Leaving_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Level_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Level Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Adjusts the operational state to a specific level within a predefined range."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Level, + tag:Point . + +brick:Level_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Level Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "The current operational state of a specific level within a predefined range."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Status . + +brick:Library a owl:Class, + sh:NodeShape ; + rdfs:label "Library" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A place for the storage and/or consumption of physical media, e.g. books, periodicals, and DVDs/CDs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Library ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Library" ; + brick:hasAssociatedTag tag:Library, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Library . + +brick:Light_Command a owl:Class ; + rdfs:label "Light Command" ; + rdfs:subClassOf brick:Command ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMitigationMessage "Replaced with Lighting_Command to represent its function more precisely." ; + brick:isReplacedBy brick:Lighting_Level_Command . + +brick:Lighting_Correlated_Color_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Correlated Color Temperature Command" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to set correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Color ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Correlated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Color, + tag:Command, + tag:Correlated, + tag:Lighting, + tag:Point, + tag:Temperature . + +brick:Lighting_Correlated_Color_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Correlated Color Temperature Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor to measure correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Color ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Correlated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Color, + tag:Correlated, + tag:Lighting, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity qudtqk:CorrelatedColorTemperature ; + brick:hasSubstance brick:Light . + +brick:Lighting_System a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting System" ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and interfaces that serve or are a part of the lighting subsystem in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:System . + +brick:Lighting_Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Zone" ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:Location, + tag:Zone . + +brick:Liquid_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Liquid Detection Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Liquid, + tag:Point . + +brick:Load_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Load Current Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a load"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Load, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Loading_Dock a owl:Class, + sh:NodeShape ; + rdfs:label "Loading Dock" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dock ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loading ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dock, + tag:Loading, + tag:Location, + tag:Room, + tag:Space . + +brick:Locally_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Locally On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Locally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Locally, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Lockout_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Lockout Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality has been locked out from operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lockout, + tag:Point, + tag:Status . + +brick:Low_Battery_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Battery Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the battery is low."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Battery, + tag:Low, + tag:Point . + +brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Freeze Protect Temperature Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Protect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Low, + tag:Parameter, + tag:Point, + tag:Protect, + tag:Temperature . + +brick:Low_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Humidity Alarm" ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates low concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Point . + +brick:Low_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Humidity Alarm Parameter" ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a low humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Parameter, + tag:Point . + +brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The lower bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Low Outside Air Temperature Enable Differential Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Enable_Differential_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Enable, + tag:Low, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Low_Outside_Air_Temperature_Enable_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Low Outside Air Temperature Enable Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enable, + tag:Low, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Low_Return_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Return Air Temperature Alarm" ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too low"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Low, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Low_Suction_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Suction Pressure Alarm" ; + rdfs:subClassOf brick:Pressure_Alarm ; + skos:definition "An alarm that indicates a low suction pressure in the compressor in a refrigeration or air conditioning system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Suction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Pressure, + tag:Suction . + +brick:Low_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Low Temperature Alarm Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a low temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Low_Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Voltage Alarm" ; + rdfs:subClassOf brick:Voltage_Alarm ; + skos:definition "An alarm that indicates the voltage is lower than its normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Voltage . + +brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Lowest Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lowest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Lowest, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Luminaire a owl:Class, + sh:NodeShape ; + rdfs:label "Luminaire" ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A complete lighting unit consisting of a lamp or lamps and ballast(s) (when applicable) together with the parts designed to distribute the light, to position and protect the lamps, and to connect the lamps to the power supply."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Luminaire . + +brick:Luminaire_Driver a owl:Class, + sh:NodeShape ; + rdfs:label "Luminaire Driver" ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A power source for a luminaire"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Driver ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Driver, + tag:Equipment, + tag:Luminaire . + +brick:Luminance_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Luminance, + tag:Point . + +brick:Luminance_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of luminance delivered by a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Luminance, + tag:Point . + +brick:Luminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the luminous intensity per unit area of light travelling in a given direction"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LuminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Luminance . + +brick:Luminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Luminance Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets luminance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Luminance . + +brick:MDF a owl:Class, + sh:NodeShape ; + rdfs:label "MDF" ; + rdfs:subClassOf brick:Distribution_Frame ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:MDF, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Mail_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Mail Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room where mail is recieved and sorted for distribution to the rest of the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:MailRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Mail, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:MailRoom . + +brick:Main_Circuit_Breaker a owl:Class, + sh:NodeShape ; + rdfs:label "Main Circuit Breaker" ; + rdfs:subClassOf brick:Circuit_Breaker ; + skos:definition "All breaker panels generally have a main circuit breaker before the bus / MCBs. In some older panels there may be a Main Disconnect Switch instead. It is also possible to have a main disconnect switch, and a main circuit breaker in a panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circuit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Main ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Circuit, + tag:Equipment, + tag:Main . + +brick:Main_Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Main Disconnect Switch" ; + rdfs:subClassOf brick:Disconnect_Switch ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Main ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disconnect, + tag:Equipment, + tag:Main, + tag:Switch . + +brick:Maintenance_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Maintenance Mode Command" ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Maintenance\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Maintenance, + tag:Mode, + tag:Point . + +brick:Maintenance_Required_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Maintenance Required Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that repair/maintenance is required on an associated device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Required ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Maintenance, + tag:Point, + tag:Required . + +brick:Majlis a owl:Class, + sh:NodeShape ; + rdfs:label "Majlis" ; + rdfs:subClassOf brick:Lounge ; + owl:deprecated true ; + skos:definition "In Arab countries, an Majlis is a private lounge where visitors are recieved and entertained"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Majlis ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Majlis, + tag:Space . + +brick:Makeup_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Makeup Water Valve" ; + rdfs:subClassOf brick:HVAC_Valve, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fluid, + tag:Liquid, + tag:Makeup, + tag:Valve, + tag:Water . + +brick:Manual_Auto_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Manual Auto Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system is under manual or automatic operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auto ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Auto, + tag:Manual, + tag:Point, + tag:Status . + +brick:Massage_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Massage Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "Usually adjunct to an athletic facility, a private/semi-private space where massages are performed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Massage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TherapyRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Massage, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:TherapyRoom . + +brick:Max_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Max Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for maximum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Chilled Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Max_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Max Frequency Command" ; + rdfs:subClassOf brick:Frequency_Command ; + skos:definition "Sets the maximum permitted frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Max, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Max_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Fresh Air Setpoint Limit" ; + rdfs:subClassOf brick:Fresh_Air_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint . + +brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Hot Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Max Load Setpoint" ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Outside_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Outside Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Position Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Max_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Speed Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Max_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Max Water Level Alarm" ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the maximum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Max, + tag:Point, + tag:Water . + +brick:Max_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Max Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for max water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Media_Hot_Desk a owl:Class, + sh:NodeShape ; + rdfs:label "Media Hot Desk" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Desk ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Desk, + tag:Location, + tag:Media, + tag:Space . + +brick:Media_Production_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Media Production Room" ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A enclosed space used by media professionals for the production of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Production ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Reset Status" ; + rdfs:subClassOf brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure between sections of a medium temperature hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Medium Temperature Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Methane_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Methane Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of methane in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Methane ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Methane, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Methane_Concentration ; + brick:hasSubstance brick:Air . + +brick:Min_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for minimum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Chilled Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Min Frequency Command" ; + rdfs:subClassOf brick:Frequency_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Min, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Min_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Fresh Air Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:label "Min Hot Water Differential Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Load Setpoint" ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Outside_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Outside Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Position Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Position_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Min_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Speed Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Min_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Min Water Level Alarm" ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the minimum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Min, + tag:Point, + tag:Water . + +brick:Min_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Min Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for min water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Mixed_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "A filter that is applied to the mixture of recirculated and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Mixed . + +brick:Mixed_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Mixed, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the humidity of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Mixed Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of the mixed outside and return air streams"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Mixed . + +brick:Motor_Control_Center a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Control Center" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Center ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Center, + tag:Control, + tag:Equipment . + +brick:Motor_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Current Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Motor, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Motor_Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Direction Status" ; + rdfs:subClassOf brick:Direction_Status ; + skos:definition "Indicates which direction a motor is operating in, e.g. forward or reverse"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Motor, + tag:Point, + tag:Status ; + brick:hasQuantity brick:Direction . + +brick:Motor_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Motor On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Motor_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Motor_Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor Torque Sensor" ; + rdfs:subClassOf brick:Torque_Sensor ; + skos:definition "Measures the torque, or rotating power, of a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Torque ; + brick:hasQuantity qudtqk:Torque . + +brick:NO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "NO2 Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of NO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:NO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:NO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:Natural_Gas_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Seismic_Shutoff_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Seismic Shutoff Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valves that automatically shut off your natural gas service when an earthquake of a sufficient magnitude occurs at the location."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Seismic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutoff ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Natural, + tag:Seismic, + tag:Shutoff, + tag:Valve . + +brick:Natural_Gas_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of natural gas that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity qudtqk:Volume . + +brick:No_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "No Water Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "Alarm indicating that there is no water in the equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:No ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:No, + tag:Point, + tag:Water . + +brick:Noncondensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Noncondensing Natural Gas Boiler" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Noncondensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural, + tag:Noncondensing . + +brick:Occupancy_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Occupancy, + tag:Point . + +brick:Occupancy_Count_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Count Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring the number of people in an area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:IntegerValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Count ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Count, + tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy_Count . + +brick:Occupancy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects occupancy of some space or area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy . + +brick:Occupied_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:label "Occupied Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Occupied_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:label "Occupied Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Occupied_Heating_Zone_Air_Temperature_Setpoint . + +brick:Occupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Mode Status" ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + skos:definition "Sets temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Mode Status" ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Heating_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + skos:definition "Sets temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is occupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Occupied, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Occupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Zone_Air_Temperaure_Setpoint a owl:Class ; + rdfs:label "Occupied Zone Air Temperaure Setpoint" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ; + brick:isReplacedBy brick:Occupied_Target_Zone_Air_Temperature_Setpoint . + +brick:Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Off Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:Point . + +brick:Office_Kitchen a owl:Class, + sh:NodeShape ; + rdfs:label "Office Kitchen" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A common space, usually near or in a breakroom, where minor food preperation occurs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Kitchen ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Kitchenette" ; + brick:hasAssociatedTag tag:Kitchen, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Kitchenette . + +brick:On_Command a owl:Class, + sh:NodeShape ; + rdfs:label "On Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:On, + tag:Point . + +brick:Open_Close_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Open Close Command" ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "A binary signal given to a device, such as a damper or valve, to either open or close"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Command, + tag:Open, + tag:Point . + +brick:Open_Close_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Open Close Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the open/close status of a device such as a damper or valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Open, + tag:Point, + tag:Status . + +brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Open Heating Valve Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Open, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Valve ; + brick:hasQuantity brick:Temperature . + +brick:Open_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Open Office" ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "An open space used for work or study by mulitple people. Usuaully subdivided into cubicles or desks"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Open, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:OfficeLandscape . + +brick:Output_Frequency_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Output Frequency Sensor" ; + rdfs:subClassOf brick:Frequency_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Output, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Frequency . + +brick:Output_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Output Voltage Sensor" ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage output by some process or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Output, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Outside a owl:Class, + sh:NodeShape ; + rdfs:label "Outside" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Outside . + +brick:Outside_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air CO2 Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air CO Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of outside air into the system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets outside air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Grains Sensor" ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Lockout Temperature Setpoint" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Lockout, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Wet Bulb Temperature Sensor" ; + rdfs:subClassOf brick:Air_Wet_Bulb_Temperature_Sensor, + brick:Outside_Air_Temperature_Sensor ; + skos:definition "A sensor measuring the wet-bulb temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Outside . + +brick:Outside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Face Surface Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Face Surface Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the outside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Illuminance Sensor" ; + rdfs:subClassOf brick:Illuminance_Sensor ; + skos:definition "Measures the total luminous flux incident on an outside, per unit area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Overload_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Overload Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that can indicate when a full-load current is exceeded."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overload ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Overload, + tag:Point . + +brick:Overridden_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden Off Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Overridden_On_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden On Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Ozone_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Ozone Level Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of ozone in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ozone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Ozone, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ozone_Concentration ; + brick:hasSubstance brick:Air . + +brick:PIR_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PIR Sensor" ; + rdfs:subClassOf brick:Motion_Sensor ; + skos:definition "Detects the presense of motion in some area using the differential change in infrared intensity between two or more receptors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PIR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PIR, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:PM10_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM10 Level Sensor" ; + rdfs:subClassOf brick:PM10_Sensor ; + skos:definition "Detects level of particulates of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM10_Concentration . + +brick:PM1_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM1 Level Sensor" ; + rdfs:subClassOf brick:PM1_Sensor ; + skos:definition "Detects level of particulates of size 1 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM1_Concentration . + +brick:PM2.5_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM2.5 Level Sensor" ; + rdfs:subClassOf brick:PM2.5_Sensor ; + skos:definition "Detects level of particulates of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM2.5_Concentration . + +brick:PVT_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "PVT Panel" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar, + tag:Thermal . + +brick:PV_Generation_System a owl:Class, + sh:NodeShape ; + rdfs:label "PV Generation System" ; + rdfs:subClassOf brick:Energy_Generation_System ; + skos:definition "A collection of photovoltaic devices that generates energy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Generation, + tag:Photovoltaic, + tag:System . + +brick:Packaged_Air_Source_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Packaged Air Source Heat Pump" ; + rdfs:subClassOf brick:Packaged_Heat_Pump ; + skos:definition "A self-contained unit that uses air as a heat source or sink for heating and cooling purposes."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Packaged_Water_Source_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Packaged Water Source Heat Pump" ; + rdfs:subClassOf brick:Packaged_Heat_Pump ; + skos:definition "A self-contained unit that uses water as a heat source or sink for heating and cooling purposes."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source, + tag:Water . + +brick:Parking_Level a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Level" ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + skos:definition "A floor of a parking structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Floor, + tag:Level, + tag:Location, + tag:Parking . + +brick:Parking_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Space" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "An area large enough to park an individual vehicle"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ParkingSpace" ; + brick:hasAssociatedTag tag:Location, + tag:Parking, + tag:Space ; + brick:isReplacedBy rec:ParkingSpace . + +brick:Parking_Structure a owl:Class, + sh:NodeShape ; + rdfs:label "Parking Structure" ; + rdfs:subClassOf brick:Building ; + owl:deprecated true ; + skos:definition "A building or part of a building devoted to vehicle parking"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Structure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Location, + tag:Parking, + tag:Structure . + +brick:Passive_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Passive Chilled Beam" ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A chilled beam that does not have an integral air supply and instead relies on natural convection to draw air through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Passive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment, + tag:Passive . + +brick:Peak_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Peak Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "The peak power consumed by a process over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Peak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Electric, + tag:Peak, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Photovoltaic_Inverter a owl:Class, + sh:NodeShape ; + rdfs:label "Photovoltaic Inverter" ; + rdfs:subClassOf brick:Inverter ; + skos:definition " Converts direct current electricity generated by solar panels into alternating current"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inverter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Inverter, + tag:Photovoltaic . + +brick:Piezoelectric_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Piezoelectric Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses changes pressure, acceleration, temperature, force or strain via the piezoelectric effect"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Piezoelectric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Piezoelectric, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:PlugStrip a owl:Class, + sh:NodeShape ; + rdfs:label "PlugStrip" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PlugStrip ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PlugStrip . + +brick:Plumbing_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Plumbing Room" ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A service room devoted to the operation and routing of water in a building. Usually distinct from the HVAC subsystems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plumbing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Plumbing, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Portfolio a owl:Class, + sh:NodeShape ; + rdfs:label "Portfolio" ; + rdfs:subClassOf brick:Collection ; + owl:deprecated true ; + skos:definition "A collection of sites"@en ; + sh:property [ sh:or ( [ sh:class brick:Site ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Portfolio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Portfolio" ; + brick:hasAssociatedTag tag:Collection, + tag:Portfolio ; + brick:isReplacedBy rec:Portfolio . + +brick:Power_Factor_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Power Factor Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S)."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Factor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Factor, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Power_Factor . + +brick:Power_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Power Loss Alarm" ; + rdfs:subClassOf brick:Power_Alarm ; + skos:definition "An alarm that indicates a power failure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Power . + +brick:Prayer_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Prayer Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Prayer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Prayer, + tag:Room, + tag:Space . + +brick:Pre_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Pre Filter" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Pre . + +brick:Pre_Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pre Filter Status" ; + rdfs:subClassOf brick:Filter_Status ; + skos:definition "Indicates if a prefilter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Pre, + tag:Status . + +brick:Preheat_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to activate preheating. Typically used to preheat cool air coming from a mixing box or economizer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Preheat . + +brick:Preheat_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Demand Setpoint" ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for preheat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Preheat, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Preheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Preheat, + tag:System, + tag:Water . + +brick:Preheat_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Hot Water Valve" ; + rdfs:subClassOf brick:Hot_Water_Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Hot, + tag:Preheat, + tag:Valve, + tag:Water . + +brick:Pressurization_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Pressurization Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A pressurization fan is a device used to increase and maintain higher air pressure in a specified space compared to its surroundings."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressurization ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Pressurization . + +brick:Private_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Private Office" ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office devoted to a single individual, with walls and door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Private ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Private, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Office . + +brick:Pump_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the speed of a pump (typically as a proportion of its full pumping capacity)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Pump . + +brick:Pump_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pump On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Room" ; + rdfs:subClassOf brick:Mechanical_Room ; + owl:deprecated true ; + skos:definition "A mechanical room that houses pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Pump, + tag:Room, + tag:Service, + tag:Space . + +brick:Pump_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pump Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a pump"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_VFD a owl:Class, + sh:NodeShape ; + rdfs:label "Pump VFD" ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "Variable-frequency drive for pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:VFD . + +brick:Radiation_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Radiation Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Radiation, + tag:System, + tag:Water . + +brick:Radon_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radon Concentration Sensor" ; + rdfs:subClassOf brick:Radioactivity_Concentration_Sensor ; + skos:definition "Measures the concentration of radioactivity due to radon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radon ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radon, + tag:Sensor ; + brick:hasQuantity brick:Radon_Concentration ; + brick:hasSubstance brick:Air . + +brick:Rain_Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Rain Duration Sensor" ; + rdfs:subClassOf brick:Duration_Sensor ; + skos:definition "Measures the duration of precipitation within some time frame"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Rain, + tag:Sensor ; + brick:hasQuantity qudtqk:Time . + +brick:Rain_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Rain Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of precipitation fallen"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rain, + tag:Sensor ; + brick:hasQuantity brick:Precipitation . + +brick:Rain_Sensor sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] . + +brick:Rain_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Rain Water Storage Tank" ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank engineered to capture and store rainwater, usually for non-potable uses."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Rain, + tag:Storage, + tag:Water . + +brick:Rated_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Rated Speed Setpoint" ; + rdfs:subClassOf brick:Speed_Setpoint ; + skos:definition "Sets rated speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rated, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Reactive_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Reactive Energy Sensor" ; + rdfs:subClassOf brick:Electric_Energy_Sensor ; + skos:definition "Measures the integral of reactive power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity brick:Reactive_Energy . + +brick:Reactive_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Reactive Power Sensor" ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity qudtqk:ReactivePower . + +brick:Reception a owl:Class, + sh:NodeShape ; + rdfs:label "Reception" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reception ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Reception" ; + brick:hasAssociatedTag tag:Location, + tag:Reception, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Reception . + +brick:Refrigerant_Level_Sensor a owl:Class ; + rdfs:label "Refrigerant Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Refrigerant . + +brick:Refrigeration_System a owl:Class, + sh:NodeShape ; + rdfs:label "Refrigeration System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "System designed to remove heat from a space or substance, typically using a refrigerant in a closed loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Refrigeration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Refrigeration, + tag:System . + +brick:Reheat_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Reheat Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to activate reheating, which is used for either heating or for dehumidification purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reheat . + +brick:Reheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Reheat Hot Water System" ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Reheat, + tag:System, + tag:Water . + +brick:Reheat_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Reheat Valve" ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Reheat, + tag:Valve . + +brick:Relay a owl:Class, + sh:NodeShape ; + rdfs:label "Relay" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "an electrically operated switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Relay . + +brick:Relay_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Relay Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands to switch the relay"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Relay . + +brick:Relief_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Relief Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Relief . + +brick:Relief_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Relief Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Relief . + +brick:Remotely_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Remotely On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Remotely ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Remotely, + tag:Status . + +brick:Retail_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Retail Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space set aside for retail in a larger establishment, e.g. a gift shop in a hospital"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Retail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RetailRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Retail, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:RetailRoom . + +brick:Return_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO2 Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO2 Setpoint" ; + rdfs:subClassOf brick:CO2_Setpoint ; + skos:definition "Sets some property of CO2 in Return Air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:CO2_Concentration . + +brick:Return_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air CO Sensor" ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between the return and supply side"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Differential Pressure Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Filter" ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Return . + +brick:Return_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Grains Sensor" ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Return, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Plenum" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Return . + +brick:Return_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Setpoint . + +brick:Return_Condenser_Water a brick:Substance ; + rdfs:label "Return Condenser Water" ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water . + +brick:Return_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Return Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Flow_Sensor . + +brick:Return_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Return Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Sensor . + +brick:Return_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Setpoint . + +brick:Return_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Return Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Return . + +brick:Return_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Return Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving return air -- air that is circulated from the building back into the HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Return . + +brick:Return_Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Return Heating Valve" ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve installed on the return side of a heat exchanger"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Return, + tag:Valve . + +brick:Return_Hot_Water a brick:Substance ; + rdfs:label "Return Hot Water" ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water . + +brick:Return_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Setpoint . + +brick:Return_Water a brick:Substance ; + rdfs:label "Return Water" ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water . + +brick:Reversing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Reversing Valve" ; + rdfs:subClassOf brick:Refrigerant_Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reversing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Liquid, + tag:Refrigerant, + tag:Reversing, + tag:Valve . + +brick:Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Riser" ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + skos:definition "A vertical shaft indented for installing building infrastructure e.g., electrical wire, network communication wire, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Riser, + tag:Space, + tag:Vertical . + +brick:Rooftop a owl:Class, + sh:NodeShape ; + rdfs:label "Rooftop" ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RoofLevel" ; + brick:hasAssociatedTag tag:Floor, + tag:Location, + tag:Rooftop ; + brick:isReplacedBy rec:RoofLevel . + +brick:Run_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Run Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Run . + +brick:Run_Request_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Run Request Status" ; + rdfs:subClassOf brick:Run_Status ; + skos:definition "Indicates if a request has been filed to start a device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Request ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Request, + tag:Run, + tag:Status . + +brick:Safety_Shower a owl:Class, + sh:NodeShape ; + rdfs:label "Safety Shower" ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Shower, + tag:Station, + tag:Wash . + +brick:Sash_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Sash Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a sash in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sash, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Schedule_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Schedule Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "The current setpoint as indicated by the schedule"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Schedule ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Schedule, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Sensor_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Sensor Failure Alarm" ; + rdfs:subClassOf brick:Failure_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Sensor . + +brick:Server_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Server Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Server ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Server ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Shared_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Shared Office" ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office used by multiple people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shared ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Shared, + tag:Space ; + brick:isReplacedBy rec:OfficeLandscape . + +brick:Short_Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Short Cycle Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Short ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point, + tag:Short . + +brick:Shower a owl:Class, + sh:NodeShape ; + rdfs:label "Shower" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space containing showers, usually adjacent to an athletic or execise area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ShowerRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Shower, + tag:Space ; + brick:isReplacedBy rec:ShowerRoom . + +brick:Smoke_Detector a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Detector" ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Safety, + tag:Smoke . + +brick:Soil_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Soil Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of soil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Soil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Soil, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Soil . + +brick:Solar_Azimuth_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Azimuth Angle Sensor" ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the azimuth angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Azimuth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Azimuth, + tag:Point, + tag:Sensor, + tag:Solar ; + brick:hasQuantity qudtqk:Angle . + +brick:Solar_Radiance_Sensor a owl:Class ; + rdfs:label "Solar Radiance Sensor" ; + rdfs:subClassOf brick:Sensor ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications." ; + brick:isReplacedBy brick:Solar_Irradiance_Sensor . + +brick:Solar_Zenith_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Zenith Angle Sensor" ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the zenith angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zenith ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor, + tag:Solar, + tag:Zenith ; + brick:hasQuantity qudtqk:Angle . + +brick:Space_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Space Heater" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A heater used to warm the air in an enclosed area, such as a room or office"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Space . + +brick:Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to set speed to a certain degree."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Speed . + +brick:Speed_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Mode Status" ; + rdfs:subClassOf brick:Mode_Status, + brick:Speed_Status ; + skos:definition "Status indicating the speed mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Speed, + tag:Status . + +brick:Speed_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Reset Command" ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Sports_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Sports Service Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used in the support of sports"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sports ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Sports . + +brick:Stage_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Stage Enable Command" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Stage . + +brick:Stage_Riser a owl:Class, + sh:NodeShape ; + rdfs:label "Stage Riser" ; + rdfs:subClassOf brick:Furniture ; + owl:deprecated true ; + skos:definition "A low platform in a space or on a stage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture, + tag:Riser, + tag:Stage . + +brick:Stages_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Stages Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which stage a control loop or equipment is in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stages ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Stages, + tag:Status . + +brick:Staircase a owl:Class, + sh:NodeShape ; + rdfs:label "Staircase" ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + skos:definition "A vertical space containing stairs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Staircase ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Stairwell" ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Staircase, + tag:Vertical ; + brick:isReplacedBy rec:Stairwell . + +brick:Standby_CRAC a owl:Class, + sh:NodeShape ; + rdfs:label "Standby CRAC" ; + rdfs:subClassOf brick:Computer_Room_Air_Conditioning ; + skos:definition "A CRAC that is activated as part of a lead/lag operation or when an alarm occurs in a primary unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CRAC, + tag:Equipment, + tag:Standby . + +brick:Standby_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Cooling Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Standby_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan that is activated as part of a lead/lag operation or when a primary fan raises an alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Standby . + +brick:Standby_Glycool_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Glycool Unit On Off Status" ; + rdfs:subClassOf brick:Standby_Unit_On_Off_Status ; + skos:definition "Indicates the on/off status of a standby glycool unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Glycool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Glycool, + tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Standby_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Heating Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Standby_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Target Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Start_Stop_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Start Stop Command" ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "A Start/Stop Command controls or reports the active/inactive status of a control sequence"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Start, + tag:Stop . + +brick:Static_Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Static Transfer Switch" ; + rdfs:subClassOf brick:Automatic_Switch, + brick:Transfer_Switch ; + skos:definition "Similar to ATS, but utilises no moving parts in the switch to achieve much faster response times."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Static, + tag:Switch, + tag:Transfer . + +brick:Steam_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Baseboard Radiator" ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Steam_Radiator ; + skos:definition "Steam heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Steam_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a steam distribution source to represent how steam is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Steam . + +brick:Steam_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Steam On Off Command" ; + rdfs:subClassOf brick:On_Off_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point, + tag:Steam . + +brick:Steam_Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Pressure Reducing Valve" ; + rdfs:subClassOf brick:Pressure_Reducing_Valve, + brick:Steam_Valve ; + skos:definition "Valve designed to reduce steam pressure from a high to a manageable level; maintains uniform steam outlet pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Steam, + tag:Valve . + +brick:Steam_Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Pressure Relief Valve" ; + rdfs:subClassOf brick:Pressure_Relief_Valve, + brick:Steam_Valve ; + skos:definition "Valve designed to automatically relieve excessive steam pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Steam, + tag:Valve . + +brick:Steam_System a owl:Class, + sh:NodeShape ; + rdfs:label "Steam System" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Steam, + tag:System . + +brick:Steam_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of steam that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Steam, + tag:Usage ; + brick:hasQuantity qudtqk:Volume . + +brick:Studio a owl:Class, + sh:NodeShape ; + rdfs:label "Studio" ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A room used for the production or media, usually with either a specialized set or a specialized sound booth for recording"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Studio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space, + tag:Studio ; + brick:isReplacedBy rec:RecordingRoom . + +brick:Supply_Chilled_Water a brick:Substance ; + rdfs:label "Supply Chilled Water" ; + owl:deprecated true ; + skos:broader brick:Chilled_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water . + +brick:Supply_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint . + +brick:Supply_Condenser_Water a brick:Substance ; + rdfs:label "Supply Condenser Water" ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water . + +brick:Supply_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:label "Supply Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor . + +brick:Supply_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Supply Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor . + +brick:Supply_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint . + +brick:Supply_Hot_Water a brick:Substance ; + rdfs:label "Supply Hot Water" ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water . + +brick:Supply_Water a brick:Substance ; + rdfs:label "Supply Water" ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water . + +brick:Surveillance_Camera a owl:Class, + sh:NodeShape ; + rdfs:label "Surveillance Camera" ; + rdfs:subClassOf brick:Camera, + brick:Video_Surveillance_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Switch_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Switch Room" ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A telecommuncations room housing network switches"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Switch, + tag:Telecom ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Switch_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Switch Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Switch . + +brick:System_Shutdown_Status a owl:Class, + sh:NodeShape ; + rdfs:label "System Shutdown Status" ; + rdfs:subClassOf brick:Status, + brick:System_Status ; + skos:definition "Indicates if a system has been shutdown"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutdown ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Shutdown, + tag:Status, + tag:System . + +brick:TETRA_Room a owl:Class, + sh:NodeShape ; + rdfs:label "TETRA Room" ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TETRA ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:TETRA, + tag:Telecom . + +brick:TVOC_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "TVOC Level Sensor" ; + rdfs:subClassOf brick:TVOC_Sensor ; + skos:definition "A sensor measuring the level of all VOCs in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC ; + brick:hasQuantity brick:TVOC_Concentration . + +brick:Tablet a owl:Class, + sh:NodeShape ; + rdfs:label "Tablet" ; + rdfs:subClassOf brick:ICT_Hardware ; + skos:definition "A flat, handheld mobile computer, usually with a touchscreen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tablet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT, + tag:Tablet . + +brick:Team_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Team Room" ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office used by multiple team members for specific work tasks. Distinct from Conference Room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Team ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TeamRoom" ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space, + tag:Team ; + brick:isReplacedBy rec:TeamRoom . + +brick:Temperature_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Adjust Sensor" ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "Measures user-provided adjustment of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Temperature_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a temperature alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity, + tag:Temperature . + +brick:Temperature_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Tolerance Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature, + tag:Tolerance . + +brick:Temporary_Occupancy_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Temporary Occupancy Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temporary ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status, + tag:Temporary . + +brick:Thermal_Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Energy Usage Sensor" ; + rdfs:subClassOf brick:Energy_Usage_Sensor ; + skos:definition "A sensor that records the quantity of thermal energy consumed in a given period"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor, + tag:Thermal, + tag:Usage ; + brick:hasQuantity brick:Thermal_Energy . + +brick:Thermal_Expansion_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Expansion Valve" ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "An type of metering device that automatically adjusts refrigerant flow based on temperature changes, using a sensing bulb"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modulating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Expansion, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Modulating, + tag:Refrigerant, + tag:Valve . + +brick:Thermal_Power_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Power Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A standalone thermal power meter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Power, + tag:Thermal . + +brick:Thermostat_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostat Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Thermostat . + +brick:Thermostat_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostat Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a thermostat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Thermostat . + +brick:Thermostatic_Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostatic Mixing Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Mixing_Valve ; + skos:definition "A valve that blends hot water with cold water to ensure constant, safe shower and bath outlet temperatures, preventing scalding."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Mixed, + tag:Thermal, + tag:Valve . + +brick:Ticketing_Booth a owl:Class, + sh:NodeShape ; + rdfs:label "Ticketing Booth" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A room or space used to sell or distribute tickets to events at a venue"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ticketing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booth, + tag:Location, + tag:Space, + tag:Ticketing . + +brick:Tint_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Tint Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "The target level of window tint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Tint . + +brick:Tint_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Tint Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "The current level of window tint, errors, or transient states."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Tint . + +brick:Touchpanel a owl:Class, + sh:NodeShape ; + rdfs:label "Touchpanel" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Touchpanel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Touchpanel . + +brick:Trace_Heat_Sensor rdfs:label "Trace Heat Sensor" ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Removed due to unclear definition" ; + brick:isReplacedBy brick:Sensor . + +brick:Transfer_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Transfer Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that transfers air from a space to another space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Transfer . + +brick:Transformer a owl:Class, + sh:NodeShape ; + rdfs:label "Transformer" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Transformer . + +brick:Transformer_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Transformer Room" ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "An electrical room where electricity enters and is transformed to different voltages and currents by the equipment contained in the room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Transformer ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Tunnel a owl:Class, + sh:NodeShape ; + rdfs:label "Tunnel" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "An enclosed space that connects buildings. Often underground"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tunnel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tunnel . + +brick:Underfloor_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Underfloor . + +brick:Underfloor_Air_Plenum_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum Static Pressure Sensor" ; + rdfs:subClassOf brick:Air_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Underfloor ; + brick:hasQuantity brick:Pressure . + +brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Plenum Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets the underfloor air plenum static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Underfloor ; + brick:hasQuantity brick:Static_Pressure . + +brick:Underfloor_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Underfloor Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of underfloor air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Underfloor ; + brick:hasQuantity brick:Temperature . + +brick:Unit_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Unit Failure Alarm" ; + rdfs:subClassOf brick:Failure_Alarm ; + skos:definition "An alarm that indicates the failure of an equipment or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Unit . + +brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:label "Unoccupied Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:label "Unoccupied Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint . + +brick:Unoccupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Mode Status" ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Mode Status" ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Heating_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is unoccupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Unoccupied ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Unoccupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Return_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Room_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:label "Unoccupied Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ; + brick:isReplacedBy brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint . + +brick:VFD_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "VFD Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a variable frequency drive"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:VFD . + +brick:VRF_System a owl:Class, + sh:NodeShape ; + rdfs:label "VRF System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Refrigerant, + tag:System, + tag:Variable . + +brick:Valve_Position_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that the valve position is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Position, + tag:Valve . + +brick:Valve_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Command" ; + rdfs:subClassOf brick:Position_Command, + brick:Valve_Command ; + skos:definition "Controls the position (the degree of openness) of a valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Position Sensor" ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a valve in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "The current status of the valve."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Valve . + +brick:Velocity_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Velocity Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static veloicty pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Velocity ; + brick:hasQuantity brick:Pressure . + +brick:Vent_Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Vent Operating Mode Status" ; + rdfs:subClassOf brick:Operating_Mode_Status ; + skos:definition "Indicates the current operating mode of a vent"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vent ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status, + tag:Vent . + +brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Ventilation Air Flow Ratio Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Ratio, + tag:Ventilation . + +brick:Ventilation_Air_System a owl:Class, + sh:NodeShape ; + rdfs:label "Ventilation Air System" ; + rdfs:subClassOf brick:Air_System ; + skos:definition "The equipment, devices, and conduits that handle the introduction and distribution of ventilation air in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System, + tag:Ventilation . + +brick:Video_Intercom a owl:Class, + sh:NodeShape ; + rdfs:label "Video Intercom" ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security, + tag:Video . + +brick:Visitor_Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Visitor Lobby" ; + rdfs:subClassOf brick:Lobby ; + owl:deprecated true ; + skos:definition "A lobby for visitors to the building. Sometimes used to distinguish from an employee entrance looby"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Visitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ; + brick:hasAssociatedTag tag:Common, + tag:Lobby, + tag:Location, + tag:Space, + tag:Visitor ; + brick:isReplacedBy rec:Lobby . + +brick:Voltage_Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Imbalance Sensor" ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the voltage difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity brick:Voltage_Imbalance . + +brick:Voltage_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Ratio Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of voltage in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint, + tag:Voltage ; + brick:hasQuantity brick:Voltage . + +brick:Volume a brick:Quantity ; + rdfs:label "Volume" ; + qudt:applicableUnit unit:AC-FT, + unit:AC-FT_US, + unit:ANGSTROM3, + unit:BBL, + unit:BBL_UK_PET, + unit:BBL_US, + unit:CentiM3, + unit:DecaL, + unit:DecaM3, + unit:DeciL, + unit:DeciM3, + unit:FBM, + unit:FT3, + unit:FemtoL, + unit:GI_UK, + unit:GI_US, + unit:GT, + unit:HectoL, + unit:IN3, + unit:Kilo-FT3, + unit:KiloL, + unit:L, + unit:M3, + unit:MI3, + unit:MI_UK3, + unit:MegaL, + unit:MicroL, + unit:MicroM3, + unit:MilliL, + unit:MilliM3, + unit:NanoL, + unit:OZ_VOL_UK, + unit:PINT, + unit:PINT_UK, + unit:PK_UK, + unit:PicoL, + unit:PlanckVolume, + unit:QT_UK, + unit:QT_US, + unit:RT, + unit:STR, + unit:Standard, + unit:TBSP, + unit:TON_Register, + unit:TON_SHIPPING_UK, + unit:TON_SHIPPING_US, + unit:TSP, + unit:YD3 ; + qudt:hasDimensionVector ; + brick:hasQUDTReference qudtqk:Volume . + +brick:Wall_Air_Conditioner a owl:Class, + sh:NodeShape ; + rdfs:label "Wall Air Conditioner" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A wall air conditioner, also known as a window air conditioner when installed in a window frame, is a self-contained unit that cools a room by drawing in warm air, cooling it over a refrigerant coil, and recirculating it back into the space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioner ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wall ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioner, + tag:Equipment, + tag:Wall . + +brick:Wall_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Wall Fan Coil Unit" ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A wall-mounted fan coil unit used for individual room heating and cooling, often found in hotels, apartments, and offices"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mounted ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wall ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Mounted, + tag:Unit, + tag:Wall . + +brick:Wardrobe a owl:Class, + sh:NodeShape ; + rdfs:label "Wardrobe" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "Storage for clothing, costumes, or uniforms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wardrobe ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CloakRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Wardrobe ; + brick:isReplacedBy rec:CloakRoom . + +brick:Warm_Cool_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Warm Cool Adjust Sensor" ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "User provided adjustment of zone temperature, typically in the range of +/- 5 degrees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Cool, + tag:Point, + tag:Sensor, + tag:Warm ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Warmest Zone Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warmest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Warmest, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Waste_Amount_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Waste Amount Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A metric used for measuring the quantity of waste generated in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Amount ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Amount, + tag:Sensor, + tag:Waste . + +brick:Waste_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Waste Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Meter, + tag:Waste . + +brick:Waste_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Waste Storage" ; + rdfs:subClassOf brick:Storage_Room ; + owl:deprecated true ; + skos:definition "A room used for storing waste such as trash or recycling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:WasteManagementRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage, + tag:Waste ; + brick:isReplacedBy rec:WasteManagementRoom . + +brick:Water_Cooled_Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Water Cooled Chiller" ; + rdfs:subClassOf brick:Chiller ; + skos:definition "A chiller system using water in the heat exchange process, employed in industrial or commercial facilities for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Cooled, + tag:Equipment, + tag:Water . + +brick:Water_Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Temperature Setpoint" ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets the target differential temperature between the start and end of a heat transfer cycle in a water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:Water_Distribution a owl:Class, + sh:NodeShape ; + rdfs:label "Water Distribution" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a water distribution source to represent how water is distributed across multiple destinations (pipes)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Water . + +brick:Water_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Loss Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a loss of water e.g. during transport"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Water . + +brick:Water_Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pressure Reducing Valve" ; + rdfs:subClassOf brick:Pressure_Reducing_Valve, + brick:Water_Valve ; + skos:definition "Valve specifically designed to reduce high water pressure to a usable level; maintains uniform water outlet pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Valve, + tag:Water . + +brick:Water_Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pressure Relief Valve" ; + rdfs:subClassOf brick:Pressure_Relief_Valve, + brick:Water_Valve ; + skos:definition "Valve designed to automatically relieve excessive water pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Steam, + tag:Valve . + +brick:Water_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Water_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Water Tank" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A space used to hold water. This will likely be deprecated in future releases of Brick for the sake of clarity w.r.t. equipment classification of tanks"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tank, + tag:Water . + +brick:Weather_Condition a brick:Quantity ; + rdfs:label "Weather Condition" . + +brick:Weather_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Weather Station" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A dedicated weather measurement station"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Weather ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Station, + tag:Weather . + +brick:Wind_Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Wind Direction Sensor" ; + rdfs:subClassOf brick:Direction_Sensor ; + skos:definition "Measures the direction of wind in degrees relative to North"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor, + tag:Wind ; + brick:hasQuantity brick:Wind_Direction . + +brick:Wind_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Wind Speed Sensor" ; + rdfs:subClassOf brick:Speed_Sensor ; + skos:definition "Measured speed of wind, caused by air moving from high to low pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed, + tag:Wind ; + brick:hasQuantity brick:Linear_Speed . + +brick:Workshop a owl:Class, + sh:NodeShape ; + rdfs:label "Workshop" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space used to house equipment that can be used to repair or fabricate things"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Workshop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workshop" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Workshop ; + brick:isReplacedBy rec:Workshop . + +brick:Zone_Air_Conditioning_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Conditioning Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the mode of AC for a zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:Mode, + tag:Point, + tag:Status, + tag:Zone . + +brick:Zone_Air_Cooling_Temperature_Setpoint a owl:Class ; + rdfs:label "Zone Air Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "The upper (cooling) setpoint for zone air temperature"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Zone_Air_Cooling_Temperature_Setpoint' is deprecated to support new naming convention, which reorders intended behaviour (cooling) before the substance (zone air)." ; + brick:isReplacedBy brick:Cooling_Zone_Air_Temperature_Setpoint . + +brick:Zone_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Sensor, + tag:Zone ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Heating_Temperature_Setpoint a owl:Class ; + rdfs:label "Zone Air Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "The lower (heating) setpoint for zone air temperature"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Zone_Air_Heating_Temperature_Setpoint' is deprecated to support new naming convention, whic reorders intended behaviour (heating) before the substance (zone air)" ; + brick:isReplacedBy brick:Heating_Zone_Air_Temperature_Setpoint . + +brick:Zone_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Zone ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Zone ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_CO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone CO2 Level Sensor" ; + rdfs:subClassOf brick:CO2_Level_Sensor ; + skos:definition "A physical or virtual sensor which represents the CO2 level of an HVAC Zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Level, + tag:Point, + tag:Sensor, + tag:Zone ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:Zone_Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Damper" ; + rdfs:subClassOf brick:Damper ; + skos:definition "Dampers open and close to regulate zone temperatures in an HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Zone . + +brick:Zone_Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Occupied Load Shed Command" ; + rdfs:subClassOf brick:Occupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed, + tag:Zone . + +brick:Zone_Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Standby Load Shed Command" ; + rdfs:subClassOf brick:Standby_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby, + tag:Zone . + +brick:Zone_Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Unoccupied Load Shed Command" ; + rdfs:subClassOf brick:Unoccupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied, + tag:Zone . + +ref:BACnetReferenceShape a sh:NodeShape ; + skos:definition "Infers a BACnetReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:BACnetReference ; + sh:object ref:BACnetReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:ExternalReferenceShape a sh:NodeShape ; + sh:property [ sh:message "All ExternalReference must have an rdfs:label" ; + sh:minCount 1 ; + sh:path rdfs:label ], + [ sh:message "All ExternalReference must have an skos:definition" ; + sh:minCount 1 ; + sh:path skos:definition ] ; + sh:target [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this WHERE { + ?this rdfs:subClassOf+ ref:ExternalReference . + } + """ ] . + +ref:IFCReferenceShape a sh:NodeShape ; + skos:definition "Infers a IFCReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:IFCReference ; + sh:object ref:IFCReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:PreferredShape a sh:NodeShape ; + sh:property [ sh:message "An entity can only have one 'preferred' External Reference" ; + sh:path ref:hasExternalReference ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedValueShape [ sh:class ref:ExternalReference ; + sh:property [ sh:datatype xsd:boolean ; + sh:hasValue true ; + sh:path ref:preferred ] ] ] ; + sh:targetSubjectsOf ref:hasExternalReference . + +ref:TimeseriesReferenceShape a sh:NodeShape ; + skos:definition "Infers a TimeseriesReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:TimeseriesReference ; + sh:object ref:TimeseriesReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:bacnet-read-property a owl:DatatypeProperty ; + rdfs:label "bacnet-read-property" ; + rdfs:comment "The property of the BACnet object to read to get the current value of this entity." . + +ref:hasTimeseriesReference a owl:ObjectProperty ; + rdfs:label "hasTimeseriesReference" ; + rdfs:range ref:TimeseriesReference ; + rdfs:subPropertyOf ref:hasExternalReference ; + skos:definition "Metadata for accessing related timeseries data: Relates a data source (such as a Brick Point or 223 Property) to the TimeseriesReference that indicates where and how the data for this point is stored"@en . + +bsh:Active_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloW-HR unit:W-HR unit:MegaW-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:AddDefaultEVSEChargerDirection a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality [ brick:value "unidirectional" ] + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Station . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?direction . + } + FILTER NOT EXISTS { + $this brick:hasPart ?port . + ?port a brick:Electric_Vehicle_Charging_Port . + ?port brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Electric_Vehicle_Charging_Station . + +bsh:Alternating_Current_FrequencyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:HZ unit:MegaHZ unit:GigaHZ unit:KiloHZ ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Ammonia_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Apparent_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A-HR unit:KiloV-A-HR unit:V-A-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Atmospheric_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PDL-PER-FT2 unit:CentiM_HG_0DEG_C unit:GigaPA unit:MicroATM unit:MicroPA unit:FT_H2O unit:KiloLB_F-PER-IN2 unit:MegaPA unit:LB_F-PER-IN2 unit:GM_F-PER-CentiM2 unit:BAR unit:KiloGM-PER-M-SEC2 unit:KiloGM_F-PER-CentiM2 unit:IN_HG_60DEG_F unit:MilliM_H2O unit:MegaPSI unit:FT_HG unit:DecaPA unit:MicroBAR unit:M_H2O unit:MilliM_HG unit:MicroTORR unit:KiloGM_F-PER-M2 unit:HectoPA unit:BARAD unit:BARYE unit:N-PER-CentiM2 unit:IN_H2O_60DEG_F unit:FT_H2O_39dot2DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:MilliTORR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:PA unit:KiloGM_F-PER-MilliM2 unit:ATM unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:CentiBAR unit:MilliPA unit:ATM_T unit:DeciBAR unit:PicoPA unit:PlanckPressure unit:KiloN-PER-M2 unit:N-PER-M2 unit:CentiM_H2O unit:N-PER-MilliM2 unit:KiloPA unit:TORR unit:CentiM_H2O_4DEG_C unit:KiloPA_A unit:MilliM_HGA unit:KIP_F-PER-IN2 unit:HectoBAR unit:IN_H2O_39dot2DEG_F unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:BuildingMeterRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?newtype . + } + WHERE { + $this brick:meters ?bldg . + ?bldg rdf:type/rdfs:subClassOf* brick:Building . + $this rdf:type ?type . + BIND(IRI(CONCAT("https://brickschema.org/schema/Brick#Building_", strafter(str(?type), "https://brickschema.org/schema/Brick#"))) as ?newtype) . + FILTER (strEnds(str(?type), "_Meter")) + FILTER (!strStarts(str(?type), "https://brickschema.org/schema/Brick#Building_")) + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:CO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:CO_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:CollectionIncludesEquipment a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rec:includes ?eq . + } + WHERE { + $this brick:hasPart ?eq . + { + ?eq rdf:type/rdfs:subClassOf* brick:Equipment . + } + UNION + { + ?eq rdf:type/rdfs:subClassOf* brick:Collection . + } + UNION + { + ?eq rdf:type/rdfs:subClassOf* brick:System . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Collection, + brick:Equipment, + brick:System . + +bsh:Current_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:MicroRAD unit:REV unit:ARCSEC unit:MIL unit:RAD unit:MilliRAD unit:MilliARCSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Current_ImbalanceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Current_Total_Harmonic_DistortionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT unit:DeciB_M ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:DeprecationInferenceForInstancesRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """CONSTRUCT { +$this a ?newClass . +} +WHERE { +$this a ?class . +?class owl:deprecated true . +?class brick:isReplacedBy ?newClass . +FILTER NOT EXISTS {$this a ?newClass} +}""" ; + sh:message "Deprecated class is temporarily augmented by the new class" ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:DeprecationRule a sh:NodeShape ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecatedInVersion ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationMessage ], + [ sh:class sh:NodeShape ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationRule ], + [ sh:maxCount 0 ; + sh:message "This concept is deprecated" ; + sh:path ( rdf:type brick:deprecation ) ; + sh:severity sh:Warning ] ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { $this owl:deprecated true } + WHERE { $this brick:deprecation ?dep } + """ ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:deprecation . + +bsh:DeprecationRuleForInstances a sh:NodeShape ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "{$this} has type {?class} which was deprecated in version {?depver}. For now, it has been updated to also be of type {?newClass}." ; + sh:prefixes ; + sh:select """SELECT $this ?class ?newClass ?depver WHERE { +$this a ?class . +?class owl:deprecated true . +?class brick:deprecatedInVersion ?depver . +?class brick:isReplacedBy ?newClass . +}""" ] ; + sh:targetClass brick:Entity . + +bsh:Differential_CO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Differential_CO_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_Dynamic_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroATM unit:PDL-PER-FT2 unit:CentiM_HG_0DEG_C unit:GigaPA unit:MicroPA unit:FT_H2O unit:KiloLB_F-PER-IN2 unit:BAR unit:LB_F-PER-IN2 unit:GM_F-PER-CentiM2 unit:MegaPA unit:KiloGM-PER-M-SEC2 unit:KiloGM_F-PER-CentiM2 unit:IN_HG_60DEG_F unit:MilliM_H2O unit:MegaPSI unit:FT_HG unit:MicroBAR unit:DecaPA unit:M_H2O unit:MilliM_HG unit:MicroTORR unit:KiloGM_F-PER-M2 unit:HectoPA unit:BARAD unit:BARYE unit:N-PER-CentiM2 unit:IN_H2O_60DEG_F unit:FT_H2O_39dot2DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:MilliTORR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:PA unit:KiloGM_F-PER-MilliM2 unit:ATM unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:CentiBAR unit:MilliPA unit:ATM_T unit:DeciBAR unit:PicoPA unit:PlanckPressure unit:KiloN-PER-M2 unit:N-PER-M2 unit:CentiM_H2O unit:N-PER-MilliM2 unit:KiloPA unit:TORR unit:CentiM_H2O_4DEG_C unit:KiloPA_A unit:MilliM_HGA unit:KIP_F-PER-IN2 unit:HectoBAR unit:IN_H2O_39dot2DEG_F unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_Static_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroATM unit:CentiM_HG_0DEG_C unit:GigaPA unit:PDL-PER-FT2 unit:MicroPA unit:FT_H2O unit:KiloLB_F-PER-IN2 unit:MilliM_HGA unit:LB_F-PER-IN2 unit:IN_HG_60DEG_F unit:KiloGM_F-PER-CentiM2 unit:GM_F-PER-CentiM2 unit:MegaPA unit:BAR unit:MilliM_H2O unit:KiloGM-PER-M-SEC2 unit:FT_HG unit:MicroBAR unit:DecaPA unit:MegaPSI unit:MicroTORR unit:M_H2O unit:MilliM_HG unit:KiloGM_F-PER-M2 unit:BARYE unit:BARAD unit:HectoPA unit:N-PER-CentiM2 unit:FT_H2O_39dot2DEG_F unit:IN_H2O_60DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:PA unit:KiloGM_F-PER-MilliM2 unit:ATM unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:CentiBAR unit:MilliPA unit:ATM_T unit:DeciBAR unit:PicoPA unit:PlanckPressure unit:KiloN-PER-M2 unit:N-PER-M2 unit:CentiM_H2O unit:N-PER-MilliM2 unit:KiloPA unit:TORR unit:HectoBAR unit:KiloPA_A unit:CentiM_H2O_4DEG_C unit:KIP_F-PER-IN2 unit:MilliTORR unit:IN_H2O_39dot2DEG_F unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:DEG_F unit:PlanckTemperature unit:MilliDEG_C unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Dry_Bulb_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_F unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Electric_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloW-HR unit:V-A_Reactive-HR unit:KiloV-A_Reactive-HR unit:KiloV-A-HR unit:V-A-HR unit:MegaV-A-HR unit:MegaW-HR unit:W-HR unit:MegaV-A_Reactive-HR unit:J ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:EquivalentPropertyRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s ?t2 ?o . +} WHERE { + ?s $this ?o . + { $this owl:equivalentProperty ?t2 } + UNION + { ?t2 owl:equivalentProperty $this } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf owl:equivalentProperty . + +bsh:Formaldehyde_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:FrequencyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:HZ unit:PERCENT-PER-MO unit:PetaHZ unit:SAMPLE-PER-SEC unit:PER-DAY unit:PER-WK unit:PERCENT-PER-HR unit:PER-SEC unit:NUM-PER-SEC unit:PERCENT-PER-DAY unit:NUM-PER-YR unit:MilliHZ unit:failures-in-time unit:PER-HR unit:PlanckFrequency unit:NUM-PER-HR unit:PPTH-PER-HR unit:PER-MilliSEC unit:PER-MO unit:PER-YR unit:MegaHZ unit:PERCENT-PER-WK unit:TeraHZ unit:PER-MIN unit:GigaHZ unit:KiloHZ ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Gauge_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:BAR unit:MilliM_H2O unit:LB_F-PER-IN2 unit:IN_H2O ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:GrainsOfMoistureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:GRAIN ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:InferInverseProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this ?invP ?o . +} +WHERE { +?o ?p $this . +?invP owl:inverseOf ?p . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InferInverseProperties2 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this ?p ?o . +} +WHERE { +?o ?invP $this . +?invP owl:inverseOf ?p . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InferRecValue a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this rec:value ?v +} +WHERE { +$this brick:value ?v +} + """ ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:value . + +bsh:InferSymmetricProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +?o ?prop $this . +$this ?prop ?o . +} +WHERE { + { $this ?prop ?o } UNION { ?o ?prop $this } . + ?prop a owl:SymmetricProperty . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InheritEVSEChargerDirection a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality ?direction + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Port . + $this brick:isPartOf ?charger . + ?charger a brick:Electric_Vehicle_Charging_Station . + ?charger brick:electricVehicleChargerDirectionality ?direction . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Electric_Vehicle_Charging_Port . + +bsh:IrradianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-IN2 unit:W-PER-CentiM2 unit:W-PER-FT2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:LastKnownBooleanShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path brick:value ] . + +bsh:LastKnownDurationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:duration ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path brick:value ] . + +bsh:LastKnownIntegerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path brick:value ] . + +bsh:LevelQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT unit:KiloM unit:YD unit:M unit:CentiM unit:IN unit:MicroM unit:MilliM unit:DeciM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Linear_SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloM-PER-SEC unit:FT-PER-SEC unit:FT-PER-HR unit:MI-PER-SEC unit:KiloM-PER-HR unit:MI-PER-HR unit:M-PER-HR unit:M-PER-SEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:MeterInferSubclassBuildingMeter a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?metertype . + } WHERE { + $this rdf:type/rdfs:subClassOf* brick:Building_Meter . + $this brick:hasSubstance ?substance . + ?metertype brick:hasSubstance ?substance . + ?metertype rdfs:subClassOf+ brick:Building_Meter . + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Building_Meter . + +bsh:MeterInferSubclassNonBuildingMeter a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?metertype . + } WHERE { + $this rdf:type/rdfs:subClassOf* brick:Meter . + $this brick:hasSubstance ?substance . + ?metertype brick:hasSubstance ?substance . + FILTER NOT EXISTS { + $this rdf:type/rdf:subClassOf* brick:Building_Meter + } + MINUS { + ?metertype rdfs:subClassOf* brick:Building_Meter . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:MeterInferSubstance a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:hasSubstance ?substance . + } WHERE { + $this rdf:type ?meter . + ?meter rdfs:subClassOf* brick:Meter . + ?meter brick:hasSubstance ?substance . + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:MeterRelationshipRule a sh:NodeShape ; + sh:property [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:meters ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ], + [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:isMeteredBy ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ] ; + sh:targetClass brick:Meter . + +bsh:Methane_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:NO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:OWLEquivalentClassRule1 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf owl:equivalentClass . + +bsh:OWLEquivalentClassRule2 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetObjectsOf owl:equivalentClass . + +bsh:Occupancy_PercentageQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:OneLastKnownValuePerEntity a sh:NodeShape ; + sh:property [ sh:maxCount 1 ; + sh:message "Only one last known value per entity is allowed" ; + sh:path brick:lastKnownValue ] ; + sh:targetSubjectsOf brick:lastKnownValue . + +bsh:Operative_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_F unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Ozone_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PM10_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:MicroGM-PER-M3 unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PM1_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:MicroGM-PER-M3 unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PM2.5_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:MicroGM-PER-M3 unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Phasor_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:MicroRAD unit:REV unit:ARCSEC unit:MIL unit:RAD unit:MilliRAD unit:MilliARCSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Phasor_MagnitudeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:MicroRAD unit:REV unit:ARCSEC unit:MIL unit:RAD unit:MilliRAD unit:MilliARCSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PointsHaveQuantityKinds a sh:NodeShape ; + sh:property [ sh:class qudt:QuantityKind ; + sh:message "Brick Points should have associated quantity kinds" ; + sh:minCount 1 ; + sh:path brick:hasQuantity ] ; + sh:target [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Sensor . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ], + [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Setpoint . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ] . + +bsh:PositionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Power_FactorQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:UNITLESS ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PrecipitationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT unit:KiloM unit:YD unit:M unit:CentiM unit:IN unit:MicroM unit:MilliM unit:DeciM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroATM unit:CentiM_HG_0DEG_C unit:GigaPA unit:PDL-PER-FT2 unit:KiloLB_F-PER-IN2 unit:BAR unit:KiloGM-PER-M-SEC2 unit:MegaPA unit:LB_F-PER-IN2 unit:GM_F-PER-CentiM2 unit:KiloGM_F-PER-CentiM2 unit:IN_HG_60DEG_F unit:FT_H2O unit:MicroPA unit:MilliM_H2O unit:MegaPSI unit:FT_HG unit:DecaPA unit:MicroBAR unit:M_H2O unit:MilliM_HG unit:MicroTORR unit:KiloGM_F-PER-M2 unit:HectoPA unit:BARAD unit:BARYE unit:N-PER-CentiM2 unit:IN_H2O_60DEG_F unit:FT_H2O_39dot2DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:MilliTORR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:ATM unit:PA unit:KiloGM_F-PER-MilliM2 unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:MilliPA unit:CentiBAR unit:ATM_T unit:DeciBAR unit:PicoPA unit:KiloN-PER-M2 unit:N-PER-M2 unit:N-PER-MilliM2 unit:CentiM_H2O unit:KiloPA unit:TORR unit:CentiM_H2O_4DEG_C unit:HectoBAR unit:MilliM_HGA unit:KIP_F-PER-IN2 unit:PlanckPressure unit:IN_H2O_39dot2DEG_F unit:KiloPA_A unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:RDFSRangeRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?val a ?shape . +} WHERE { + $this rdfs:range ?shape . + ?shape a sh:NodeShape . + ?ent $this ?val . + FILTER NOT EXISTS { ?val a ?shape } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:range . + +bsh:RDFSSubPropertyOfRuleForEntityProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + ?s ?super ?skolemized . + ?skolemized ?ep ?eo . + } WHERE { + $this rdfs:subPropertyOf+ ?super . + ?super a brick:EntityProperty . + $this a brick:EntityProperty . + ?s $this ?o . + BIND(IF(isBlank(?o), IRI(CONCAT("urn:skolem:", STRUUID())), ?o) AS ?skolemized) + ?o ?ep ?eo . + } + """ ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:subPropertyOf . + +bsh:RadianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Radiant_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_F unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Radon_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:BQ-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Reactive_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:V-A_Reactive-HR unit:KiloV-A_Reactive-HR unit:MegaV-A_Reactive-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Rotational_SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG-PER-HR unit:RAD-PER-SEC unit:DEG-PER-MIN unit:RAD-PER-MIN unit:DEG-PER-SEC unit:RAD-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Solar_IrradianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-IN2 unit:W-PER-CentiM2 unit:W-PER-FT2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Solar_RadianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT3-PER-MIN-FT2 unit:KiloM-PER-SEC unit:MI-PER-SEC unit:RAD-PER-MIN unit:KiloM-PER-HR unit:GigaHZ-M unit:RAD-PER-HR unit:HZ-M unit:DEG-PER-MIN unit:BFT unit:M-PER-SEC unit:DEG-PER-HR unit:MegaHZ-M unit:IN-PER-YR unit:FT-PER-SEC unit:YD-PER-SEC unit:FT-PER-HR unit:YD-PER-HR unit:MicroM-PER-SEC unit:RAD-PER-SEC unit:MI-PER-HR unit:M-PER-HR unit:DEG-PER-SEC unit:YD-PER-MIN unit:MicroM-PER-MIN ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Static_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroATM unit:CentiM_HG_0DEG_C unit:GigaPA unit:PDL-PER-FT2 unit:MicroPA unit:FT_H2O unit:KiloLB_F-PER-IN2 unit:MilliM_HGA unit:LB_F-PER-IN2 unit:IN_HG_60DEG_F unit:KiloGM_F-PER-CentiM2 unit:GM_F-PER-CentiM2 unit:MegaPA unit:BAR unit:MilliM_H2O unit:KiloGM-PER-M-SEC2 unit:FT_HG unit:MicroBAR unit:DecaPA unit:MegaPSI unit:MicroTORR unit:M_H2O unit:MilliM_HG unit:KiloGM_F-PER-M2 unit:BARYE unit:BARAD unit:HectoPA unit:N-PER-CentiM2 unit:FT_H2O_39dot2DEG_F unit:IN_H2O_60DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:PA unit:KiloGM_F-PER-MilliM2 unit:ATM unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:CentiBAR unit:MilliPA unit:ATM_T unit:DeciBAR unit:PicoPA unit:PlanckPressure unit:KiloN-PER-M2 unit:N-PER-M2 unit:CentiM_H2O unit:N-PER-MilliM2 unit:KiloPA unit:TORR unit:HectoBAR unit:KiloPA_A unit:CentiM_H2O_4DEG_C unit:KIP_F-PER-IN2 unit:MilliTORR unit:IN_H2O_39dot2DEG_F unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:SubPropertyOfRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s ?t2 ?o . +} WHERE { + ?s $this ?o . + { $this rdfs:subPropertyOf ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:subPropertyOf . + +bsh:TVOC_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPM unit:MicroGM-PER-M3 unit:PPB ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TagInferenceRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +$this brick:hasTag ?tag . +} WHERE { + $this rdf:type/rdfs:subClassOf* ?class . + ?class brick:hasAssociatedTag ?tag . +}""" ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:DEG_F unit:PlanckTemperature unit:MilliDEG_C unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Thermal_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:BTU_IT unit:PicoJ unit:KiloCAL_TH unit:CAL_20DEG_C unit:NanoJ unit:KiloJ unit:CAL_MEAN unit:THM_EEC unit:BTU_60DEG_F unit:BTU_39DEG_F unit:BTU_TH unit:J unit:CAL_15_DEG_C unit:BTU_MEAN unit:THERM_US unit:CAL_TH unit:TON_FG-HR unit:GigaJ unit:THERM_EC unit:KiloBTU_IT unit:KiloCAL_Mean unit:KiloCAL_IT unit:KiloCAL unit:KiloBTU_TH unit:BTU_59DEG_F unit:MegaJ unit:THM_US unit:CAL_IT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TimeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MO_MeanJulian unit:YR_Metrology unit:AttoSEC unit:MilliPA-SEC-PER-BAR unit:MO_MeanGREGORIAN unit:POISE-PER-PA unit:KiloSEC unit:DeciSEC unit:H-PER-OHM unit:MegaYR unit:NanoSEC unit:MO unit:H-PER-KiloOHM unit:PlanckTime unit:MIN unit:MegaSEC unit:MIN_Sidereal unit:POISE-PER-BAR unit:MilliH-PER-KiloOHM unit:SEC unit:HR_Sidereal unit:MicroH-PER-KiloOHM unit:MilliH-PER-OHM unit:YR_Common unit:DAY_Sidereal unit:MicroSEC unit:YR_Sidereal unit:SH unit:MicroH-PER-OHM unit:CentiPOISE-PER-BAR unit:YR_TROPICAL unit:MO_Synodic unit:HR unit:FemtoSEC unit:PicoSEC unit:MilliSEC unit:KiloYR unit:DAY unit:WK unit:PA-SEC-PER-BAR unit:YR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:TimeseriesReferenceOnPointsConstraint a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only Brick Points can have external timeseries references" ; + sh:prefixes ; + sh:select """ + SELECT $this + WHERE { + $this ref:hasExternalReference ?ref . + ?ref rdf:type ref:TimeseriesReference . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Point } + } + """ ] ; + sh:targetSubjectsOf ref:hasExternalReference . + +bsh:Velocity_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroATM unit:PDL-PER-FT2 unit:CentiM_HG_0DEG_C unit:GigaPA unit:MicroPA unit:FT_H2O unit:KiloLB_F-PER-IN2 unit:BAR unit:LB_F-PER-IN2 unit:GM_F-PER-CentiM2 unit:MegaPA unit:KiloGM-PER-M-SEC2 unit:KiloGM_F-PER-CentiM2 unit:IN_HG_60DEG_F unit:MilliM_H2O unit:MegaPSI unit:FT_HG unit:MicroBAR unit:DecaPA unit:M_H2O unit:MilliM_HG unit:MicroTORR unit:KiloGM_F-PER-M2 unit:HectoPA unit:BARAD unit:BARYE unit:N-PER-CentiM2 unit:IN_H2O_60DEG_F unit:FT_H2O_39dot2DEG_F unit:LB_F-PER-FT2 unit:MilliBAR unit:MilliTORR unit:PSI unit:IN_HG unit:CentiM_HG unit:CentiM_H20_4DEG_C unit:IN_HG_32DEG_F unit:KiloBAR unit:PA unit:KiloGM_F-PER-MilliM2 unit:ATM unit:MegaBAR unit:PDL-PER-IN2 unit:IN_H2O unit:CentiBAR unit:MilliPA unit:ATM_T unit:DeciBAR unit:PicoPA unit:PlanckPressure unit:KiloN-PER-M2 unit:N-PER-M2 unit:CentiM_H2O unit:N-PER-MilliM2 unit:KiloPA unit:TORR unit:CentiM_H2O_4DEG_C unit:KiloPA_A unit:MilliM_HGA unit:KIP_F-PER-IN2 unit:HectoBAR unit:IN_H2O_39dot2DEG_F unit:DYN-PER-CentiM2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:VirtualMeterRule a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only meters can have the isVirtualMeter property be true" ; + sh:prefixes ; + sh:select """ + SELECT $this WHERE { + $this brick:isVirtualMeter/brick:value true . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Meter } . + } + """ ] ; + sh:targetClass brick:Entity . + +bsh:Voltage_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:MicroRAD unit:REV unit:ARCSEC unit:MIL unit:RAD unit:MilliRAD unit:MilliARCSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Voltage_ImbalanceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:VolumeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:QT_US unit:MI_UK3 unit:DecaL unit:OZ_VOL_UK unit:ANGSTROM3 unit:MilliL unit:Standard unit:CentiM3 unit:YD3 unit:FBM unit:M3 unit:MilliM3 unit:DecaM3 unit:TON_SHIPPING_UK unit:MegaL unit:GI_US unit:MicroL unit:PINT_UK unit:PK_UK unit:STR unit:KiloL unit:PicoL unit:FT3 unit:AC-FT unit:Kilo-FT3 unit:MicroM3 unit:PlanckVolume unit:TON_SHIPPING_US unit:BBL_US unit:IN3 unit:MI3 unit:GT unit:DeciL unit:BBL_UK_PET unit:QT_UK unit:NanoL unit:FemtoL unit:RT unit:GI_UK unit:AC-FT_US unit:L unit:PINT unit:TBSP unit:HectoL unit:BBL unit:TSP unit:DeciM3 unit:TON_Register ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Wet_Bulb_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:DEG_F unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Wind_DirectionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:MicroRAD unit:REV unit:ARCSEC unit:MIL unit:RAD unit:MilliRAD unit:MilliARCSEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:connectedToShape a sh:PropertyShape ; + sh:path brick:connectedTo . + +bsh:feedsShape a sh:PropertyShape ; + sh:path brick:feeds . + +bsh:hasHotColdDeck a sh:NodeShape ; + sh:property [ sh:message "DDAHU must have a brick:Hot_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Hot_Deck ] ; + sh:qualifiedValueShapesDisjoint true ], + [ sh:message "DDAHU must have a brick:Cold_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Cold_Deck ] ; + sh:qualifiedValueShapesDisjoint true ] ; + sh:targetClass brick:DDAHU . + +bsh:hasPartShape a sh:PropertyShape ; + sh:path brick:hasPart . + +bsh:hasQuantity a sh:NodeShape ; + sh:class qudt:QuantityKind ; + sh:targetObjectsOf brick:hasQuantity . + +bsh:hasSubstance a sh:NodeShape ; + sh:class brick:Substance ; + sh:targetObjectsOf brick:hasSubstance . + +bsh:isFedByShape a sh:PropertyShape ; + sh:path brick:isFedBy . + +bsh:isPartOfShape a sh:PropertyShape ; + sh:path brick:isPartOf . + +rec:AssetCollection a sh:NodeShape . + +rec:ICTRack owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Rack" ; + brick:isReplacedBy brick:ICT_Rack . + +rec:ICT_Equipment owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Equipment" ; + brick:isReplacedBy brick:ICT_Equipment . + +rec:ICT_Hardware owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Hardware" ; + brick:isReplacedBy brick:ICT_Hardware . + +rec:Network_Router owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkRouter" ; + brick:isReplacedBy brick:Network_Router . + +rec:substance a owl:AnnotationProperty ; + rdfs:label "substance" ; + rdfs:domain rec:feeds, + rec:isFedBy ; + rdfs:range [ a rdfs:Datatype ; + owl:oneOf ( "ACElec" "Air" "BlowdownWater" "ChilledWater" "ColdDomesticWater" "Condensate" "CondenserWater" "DCElec" "Diesel" "DriveElec" "Ethernet" "ExhaustAir" "Freight" "FuelOil" "Gasoline" "GreaseExhaustAir" "HotDomesticWater" "HotWater" "IrrigationWater" "Light" "MakeupWater" "NaturalGas" "NonPotableDomesticWater" "OutsideAir" "People" "Propane" "RecircHotDomesticWater" "Refrig" "ReturnAir" "SprinklerWater" "Steam" "StormDrainage" "SupplyAir" "TransferAir" "WasteVentDrainage" "Water" ) ], + [ a rdfs:Datatype ; + owl:oneOf ( "ACElec" "Air" "BlowdownWater" "ChilledWater" "ColdDomesticWater" "Condensate" "CondenserWater" "DCElec" "Diesel" "DriveElec" "Ethernet" "ExhaustAir" "Freight" "FuelOil" "Gasoline" "GreaseExhaustAir" "HotDomesticWater" "HotWater" "IrrigationWater" "Light" "MakeupWater" "NaturalGas" "NonPotableDomesticWater" "OutsideAir" "People" "Propane" "RecircHotDomesticWater" "Refrig" "ReturnAir" "SprinklerWater" "Steam" "StormDrainage" "SupplyAir" "TransferAir" "WasteVentDrainage" "Water" ) ] . + +bacnet:description a bacnet:StandardProperty, + owl:DatatypeProperty ; + bacnet:propertyEnum bacnet:PropertyIdentifier-description ; + bacnet:propertyName "description" ; + bacnet:propertyRef bacnet:Description ; + skos:definition "The content of the description field of the BACnet object." . + +bacnet:object-identifier a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-identifier" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-identifier ; + bacnet:propertyName "object-identifier" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Identifier ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The BACnet object identifier" . + +bacnet:object-name a bacnet:StandardProperty, + owl:DatatypeProperty ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-name ; + bacnet:propertyName "object-name" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Name ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The content of the name field of the BACnet object." . + +bacnet:object-type a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-type" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-type ; + bacnet:propertyName "object-type" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Type ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The type of the BACnet object" . + +bacnet:objectOf a owl:ObjectProperty ; + rdfs:label "objectOf" ; + rdfs:comment "The 'parent' BACnet device that hosts this BACnet object." ; + rdfs:range bacnet:BACnetDevice . + +skos:broader a rdf:Property ; + rdfs:label "has broader"@en ; + owl:inverseOf skos:narrower . + +skos:narrower a rdf:Property ; + rdfs:label "has narrower"@en ; + owl:inverseOf skos:broader . + +vcard:Address a owl:Class . + +vcard:hasAddress a owl:ObjectProperty . + +sosa:FeatureOfInterest a owl:Class . + +sosa:ObservableProperty a owl:Class . + +brick:AED a owl:Class, + sh:NodeShape ; + rdfs:label "AED" ; + owl:equivalentClass brick:Automated_External_Defibrillator ; + brick:aliasOf brick:Automated_External_Defibrillator . + +brick:AHU a owl:Class, + sh:NodeShape ; + rdfs:label "AHU" ; + owl:equivalentClass brick:Air_Handling_Unit ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + brick:aliasOf brick:Air_Handling_Unit . + +brick:Acceleration_Time a brick:Quantity ; + rdfs:label "Acceleration Time" ; + skos:broader brick:Time . + +brick:Access_Control_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Access Control Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + 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:Air_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Deadband Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Demand Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Demand_Setpoint ; + skos:definition "Sets the rate of air flow required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Air_Handler_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Handler Unit" ; + owl:equivalentClass brick:Air_Handling_Unit ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + brick:aliasOf brick:Air_Handling_Unit . + +brick:Air_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the pressure of the surrounding air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Pressure . + +brick:Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Air_System a owl:Class, + sh:NodeShape ; + rdfs:label "Air System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, distribution systems and terminals that introduce or exhaust, either collectively or individually, the air into and from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System . + +brick:Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Step Parameter" ; + rdfs:subClassOf brick:Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Wet Bulb Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor, + brick:Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Air . + +brick:Apparent_Energy a brick:Quantity ; + rdfs:label "Apparent_Energy" ; + qudt:applicableUnit unit:KiloV-A-HR, + unit:MegaV-A-HR, + unit:V-A-HR ; + rdfs:isDefinedBy ; + skos:broader brick:Electric_Energy ; + skos:definition "The integral of the apparent power over a time interval" . + +brick:Atmospheric_Pressure a brick:Quantity ; + rdfs:label "Atmospheric Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + 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:Average_Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Discharge Air Flow Sensor" ; + owl:equivalentClass brick:Average_Supply_Air_Flow_Sensor ; + skos:definition "The computed average flow of discharge air over some interval"@en ; + brick:aliasOf brick:Average_Supply_Air_Flow_Sensor . + +brick:BACnet_Controller a owl:Class, + sh:NodeShape ; + rdfs:label "BACnet Controller" ; + rdfs:subClassOf brick:Controller ; + sh:rule [ a sh:TripleRule ; + sh:object tag:BACnet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:BACnet, + tag:Controller, + tag:Equipment . + +brick:Blowdown_Water a brick:Substance ; + rdfs:label "Blowdown Water" ; + skos:broader brick:Water ; + skos:definition "Water expelled from a system to remove mineral build up"@en . + +brick:Breakroom a owl:Class, + sh:NodeShape ; + rdfs:label "Breakroom" ; + owl:deprecated true ; + owl:equivalentClass brick:Break_Room ; + skos:definition "A space for people to relax while not working"@en ; + brick:aliasOf brick:Break_Room ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ; + brick:isReplacedBy rec:StaffRoom . + +brick:CAV a owl:Class, + sh:NodeShape ; + rdfs:label "CAV" ; + owl:equivalentClass brick:Constant_Air_Volume_Box ; + brick:aliasOf brick:Constant_Air_Volume_Box . + +brick:CO a brick:Substance ; + rdfs:label "CO" ; + skos:broader brick:Gas ; + skos:definition "Carbon Monoxide in the vapor phase"@en . + +brick:CO2 a brick:Substance ; + rdfs:label "CO2" ; + skos:broader brick:Gas ; + skos:definition "Carbon Dioxide in the vapor phase"@en . + +brick:CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the presence of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Point . + +brick:CO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Level Sensor" ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets some property of CO2"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:CO2_Concentration . + +brick:CRAC a owl:Class, + sh:NodeShape ; + rdfs:label "CRAC" ; + owl:equivalentClass brick:Computer_Room_Air_Conditioning ; + brick:aliasOf brick:Computer_Room_Air_Conditioning . + +brick:CRAH a owl:Class, + sh:NodeShape ; + rdfs:label "CRAH" ; + owl:equivalentClass brick:Computer_Room_Air_Handler ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + brick:aliasOf brick:Computer_Room_Air_Handler . + +brick:Camera a owl:Class, + sh:NodeShape ; + rdfs:label "Camera" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment . + +brick:Check_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Check Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve that allows fluid to flow in only one direction, preventing reverse flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Check ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Check, + tag:Valve . + +brick:Chilled_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Meter" ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Chilled_Water . + +brick:Circuit_Breaker a owl:Class, + sh:NodeShape ; + rdfs:label "Circuit Breaker" ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "A circuit breaker is a safety device to prevent damage to devices in a circuit, such as electric motors, and wiring when the current flowing through the electrical circuit supersedes its design limits. It does this by removing the current from a circuit when an unsafe condition arises. Unlike a switch, a circuit breaker automatically does this and shuts off the power immediately."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circuit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Circuit . + +brick:Cold_Deck a owl:Class, + sh:NodeShape ; + rdfs:label "Cold Deck" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cold, + tag:Deck, + tag:Equipment . + +brick:Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Conductivity Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures electrical conductance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Conductivity . + +brick:Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a cooling process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Deadband Setpoint" ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of cooling discharge air"@en ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint . + +brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Integral Time Parameter" ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter . + +brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Temperature Proportional Band Parameter" ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter . + +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_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Current Output Sensor" ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Senses the amperes of electrical current produced as output by a device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +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:Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Cycle Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with HVAC cycles"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point . + +brick:DOAS a owl:Class, + sh:NodeShape ; + rdfs:label "DOAS" ; + owl:equivalentClass brick:Dedicated_Outdoor_Air_System_Unit ; + skos:definition "See Dedicated_Outdoor_Air_System_Unit"@en ; + brick:aliasOf brick:Dedicated_Outdoor_Air_System_Unit . + +brick:Damper_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Damper Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of dampers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point . + +brick:Daylight_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Daylight Sensor Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Daylight ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Daylight, + tag:Equipment, + tag:ICT, + tag:Sensor . + +brick:Deceleration_Time a brick:Quantity ; + rdfs:label "Deceleration Time" ; + skos:broader brick:Time . + +brick:Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Delay Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter determining how long to delay a subsequent action to take place after a received signal"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Delay, + tag:Parameter, + tag:Point . + +brick:DeprecationShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "The version in which the entity was deprecated" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecatedInVersion ], + [ a sh:PropertyShape ; + skos:definition "A SHACL rule which will mitigate the deprecation" ; + sh:class sh:NodeShape ; + sh:path brick:deprecationMitigationRule ], + [ a sh:PropertyShape ; + skos:definition "A message describing how to mitigate or address the deprecation" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecationMitigationMessage ] . + +brick:Differential_Dry_Bulb_Temperature a brick:Quantity ; + rdfs:label "Differential Dry Bulb Temperature" ; + qudt:isDeltaQuantity true ; + skos:broader brick:Dry_Bulb_Temperature . + +brick:Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Step . + +brick:Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the direction in degrees in which a phenomenon is occuring"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Direction . + +brick:Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Direction Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which direction a device is operating in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Status ; + brick:hasQuantity brick:Direction . + +brick:Discharge_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Dewpoint Sensor" ; + owl:equivalentClass brick:Supply_Air_Dewpoint_Sensor ; + skos:definition "Measures dewpoint of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Dewpoint_Sensor . + +brick:Discharge_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Differential Pressure Sensor" ; + owl:equivalentClass brick:Supply_Air_Differential_Pressure_Sensor ; + brick:aliasOf brick:Supply_Air_Differential_Pressure_Sensor . + +brick:Discharge_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Differential Pressure Setpoint" ; + owl:equivalentClass brick:Supply_Air_Differential_Pressure_Setpoint ; + brick:aliasOf brick:Supply_Air_Differential_Pressure_Setpoint . + +brick:Discharge_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Duct Pressure Status" ; + owl:equivalentClass brick:Supply_Air_Duct_Pressure_Status ; + skos:definition "Indicates if air pressure in discharge duct is within expected bounds"@en ; + brick:aliasOf brick:Supply_Air_Duct_Pressure_Status . + +brick:Discharge_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Demand Setpoint" ; + owl:equivalentClass brick:Supply_Air_Flow_Demand_Setpoint ; + skos:definition "Sets the rate of discharge air flow required for a process"@en ; + brick:aliasOf brick:Supply_Air_Flow_Demand_Setpoint . + +brick:Discharge_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow High Reset Setpoint" ; + owl:equivalentClass brick:Supply_Air_Flow_High_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Flow_High_Reset_Setpoint . + +brick:Discharge_Air_Flow_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Low Reset Setpoint" ; + owl:equivalentClass brick:Supply_Air_Flow_Low_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Flow_Low_Reset_Setpoint . + +brick:Discharge_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Reset Setpoint" ; + owl:equivalentClass brick:Supply_Air_Flow_Reset_Setpoint ; + skos:definition "Setpoints used in Reset strategies"@en ; + brick:aliasOf brick:Supply_Air_Flow_Reset_Setpoint . + +brick:Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Sensor" ; + owl:equivalentClass brick:Supply_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Flow_Sensor . + +brick:Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow"@en ; + brick:aliasOf brick:Supply_Air_Flow_Setpoint . + +brick:Discharge_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Humidity Sensor" ; + owl:equivalentClass brick:Supply_Air_Humidity_Sensor ; + skos:definition "Measures the relative humidity of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Humidity_Sensor . + +brick:Discharge_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Humidity Setpoint" ; + owl:equivalentClass brick:Supply_Air_Humidity_Setpoint ; + skos:definition "Humidity setpoint for discharge air"@en ; + brick:aliasOf brick:Supply_Air_Humidity_Setpoint . + +brick:Discharge_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Integral Gain Parameter" ; + owl:equivalentClass brick:Supply_Air_Integral_Gain_Parameter ; + brick:aliasOf brick:Supply_Air_Integral_Gain_Parameter . + +brick:Discharge_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Plenum" ; + owl:equivalentClass brick:Supply_Air_Plenum ; + brick:aliasOf brick:Supply_Air_Plenum . + +brick:Discharge_Air_Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Proportional Gain Parameter" ; + owl:equivalentClass brick:Supply_Air_Proportional_Gain_Parameter ; + brick:aliasOf brick:Supply_Air_Proportional_Gain_Parameter . + +brick:Discharge_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Smoke Detection Alarm" ; + owl:equivalentClass brick:Supply_Air_Smoke_Detection_Alarm ; + brick:aliasOf brick:Supply_Air_Smoke_Detection_Alarm . + +brick:Discharge_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Deadband Setpoint" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Deadband_Setpoint . + +brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Integral Time Parameter" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Integral_Time_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Integral_Time_Parameter . + +brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Proportional Band Parameter" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter . + +brick:Discharge_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Sensor" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within discharge regions of an HVAC system"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Sensor . + +brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Step Parameter" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Step_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Step_Parameter . + +brick:Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Alarm" ; + owl:equivalentClass brick:Supply_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of discharge air."@en ; + brick:aliasOf brick:Supply_Air_Temperature_Alarm . + +brick:Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Deadband Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Deadband_Setpoint . + +brick:Discharge_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature High Reset Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_High_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_High_Reset_Setpoint . + +brick:Discharge_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Low Reset Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Low_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_Low_Reset_Setpoint . + +brick:Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Proportional Band Parameter" ; + owl:equivalentClass brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Supply_Air_Temperature_Proportional_Band_Parameter . + +brick:Discharge_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Reset Differential Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Reset_Differential_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint . + +brick:Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Sensor" ; + owl:equivalentClass brick:Supply_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Sensor . + +brick:Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Setpoint Limit" ; + owl:equivalentClass brick:Supply_Air_Temperature_Setpoint_Limit ; + brick:aliasOf brick:Supply_Air_Temperature_Setpoint_Limit . + +brick:Discharge_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Step Parameter" ; + owl:equivalentClass brick:Supply_Air_Temperature_Step_Parameter ; + brick:aliasOf brick:Supply_Air_Temperature_Step_Parameter . + +brick:Discharge_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Velocity Pressure Sensor" ; + owl:equivalentClass brick:Supply_Air_Velocity_Pressure_Sensor ; + brick:aliasOf brick:Supply_Air_Velocity_Pressure_Sensor . + +brick:Discharge_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Fan" ; + owl:equivalentClass brick:Supply_Fan ; + skos:definition "Fan moving air discharged from HVAC vents"@en ; + brick:aliasOf brick:Supply_Fan . + +brick:Discharge_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Discharge Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Water a brick:Substance ; + rdfs:label "Domestic Water" ; + skos:broader brick:Water ; + skos:definition "A collection of equipment that transport and regulate domestic water among each other"@en . + +brick:ESS_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "ESS Panel" ; + owl:equivalentClass brick:Embedded_Surface_System_Panel ; + skos:definition "See Embedded_Surface_System_Panel"@en ; + brick:aliasOf brick:Embedded_Surface_System_Panel . + +brick:EV_Charging_Hub a owl:Class, + sh:NodeShape ; + rdfs:label "EV Charging Hub" ; + owl:equivalentClass brick:Electric_Vehicle_Charging_Hub ; + brick:aliasOf brick:Electric_Vehicle_Charging_Hub . + +brick:Effective_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Cooling Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Effective_Air_Temperature_Setpoint ; + skos:definition "The effective cooling setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Discharge Air Temperature Setpoint" ; + owl:equivalentClass brick:Effective_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Effective_Supply_Air_Temperature_Setpoint . + +brick:Effective_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Heating Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Heating_Zone_Air_Temperature_Setpoint ; + skos:definition "The effective heating setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Target Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Target_Zone_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired air temperature in a specific zone of a building. This setpoint acts as a baseline from which the cooling and heating setpoints are established by adding or subtracting a deadband width"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Electric_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Energy Sensor" ; + rdfs:subClassOf brick:Energy_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Electric_Energy . + +brick:Electric_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Electric heating device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Electrical_System a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical System" ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that serve or are part of the electrical subsystem in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:System . + +brick:Elevator_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator Space" ; + owl:deprecated true ; + owl:equivalentClass brick:Elevator_Shaft ; + skos:definition "The vertical space in whcih an elevator ascends and descends"@en ; + brick:aliasOf brick:Elevator_Shaft ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; + brick:isReplacedBy rec:ElevatorShaft . + +brick:Embedded_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Temperature Sensor" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ; + skos:definition "Measures the internal temperature of the radiant layer of the radiant heating and cooling HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Embedded_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Temperature Setpoint" ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the internal material, e.g. concrete slab, of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Emergency_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate off-normal conditions associated with emergency systems"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Point . + +brick:Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system or piece of functionality has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Point, + tag:Status . + +brick:Energy_Generation_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Generation System" ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that generates electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:System . + +brick:Energy_Storage a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Storage" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Devices or equipment that store energy in its various forms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Storage System" ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that stores electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Storage, + tag:System . + +brick:Entering_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is enteringed to a cooling tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the chilled water load) chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the flow of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering High Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Hot_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the hot water load) hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Medium Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water entering a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Enthalpy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total heat content of some substance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy . + +brick:Ethernet_Port a owl:Class, + sh:NodeShape ; + rdfs:label "Ethernet Port" ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ethernet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Port ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ethernet, + tag:Port . + +brick:Ethernet_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Ethernet Switch" ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ethernet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ethernet, + tag:Switch . + +brick:Exhaust_Air_Flow_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Exhaust_Air_Flow_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Exhaust, + tag:Flow, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Exhaust_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets exhaust air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Stack Flow Setpoint" ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Setpoint ; + skos:definition "Sets exhaust air stack flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:FCU a owl:Class, + sh:NodeShape ; + rdfs:label "FCU" ; + owl:equivalentClass brick:Fan_Coil_Unit ; + skos:definition "See Fan_Coil_Unit"@en ; + brick:aliasOf brick:Fan_Coil_Unit . + +brick:Fan_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point . + +brick:Fan_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Point, + tag:Status . + +brick:Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a filter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Status . + +brick:Food_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Food Service Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space used in the production, storage, serving, or cleanup of food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ; + brick:hasAssociatedTag tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:FoodHandlingRoom . + +brick:Frequency_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the frequency of a phenomenon or aspect of a phenomenon, e.g. the frequency of a fan turning"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:FrequencyObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Frequency . + +brick:Fuel_Oil a brick:Substance ; + rdfs:label "Fuel Oil" ; + skos:broader brick:Oil ; + skos:definition "Petroleum based oil burned for energy"@en . + +brick:Furniture a owl:Class, + sh:NodeShape ; + rdfs:label "Furniture" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + owl:deprecated true ; + skos:definition "Movable objects intended to support various human activities such as seating, eating and sleeping"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Furniture" ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture ; + brick:isReplacedBy rec:Furniture . + +brick:Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Meter ; + brick:hasSubstance brick:Natural_Gas . + +brick:Gas_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Gas Valve" ; + rdfs:subClassOf brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Valve . + +brick:Gasoline a brick:Substance ; + rdfs:label "Gasoline" ; + skos:broader brick:Liquid ; + skos:definition "Petroleum derived liquid used as a fuel source"@en . + +brick:Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Generation Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor measuring how much something has been generated."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Generation, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Glycol a brick:Substance ; + rdfs:label "Glycol" ; + skos:broader brick:Liquid . + +brick:HVAC_System a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC System" ; + owl:equivalentClass brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + brick:aliasOf brick:Heating_Ventilation_Air_Conditioning_System . + +brick:HX a owl:Class, + sh:NodeShape ; + rdfs:label "HX" ; + owl:equivalentClass brick:Heat_Exchanger ; + skos:definition "See Heat_Exchanger"@en ; + brick:aliasOf brick:Heat_Exchanger . + +brick:Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Demand Sensor" ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a heating process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Deadband Setpoint" ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of heating discharge air"@en ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Deadband_Setpoint . + +brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Integral Time Parameter" ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter . + +brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Temperature Proportional Band Parameter" ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter . + +brick:High_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Discharge Air Temperature Alarm" ; + owl:equivalentClass brick:High_Supply_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that discharge air temperature is too high"@en ; + brick:aliasOf brick:High_Supply_Air_Temperature_Alarm . + +brick:Horizontal_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Horizontal Fan Coil Unit" ; + owl:equivalentClass brick:Duct_Fan_Coil_Unit ; + brick:aliasOf brick:Duct_Fan_Coil_Unit . + +brick:Hot_Deck a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Deck" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies heating to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deck, + tag:Equipment, + tag:Hot . + +brick:Hot_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Circulator Pump" ; + rdfs:subClassOf brick:Circulator_Pump, + brick:Hot_Water_Pump ; + skos:definition "Used to move hot water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Meter" ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water System Enable Command" ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:IAQ_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "IAQ Sensor Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:IAQ ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:IAQ, + tag:ICT, + tag:Sensor . + +brick:ICT_Rack a owl:Class, + sh:NodeShape ; + rdfs:label "ICT Rack" ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Rack . + +brick:Ice a brick:Substance ; + rdfs:label "Ice" ; + skos:broader brick:Solid ; + skos:definition "Water in its solid form"@en . + +brick:Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Illuminance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total luminous flux incident on a surface, per unit area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:IlluminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Integral Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Inverter a owl:Class, + sh:NodeShape ; + rdfs:label "Inverter" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "A device that changes direct current into alternating current"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inverter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Inverter . + +brick:Irradiance a brick:Quantity ; + rdfs:label "Irradiance" ; + qudt:applicableUnit unit:W-PER-CentiM2, + unit:W-PER-FT2, + unit:W-PER-IN2, + unit:W-PER-M2 ; + rdfs:isDefinedBy ; + skos:broader qudtqk:PowerPerArea ; + skos:definition "The power per unit area of electromagnetic radiation incident on a surface", + "The power per unit area of electromagnetic radiation incident on a surface"@en ; + skos:narrower brick:Solar_Irradiance . + +brick:Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Isolation Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that stops the flow of a fluid, usually for maintenance or safety purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Isolation, + tag:Valve . + +brick:Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Leak Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates leaks occured in systems containing fluids"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leak, + tag:Point . + +brick:Leak_Detector_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Leak Detector Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:ICT, + tag:Leak . + +brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Light a brick:Substance ; + rdfs:label "Light" . + +brick:Lighting_Level_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Level Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of the light provided by the device typically in percentages."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Level, + tag:Lighting, + tag:Point . + +brick:Liquid_CO2 a brick:Substance ; + rdfs:label "Liquid CO2" ; + skos:broader brick:Liquid ; + skos:definition "Carbon Dioxide in the liquid phase"@en . + +brick:Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Load_Shed_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint, + brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Lockout, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Lounge a owl:Class, + sh:NodeShape ; + rdfs:label "Lounge" ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A room for lesiure activities or relaxing"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lounge" ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Space ; + brick:isReplacedBy rec:Lounge . + +brick:Low_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is lower than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Low, + tag:Point . + +brick:Low_Discharge_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Discharge Air Flow Alarm" ; + owl:equivalentClass brick:Low_Supply_Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the discharge air flow is lower than normal."@en ; + brick:aliasOf brick:Low_Supply_Air_Flow_Alarm . + +brick:Low_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Discharge Air Temperature Alarm" ; + owl:equivalentClass brick:Low_Supply_Air_Temperature_Alarm ; + brick:aliasOf brick:Low_Supply_Air_Temperature_Alarm . + +brick:MAU a owl:Class, + sh:NodeShape ; + rdfs:label "MAU" ; + owl:equivalentClass brick:Makeup_Air_Unit ; + skos:definition "See Makeup_Air_Unit"@en ; + brick:aliasOf brick:Makeup_Air_Unit . + +brick:Makeup_Water a brick:Substance ; + rdfs:label "Makeup Water" ; + skos:broader brick:Water ; + skos:definition "Water used used to makeup water loss through leaks, evaporation, or blowdown"@en . + +brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Discharge Air Static Pressure Setpoint Limit" ; + owl:equivalentClass brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit ; + brick:aliasOf brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit . + +brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Discharge Air Temperature Setpoint Limit" ; + owl:equivalentClass brick:Max_Supply_Air_Temperature_Setpoint_Limit ; + brick:aliasOf brick:Max_Supply_Air_Temperature_Setpoint_Limit . + +brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Max_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Max_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Max_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Mechanical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Mechanical Room" ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A class of service rooms where mechanical equipment (HVAC) operates"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Medical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Medical Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of rooms used for medical purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HealthcareRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Medical, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:HealthcareRoom . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Temperature . + +brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Discharge Air Static Pressure Setpoint Limit" ; + owl:equivalentClass brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit ; + brick:aliasOf brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit . + +brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Discharge Air Temperature Setpoint Limit" ; + owl:equivalentClass brick:Min_Supply_Air_Temperature_Setpoint_Limit ; + brick:aliasOf brick:Min_Supply_Air_Temperature_Setpoint_Limit . + +brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Min_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Min_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Heating Discharge Air Flow Setpoint Limit" ; + owl:equivalentClass brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + brick:aliasOf brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Modbus_Controller a owl:Class, + sh:NodeShape ; + rdfs:label "Modbus Controller" ; + rdfs:subClassOf brick:Controller ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modbus ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Controller, + tag:Equipment, + tag:Modbus . + +brick:Motion_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Motion Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects the presence of motion in some area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motion, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Motor a owl:Class, + sh:NodeShape ; + rdfs:label "Motor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Motor . + +brick:NVR a owl:Class, + sh:NodeShape ; + rdfs:label "NVR" ; + owl:equivalentClass brick:Network_Video_Recorder ; + brick:aliasOf brick:Network_Video_Recorder . + +brick:Network_Router a owl:Class, + sh:NodeShape ; + rdfs:label "Network Router" ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Router ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Network, + tag:Router . + +brick:Network_Security_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Network Security Equipment" ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Network, + tag:Security . + +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:Occupancy_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Sensor Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Occupancy, + tag:Sensor . + +brick:Occupancy_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupancy Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a room or space is occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Occupied_Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when occupied"@en ; + brick:aliasOf brick:Occupied_Cooling_Supply_Air_Flow_Setpoint . + +brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature for zone air cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Occupied_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow when occupied"@en ; + brick:aliasOf brick:Occupied_Supply_Air_Flow_Setpoint . + +brick:Occupied_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Discharge Air Temperature Setpoint" ; + owl:equivalentClass brick:Occupied_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Occupied_Supply_Air_Temperature_Setpoint . + +brick:Occupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Occupied_Heating_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating when occupied"@en ; + brick:aliasOf brick:Occupied_Heating_Supply_Air_Flow_Setpoint . + +brick:Occupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature for zone air heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed . + +brick:Occupied_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Target Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Target_Zone_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired occupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Operating Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the current operating mode of a system, device or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status . + +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:Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Enable Differential Sensor" ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Enable, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Fan" ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving outside air; air that is supplied into the building from the outdoors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Outside . + +brick:Override_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Override Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports whether or not a device or control loop is in 'override'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Override, + tag:Point . + +brick:PAU a owl:Class, + sh:NodeShape ; + rdfs:label "PAU" ; + owl:equivalentClass brick:Pre-Cooling_Air_Unit ; + skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ; + brick:aliasOf brick:Pre-Cooling_Air_Unit . + +brick:PM10_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM10 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM10_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM1_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM1 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 1 micron"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM1_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM2.5_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PM2.5 Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM2.5_Concentration ; + brick:hasSubstance brick:Air . + +brick:PV_Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "PV Current Output Sensor" ; + owl:equivalentClass brick:Photovoltaic_Current_Output_Sensor ; + skos:definition "See Photovoltaic_Current_Output_Sensor"@en ; + brick:aliasOf brick:Photovoltaic_Current_Output_Sensor . + +brick:People_Count_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "People Count Sensor Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Count ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:People ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Count, + tag:Equipment, + tag:ICT, + tag:People, + 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:Potable_Water a brick:Substance ; + rdfs:label "Potable Water" ; + skos:broader brick:Water ; + skos:definition "Water that is safe to drink"@en . + +brick:Power_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Power Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with electrical power."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Power . + +brick:Power_Factor a brick:Quantity ; + rdfs:label "Power Factor" ; + 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:Preheat_Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Discharge Air Temperature Sensor" ; + owl:equivalentClass brick:Preheat_Supply_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air before heating is applied"@en ; + brick:aliasOf brick:Preheat_Supply_Air_Temperature_Sensor . + +brick:Pressure_Regulator_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Regulator Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Device to maintain controlled downstream fluid pressure with varying upstream pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Regulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Regulator, + tag:Valve . + +brick:Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Proportional Gain Parameter" ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:RC_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "RC Panel" ; + owl:equivalentClass brick:Radiant_Ceiling_Panel ; + skos:definition "See Radiant_Ceiling_Panel"@en ; + brick:aliasOf brick:Radiant_Ceiling_Panel . + +brick:RTU a owl:Class, + sh:NodeShape ; + rdfs:label "RTU" ; + owl:equivalentClass brick:Rooftop_Unit ; + skos:definition "see Rooftop_Unit"@en ; + brick:aliasOf brick:Rooftop_Unit . + +brick:RVAV a owl:Class, + sh:NodeShape ; + rdfs:label "RVAV" ; + owl:equivalentClass brick:Variable_Air_Volume_Box_With_Reheat ; + skos:definition "See Variable_Air_Volume_Box_With_Reheat"@en ; + brick:aliasOf brick:Variable_Air_Volume_Box_With_Reheat . + +brick:Radiance a brick:Quantity ; + rdfs:label "Radiance" ; + qudt:applicableUnit unit:W-PER-M2-SR ; + skos:narrower brick:Solar_Radiance ; + brick:hasQUDTReference qudtqk:Radiance . + +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:Radioactivity_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radioactivity Concentration Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of radioactivity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radioactivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radioactivity, + tag:Sensor ; + brick:hasQuantity brick:Radioactivity_Concentration ; + brick:hasSubstance brick:Air . + +brick:Refrigerant_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Refrigerant Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "A valve controlling the flow or pressure of refrigerant in refrigeration or air conditioning systems, crucial for system efficiency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Liquid, + tag:Refrigerant, + tag:Valve . + +brick:Region a owl:Class, + sh:NodeShape ; + rdfs:label "Region" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A unit of geographic space, usually contigious or somehow related to a geopolitical feature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Region ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Region" ; + brick:hasAssociatedTag tag:Location, + tag:Region ; + brick:isReplacedBy rec:Region . + +brick:Rest_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Rest Room" ; + owl:deprecated true ; + owl:equivalentClass brick:Restroom ; + skos:definition "A room that provides toilets and washbowls. Alternate spelling of Restroom"@en ; + brick:aliasOf brick:Restroom ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RestingRoom" ; + brick:isReplacedBy rec:RestingRoom . + +brick:Rotational_Speed a brick:Quantity ; + rdfs:label "Rotational_Speed" ; + qudt:applicableUnit unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Frequency, + qudtqk:Speed, + brick:Speed ; + skos:definition "Rotational speed" . + +brick:Run_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Run Status" ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Run, + tag:Status . + +brick:Run_Time_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Run Time Sensor" ; + owl:equivalentClass brick:On_Timer_Sensor ; + skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ; + brick:aliasOf brick:On_Timer_Sensor . + +brick:Security_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Security Service Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used by the security staff of a facility"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Security, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:SecurityRoom . + +brick:Separation_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Separation Tank" ; + rdfs:subClassOf brick:Tank ; + skos:definition "A tank used in conjunction with a filter to facilitate the separation of filtrate material for disposal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Server a owl:Class, + sh:NodeShape ; + rdfs:label "Server" ; + rdfs:subClassOf brick:ICT_Hardware ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Server ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT, + tag:Server . + +brick:Shading_System a owl:Class, + sh:NodeShape ; + rdfs:label "Shading System" ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that can control daylighting through various means"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Shade, + tag:System . + +brick:Smoke_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with smoke."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Smoke . + +brick:Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Smoke Detection Alarm" ; + rdfs:subClassOf brick:Smoke_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Point, + tag:Smoke . + +brick:Solar_Irradiance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Irradiance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures solar irradiance levels for photovoltaic systems"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Irradiance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Irradiance, + tag:Point, + tag:Sensor, + tag:Solar ; + brick:hasQuantity brick:Solar_Irradiance . + +brick:Solar_Radiance a brick:Quantity ; + rdfs:label "Solar_Radiance" ; + qudt:applicableUnit unit:W-PER-M2-SR ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Radiance, + brick:Radiance ; + 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", + "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:Solar_Thermal_Collector a owl:Class, + sh:NodeShape ; + rdfs:label "Solar Thermal Collector" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A type of solar panels that converts solar radiation into thermal energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:Solar, + tag:Thermal . + +brick:Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Speed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the operating speed of a device or equipment, e.g. fan"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Speed, + tag:Status . + +brick:Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby . + +brick:Standby_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Standby Unit On Off Status" ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the on/off status of a standby unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Static_Pressure_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Time . + +brick:Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures resistance to airflow in a heating and cooling system's components and duct work"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Pressure . + +brick:Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Steam a brick:Substance ; + rdfs:label "Steam" ; + skos:broader brick:Gas ; + skos:definition "water in the vapor phase."@en . + +brick:Steam_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses steam"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Storey a owl:Class, + sh:NodeShape ; + rdfs:label "Storey" ; + owl:deprecated true ; + owl:equivalentClass brick:Floor ; + brick:aliasOf brick:Floor ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ; + brick:isReplacedBy rec:Level . + +brick:Supply_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Supply Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint . + +brick:Supply_Water_Flow_Setpoint a owl:Class ; + rdfs:label "Supply Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint . + +brick:Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Switch" ; + rdfs:subClassOf brick:Interface ; + skos:definition "A switch used to operate all or part of a lighting installation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Switch . + +brick:TABS_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "TABS Panel" ; + owl:equivalentClass brick:Thermally_Activated_Building_System_Panel ; + skos:definition "See Thermally_Activated_Building_System_Panel"@en ; + brick:aliasOf brick:Thermally_Activated_Building_System_Panel . + +brick:TVOC_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "TVOC Sensor" ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC ; + brick:hasQuantity brick:TVOC_Concentration ; + brick:hasSubstance brick:Air . + +brick:Temperature_Differential_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Differential Reset Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Step Parameter" ; + rdfs:subClassOf brick:Step_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Thermal_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Power Sensor" ; + rdfs:subClassOf brick:Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal ; + brick:hasQuantity qudtqk:Power . + +brick:Thermostat a owl:Class, + sh:NodeShape ; + rdfs:label "Thermostat" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Sensor_Equipment ; + skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Thermostat . + +brick:Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Torque Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures torque, the tendency of a force to rotate an object about some axis"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TorqueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Torque ; + brick:hasQuantity qudtqk:Torque . + +brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when unoccupied"@en ; + brick:aliasOf brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for cooling within a specific zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Unoccupied_Supply_Air_Flow_Setpoint ; + brick:aliasOf brick:Unoccupied_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Discharge Air Temperature Setpoint" ; + owl:equivalentClass brick:Unoccupied_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Unoccupied_Supply_Air_Temperature_Setpoint . + +brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint ; + brick:aliasOf brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for heating within a specific zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Load Shed Command" ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied . + +brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Target Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired unoccupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:VAV a owl:Class, + sh:NodeShape ; + rdfs:label "VAV" ; + owl:equivalentClass brick:Variable_Air_Volume_Box ; + skos:definition "See Variable_Air_Volume_Box"@en ; + brick:aliasOf brick:Variable_Air_Volume_Box . + +brick:VFD a owl:Class, + sh:NodeShape ; + rdfs:label "VFD" ; + rdfs:seeAlso ; + owl:equivalentClass brick:Variable_Frequency_Drive ; + 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:aliasOf brick:Variable_Frequency_Drive . + +brick:Valve_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Valve Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the openness of a valve (typically as a proportion of its full range of motion)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Valve . + +brick:Velocity_Pressure_Sensor a owl:Class ; + rdfs:label "Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between total pressure and static pressure"@en ; + brick:hasQuantity brick:Pressure . + +brick:Vibration_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Vibration Sensor Equipment" ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vibration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Sensor, + tag:Vibration . + +brick:Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the voltage is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Voltage . + +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:Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Usage Sensor" ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage, + tag:Water ; + brick:hasQuantity qudtqk:Volume . + +brick:Wireless_Access_Point a owl:Class, + sh:NodeShape ; + rdfs:label "Wireless Access Point" ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wireless ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Equipment, + tag:Point, + tag:Wireless . + +brick:aggregate a brick:EntityProperty ; + rdfs:label "Aggregate" ; + skos:definition "Description of how the dta for this point is aggregated" . + +brick:aggregationFunction a owl:DatatypeProperty . + +brick:aggregationInterval a owl:DatatypeProperty . + +brick:azimuth a brick:EntityProperty ; + rdfs:label "Azimuth" ; + 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:label "Building primary function" ; + 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:label "Building thermal transmittance" ; + 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:connectedTo a owl:IrreflexiveProperty, + owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "Connected To" ; + rdfs:subPropertyOf brick:Relationship . + +brick:coolingCapacity a brick:EntityProperty ; + rdfs:label "Cooling capacity" ; + 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:label "Coordinates" ; + skos:definition "The location of an entity in latitude/longitude" . + +brick:currentFlowType a brick:EntityProperty ; + rdfs:label "Current flow type" ; + skos:definition "The current flow type of the entity" . + +brick:electricVehicleChargerDirectionality a brick:EntityProperty ; + rdfs:label "has electric vehicle charger directionality" ; + skos:definition "Indicates if the EVSE charger supports bidirectional charging or just unidirectional charging of the EV battery" . + +brick:electricVehicleChargerType a brick:EntityProperty ; + rdfs:label "has electric vehicle charger type" ; + skos:definition "Which type of EVSE charger this is, e.g. Level 1 (up to up to 2.5kW of AC power on 1 phase 120V input), Level 2 (direct AC power but can use higher voltage and up to 3 phases), or Level 3 (direct DC power)" . + +brick:electricVehicleConnectorType a brick:EntityProperty ; + rdfs:label "has electric vehicle connector type" ; + skos:definition "Identifies which kind of connector the port has. This property helps identify the physical connection required between the vehicle and the charging equipment." . + +brick:electricalComplexPower a brick:EntityProperty ; + rdfs:label "electrical complex power type" ; + skos:definition "Associated electrical complexity with the entity" . + +brick:electricalFlow a brick:EntityProperty ; + rdfs:label "Electrical flow direction" ; + skos:definition "Entity has this electrical flow relative to the building'" . + +brick:electricalPhaseCount a brick:EntityProperty ; + rdfs:label "Electrical phase count" ; + skos:definition "Entity has these phases" . + +brick:electricalPhases a brick:EntityProperty ; + rdfs:label "Electrical phases" ; + skos:definition "Entity has these electrical AC phases" . + +brick:grossArea a brick:EntityProperty ; + rdfs:label "Gross area" ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has gross 2-dimensional area" . + +brick:hasAddress rdfs:label "Has address" ; + rdfs:subPropertyOf vcard:hasAddress, + brick:Relationship ; + skos:definition "To specify the address of a building."@en . + +brick:hasInputSubstance a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has input substance" ; + rdfs:subPropertyOf brick:Relationship ; + 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:label "Has output substance" ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "The subject produces or exports the given substance from its internal process"@en . + +brick:hasQUDTReference a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has QUDT reference" ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "Points to the relevant QUDT definition"@en . + +brick:isReplacedBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is replaced by" ; + rdfs:subPropertyOf brick:Relationship . + +brick:isVirtualMeter a brick:EntityProperty ; + rdfs:label "is virtual meter" ; + skos:definition "True if the associated meter is 'virtual', i.e. a logical meter which includes or aggregates information from a variety of sources such as other submeters or equipment." . + +brick:measuredModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Measured module conversion efficiency" ; + rdfs:subPropertyOf brick:conversionEfficiency ; + skos:definition "The measured percentage of sunlight that is converted into usable power" . + +brick:measuredPowerInput a brick:EntityProperty ; + rdfs:label "Measured power input" ; + skos:definition "The nominal measured power input of the entity" . + +brick:measuredPowerOutput a brick:EntityProperty ; + rdfs:label "Measured power output" ; + skos:definition "The nominal measured power output of the entity" . + +brick:netArea a brick:EntityProperty ; + rdfs:label "Net area" ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has net 2-dimensional area" . + +brick:operationalStage a brick:EntityProperty ; + rdfs:label "Operational stage" ; + skos:definition "The associated operational stage" . + +brick:operationalStageCount a brick:EntityProperty ; + rdfs:label "Operational stage count" ; + skos:definition "The number of operational stages supported by this eqiupment" . + +brick:panelArea a brick:EntityProperty ; + rdfs:label "Panel area" ; + rdfs:subPropertyOf brick:area ; + skos:definition "Surface area of a panel, such as a PV panel" . + +brick:ratedMaximumCurrentInput a brick:EntityProperty ; + rdfs:label "Rated maximum current input" ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The maximum current that can be input to the entity" . + +brick:ratedMaximumCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated maximum current output" ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The maximum current that can be output by the entity" . + +brick:ratedMaximumVoltageInput a brick:EntityProperty ; + rdfs:label "Rated maximum voltage input" ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The maximum voltage that can be input to the entity" . + +brick:ratedMaximumVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated maximum voltage output" ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The maximum voltage that can be output by the entity" . + +brick:ratedMinimumCurrentInput a brick:EntityProperty ; + rdfs:label "Rated minimum current input" ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The minimum current that can be input to the entity" . + +brick:ratedMinimumCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated minimum current output" ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The minimum current that can be output by the entity" . + +brick:ratedMinimumVoltageInput a brick:EntityProperty ; + rdfs:label "Rated minimum voltage input" ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The minimum voltage that can be input to the entity" . + +brick:ratedMinimumVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated minimum voltage output" ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The minimum voltage that can be output by the entity" . + +brick:ratedModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Rated module conversion efficiency" ; + 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:label "Rated power input" ; + skos:definition "The nominal rated power input of the entity" . + +brick:ratedPowerOutput a brick:EntityProperty ; + rdfs:label "Rated power output" ; + skos:definition "The nominal rated power output of the entity" . + +brick:temperatureCoefficientofPmax a brick:EntityProperty ; + rdfs:label "Temperature coefficient" ; + 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:label "Tilt" ; + skos:definition "The direction an entity is facing in degrees above the horizon" . + +brick:volume a brick:EntityProperty ; + rdfs:label "Volume" ; + skos:definition "Entity has 3-dimensional volume" . + +brick:yearBuilt a brick:EntityProperty ; + rdfs:label "Year built" ; + rdfs:seeAlso "https://project-haystack.org/tag/yearBuilt" ; + skos:definition "Four digit year that a building was first built. (adopted from Project Haystack)" . + +ref:BACnetURI a owl:DatatypeProperty ; + rdfs:label "BACnetURI" ; + rdfs:comment "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" . + +ref:hasIfcProjectReference a owl:ObjectProperty ; + rdfs:label "hasIfcProjectReference" ; + skos:definition "A reference to the IFC Project that defines this entity" . + +ref:hasTimeseriesId a owl:DatatypeProperty ; + rdfs:label "hasTimeseriesId" ; + skos:definition "The unique identifier (primary key) for this TimeseriesReference in some database"@en . + +ref:ifcFileLocation a owl:DatatypeProperty ; + rdfs:label "The location of the IFC file defining a project" ; + rdfs:range xsd:string . + +ref:ifcGlobalID a owl:DatatypeProperty ; + rdfs:label "ifcGlobalID" ; + skos:definition "The IFC Global ID of the entity" . + +ref:ifcName a owl:DatatypeProperty ; + rdfs:label "ifcName" ; + skos:definition "The name of the IFC entity" . + +ref:ifcProject a owl:Class, + sh:NodeShape ; + rdfs:label "IfcProject" ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcFileLocation ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcProjectID ] . + +ref:ifcProjectID a owl:DatatypeProperty ; + rdfs:label "ifcProjectID" ; + skos:definition "The IFC ID of the containing project" . + +ref:preferred a owl:DatatypeProperty ; + skos:definition "An entity can have one 'preferred' External Reference. Consumers of the model should prioritize any external reference with the 'preferred' property" . + +ref:storedAt a owl:DatatypeProperty ; + rdfs:label "storedAt" ; + skos:definition "A reference to where the data for this TimeseriesReference is stored"@en . + +bsh:AggregationShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "Interval expressed in an ISO 8601 Duration string, e.g. RP1D" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:aggregationInterval ], + [ a sh:PropertyShape ; + skos:definition "The aggregation function applied to data in the interval which produces the value" ; + sh:in ( "max" "min" "count" "mean" "sum" "median" "mode" ) ; + sh:minCount 1 ; + sh:path brick:aggregationFunction ] . + +bsh:AzimuthShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:REV unit:MicroRAD unit:MIL unit:RAD unit:ARCSEC unit:MilliRAD unit:MilliARCSEC unit:MIN_Angle ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:maxInclusive 360 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:BuildingPrimaryFunctionShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Adult Education"^^xsd:string "Ambulatory Surgical Center"^^xsd:string "Aquarium"^^xsd:string "Automobile Dealership"^^xsd:string "Bank Branch"^^xsd:string "Bar/Nightclub"^^xsd:string "Barracks"^^xsd:string "Bowling Alley"^^xsd:string "Casino"^^xsd:string "College/University"^^xsd:string "Convenience Store with Gas Station"^^xsd:string "Convenience Store without Gas Station"^^xsd:string "Convention Center"^^xsd:string "Courthouse"^^xsd:string "Data Center"^^xsd:string "Distribution Center"^^xsd:string "Drinking Water Treatment & Distribution"^^xsd:string "Enclosed Mall"^^xsd:string "Energy/Power Station"^^xsd:string "Fast Food Restaurant"^^xsd:string "Financial Office"^^xsd:string "Fire Station"^^xsd:string "Fitness Center/Health Club/Gym"^^xsd:string "Food Sales"^^xsd:string "Food Service"^^xsd:string "Hospital (General Medical & Surgical)"^^xsd:string "Hotel"^^xsd:string "Ice/Curling Rink"^^xsd:string "Indoor Arena"^^xsd:string "K-12 School"^^xsd:string "Laboratory"^^xsd:string "Library"^^xsd:string "Lifestyle Center"^^xsd:string "Mailing Center/Post Office"^^xsd:string "Manufacturing/Industrial Plant"^^xsd:string "Medical Office"^^xsd:string "Mixed Use Property"^^xsd:string "Movie Theater"^^xsd:string "Multifamily Housing"^^xsd:string "Museum"^^xsd:string "Non-Refrigerated Warehouse"^^xsd:string "Office"^^xsd:string "Other - Education"^^xsd:string "Other - Entertainment/Public Assembly"^^xsd:string "Other - Lodging/Residential"^^xsd:string "Other - Mall"^^xsd:string "Other - Public Services"^^xsd:string "Other - Recreation"^^xsd:string "Other - Restaurant/Bar"^^xsd:string "Other - Services"^^xsd:string "Other - Stadium"^^xsd:string "Other - Technology/Science"^^xsd:string "Other - Utility"^^xsd:string "Other"^^xsd:string "Other/Specialty Hospital"^^xsd:string "Outpatient Rehabilitation/Physical Therapy"^^xsd:string "Parking"^^xsd:string "Performing Arts"^^xsd:string "Personal Services (Health/Beauty, Dry Cleaning, etc)"^^xsd:string "Police Station"^^xsd:string "Pre-school/Daycare"^^xsd:string "Prison/Incarceration"^^xsd:string "Race Track"^^xsd:string "Refrigerated Warehouse"^^xsd:string "Repair Services (Vehicle, Shoe, Locksmith, etc)"^^xsd:string "Residence Hall/Dormitory"^^xsd:string "Restaurant"^^xsd:string "Retail Store"^^xsd:string "Roller Rink"^^xsd:string "Self-Storage Facility"^^xsd:string "Senior Care Community"^^xsd:string "Single Family Home"^^xsd:string "Social/Meeting Hall"^^xsd:string "Stadium (Closed)"^^xsd:string "Stadium (Open)"^^xsd:string "Strip Mall"^^xsd:string "Supermarket/Grocery Store"^^xsd:string "Swimming Pool"^^xsd:string "Transportation Terminal/Station"^^xsd:string "Urgent Care/Clinic/Other Outpatient"^^xsd:string "Veterinary Office"^^xsd:string "Vocational School"^^xsd:string "Wastewater Treatment Plant"^^xsd:string "Wholesale Club/Supercenter"^^xsd:string "Worship Facility"^^xsd:string "Zoo"^^xsd:string "Adult Education" "Ambulatory Surgical Center" "Aquarium" "Automobile Dealership" "Bank Branch" "Bar/Nightclub" "Barracks" "Bowling Alley" "Casino" "College/University" "Convenience Store with Gas Station" "Convenience Store without Gas Station" "Convention Center" "Courthouse" "Data Center" "Distribution Center" "Drinking Water Treatment & Distribution" "Enclosed Mall" "Energy/Power Station" "Fast Food Restaurant" "Financial Office" "Fire Station" "Fitness Center/Health Club/Gym" "Food Sales" "Food Service" "Hospital (General Medical & Surgical)" "Hotel" "Ice/Curling Rink" "Indoor Arena" "K-12 School" "Laboratory" "Library" "Lifestyle Center" "Mailing Center/Post Office" "Manufacturing/Industrial Plant" "Medical Office" "Mixed Use Property" "Movie Theater" "Multifamily Housing" "Museum" "Non-Refrigerated Warehouse" "Office" "Other - Education" "Other - Entertainment/Public Assembly" "Other - Lodging/Residential" "Other - Mall" "Other - Public Services" "Other - Recreation" "Other - Restaurant/Bar" "Other - Services" "Other - Stadium" "Other - Technology/Science" "Other - Utility" "Other" "Other/Specialty Hospital" "Outpatient Rehabilitation/Physical Therapy" "Parking" "Performing Arts" "Personal Services (Health/Beauty, Dry Cleaning, etc)" "Police Station" "Pre-school/Daycare" "Prison/Incarceration" "Race Track" "Refrigerated Warehouse" "Repair Services (Vehicle, Shoe, Locksmith, etc)" "Residence Hall/Dormitory" "Restaurant" "Retail Store" "Roller Rink" "Self-Storage Facility" "Senior Care Community" "Single Family Home" "Social/Meeting Hall" "Stadium (Closed)" "Stadium (Open)" "Strip Mall" "Supermarket/Grocery Store" "Swimming Pool" "Transportation Terminal/Station" "Urgent Care/Clinic/Other Outpatient" "Veterinary Office" "Vocational School" "Wastewater Treatment Plant" "Wholesale Club/Supercenter" "Worship Facility" "Zoo" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:CoolingCapacityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:TON_FG unit:BTU_IT-PER-HR unit:BTU_TH-PER-HR unit:W ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:CoordinateShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:longitude ], + [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:latitude ] . + +bsh:CurrentFlowTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "AC"^^xsd:string "DC"^^xsd:string "AC" "DC" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ElectricalComplexPowerShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "real"^^xsd:string "reactive"^^xsd:string "apparent"^^xsd:string "real" "reactive" "apparent" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ElectricalFlowShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "import"^^xsd:string "export"^^xsd:string "net"^^xsd:string "absolute"^^xsd:string "import" "export" "net" "absolute" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PhaseCountShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( 1 2 3 "Total" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PhasesShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "A"^^xsd:string "B"^^xsd:string "C"^^xsd:string "AB"^^xsd:string "BC"^^xsd:string "AC"^^xsd:string "ABC"^^xsd:string "A" "B" "C" "AB" "BC" "AC" "ABC" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:TemperatureCoefficientPerDegreeCelsiusShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:TiltShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:GRAD unit:DEG unit:GON unit:REV unit:MicroRAD unit:MIL unit:RAD unit:ARCSEC unit:MilliRAD unit:MilliARCSEC unit:MIN_Angle ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:VirtualMeterShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:VolumeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT3 unit:M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:YearBuiltShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:hasAddressShape a sh:PropertyShape ; + sh:class vcard:Address ; + sh:path brick:hasAddress . + +bsh:hasAssociatedTagShape a sh:PropertyShape ; + sh:class brick:Tag ; + sh:path brick:hasAssociatedTag . + +bsh:hasInputSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasInputSubstance . + +bsh:hasLocationShape a sh:PropertyShape ; + sh:class brick:Location ; + sh:path brick:hasLocation . + +bsh:hasOutputSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasOutputSubstance . + +bsh:hasQUDTReferenceShape a sh:PropertyShape ; + sh:class qudt:QuantityKind ; + sh:path brick:hasQUDTReference . + +bsh:hasQuantityShape a sh:PropertyShape ; + sh:or ( [ sh:class brick:Quantity ] [ sh:class qudt:QuantityKind ] ) ; + sh:path brick:hasQuantity . + +bsh:hasSubMeterShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:hasSubMeter . + +bsh:hasTagShape a sh:PropertyShape ; + sh:class brick:Tag ; + sh:path brick:hasTag . + +bsh:hasUnitShape a sh:PropertyShape ; + sh:class qudt:Unit ; + sh:path brick:hasUnit . + +bsh:hasaggregateShape a sh:PropertyShape ; + rdfs:label "has Aggregate property" ; + sh:node bsh:AggregationShape ; + sh:path brick:aggregate . + +bsh:hasareaShape a sh:PropertyShape ; + rdfs:label "has Area property" ; + sh:node bsh:AreaShape ; + sh:path brick:area . + +bsh:hasazimuthShape a sh:PropertyShape ; + rdfs:label "has Azimuth property" ; + sh:node bsh:AzimuthShape ; + sh:path brick:azimuth . + +bsh:hasbuildingPrimaryFunctionShape a sh:PropertyShape ; + rdfs:label "has Building primary function property" ; + sh:node bsh:BuildingPrimaryFunctionShape ; + sh:path brick:buildingPrimaryFunction . + +bsh:hasbuildingThermalTransmittanceShape a sh:PropertyShape ; + rdfs:label "has Building thermal transmittance property" ; + sh:node bsh:ThermalTransmittanceShape ; + sh:path brick:buildingThermalTransmittance . + +bsh:hasconversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Conversion efficiency property" ; + sh:node bsh:EfficiencyShape ; + sh:path brick:conversionEfficiency . + +bsh:hascoolingCapacityShape a sh:PropertyShape ; + rdfs:label "has Cooling capacity property" ; + sh:node bsh:CoolingCapacityShape ; + sh:path brick:coolingCapacity . + +bsh:hascurrentFlowTypeShape a sh:PropertyShape ; + rdfs:label "has Current flow type property" ; + sh:node bsh:CurrentFlowTypeShape ; + sh:path brick:currentFlowType . + +bsh:hasdeprecationShape a sh:PropertyShape ; + rdfs:label "has Deprecation Notice property" ; + sh:node brick:DeprecationShape ; + sh:path brick:deprecation . + +bsh:haselectricVehicleChargerTypeShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle charger type property" ; + sh:node bsh:ElectricVehicleChargingTypeShape ; + sh:path brick:electricVehicleChargerType . + +bsh:haselectricVehicleConnectorTypeShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle connector type property" ; + sh:node bsh:ElectricVehicleConnectorTypeShape ; + sh:path brick:electricVehicleConnectorType . + +bsh:haselectricalPhaseCountShape a sh:PropertyShape ; + rdfs:label "has Electrical phase count property" ; + sh:node bsh:PhaseCountShape ; + sh:path brick:electricalPhaseCount . + +bsh:haselectricalPhasesShape a sh:PropertyShape ; + rdfs:label "has Electrical phases property" ; + sh:node bsh:PhasesShape ; + sh:path brick:electricalPhases . + +bsh:hasgrossAreaShape a sh:PropertyShape ; + rdfs:label "has Gross area property" ; + sh:node bsh:AreaShape ; + sh:path brick:grossArea . + +bsh:hasisVirtualMeterShape a sh:PropertyShape ; + rdfs:label "has is virtual meter property" ; + sh:node bsh:VirtualMeterShape ; + sh:path brick:isVirtualMeter . + +bsh:haslastKnownValueShape a sh:PropertyShape ; + rdfs:label "has Last known value property" ; + sh:node bsh:LastKnownValueShape ; + sh:path brick:lastKnownValue . + +bsh:hasmeasuredModuleConversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Measured module conversion efficiency property" ; + sh:node bsh:EfficiencyShape ; + sh:path brick:measuredModuleConversionEfficiency . + +bsh:hasmeasuredPowerInputShape a sh:PropertyShape ; + rdfs:label "has Measured power input property" ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:measuredPowerInput . + +bsh:hasmeasuredPowerOutputShape a sh:PropertyShape ; + rdfs:label "has Measured power output property" ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:measuredPowerOutput . + +bsh:hasnetAreaShape a sh:PropertyShape ; + rdfs:label "has Net area property" ; + sh:node bsh:AreaShape ; + sh:path brick:netArea . + +bsh:hasoperationalStageCountShape a sh:PropertyShape ; + rdfs:label "has Operational stage count property" ; + sh:node bsh:StageShape ; + sh:path brick:operationalStageCount . + +bsh:hasoperationalStageShape a sh:PropertyShape ; + rdfs:label "has Operational stage property" ; + sh:node bsh:StageShape ; + sh:path brick:operationalStage . + +bsh:haspanelAreaShape a sh:PropertyShape ; + rdfs:label "has Panel area property" ; + sh:node bsh:AreaShape ; + sh:path brick:panelArea . + +bsh:hasratedCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated current input property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedCurrentInput . + +bsh:hasratedCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated current output property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedCurrentOutput . + +bsh:hasratedMaximumCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum current input property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMaximumCurrentInput . + +bsh:hasratedMaximumCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum current output property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMaximumCurrentOutput . + +bsh:hasratedMaximumVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum voltage input property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMaximumVoltageInput . + +bsh:hasratedMaximumVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum voltage output property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMaximumVoltageOutput . + +bsh:hasratedMinimumCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum current input property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMinimumCurrentInput . + +bsh:hasratedMinimumCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum current output property" ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMinimumCurrentOutput . + +bsh:hasratedMinimumVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum voltage input property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMinimumVoltageInput . + +bsh:hasratedMinimumVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum voltage output property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMinimumVoltageOutput . + +bsh:hasratedModuleConversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Rated module conversion efficiency property" ; + sh:node bsh:EfficiencyShape ; + sh:path brick:ratedModuleConversionEfficiency . + +bsh:hasratedPowerInputShape a sh:PropertyShape ; + rdfs:label "has Rated power input property" ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:ratedPowerInput . + +bsh:hasratedPowerOutputShape a sh:PropertyShape ; + rdfs:label "has Rated power output property" ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:ratedPowerOutput . + +bsh:hasratedVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Measured voltage input property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedVoltageInput . + +bsh:hasratedVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated voltage output property" ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedVoltageOutput . + +bsh:hastemperatureCoefficientofPmaxShape a sh:PropertyShape ; + rdfs:label "has Temperature coefficient property" ; + sh:node bsh:TemperatureCoefficientPerDegreeCelsiusShape ; + sh:path brick:temperatureCoefficientofPmax . + +bsh:hasthermalTransmittanceShape a sh:PropertyShape ; + rdfs:label "has Thermal transmittance property" ; + sh:node bsh:ThermalTransmittanceShape ; + sh:path brick:thermalTransmittance . + +bsh:hastiltShape a sh:PropertyShape ; + rdfs:label "has Tilt property" ; + sh:node bsh:TiltShape ; + sh:path brick:tilt . + +bsh:hasyearBuiltShape a sh:PropertyShape ; + rdfs:label "has Year built property" ; + sh:node bsh:YearBuiltShape ; + sh:path brick:yearBuilt . + +bsh:isAssociatedWithShape a sh:PropertyShape ; + sh:class owl:Class ; + sh:path brick:isAssociatedWith . + +bsh:isLocationOfShape a sh:PropertyShape ; + sh:class brick:Entity ; + sh:path brick:isLocationOf . + +bsh:isPointOfShape a sh:PropertyShape ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] ) ; + sh:path brick:isPointOf . + +bsh:isReplacedByShape a sh:PropertyShape ; + sh:class brick:Entity ; + sh:path brick:isReplacedBy . + +bsh:isSubMeterOfShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:isSubMeterOf . + +bsh:isTagOfShape a sh:PropertyShape ; + sh:class owl:Class ; + sh:path brick:isTagOf . + +bsh:latitudeShape a sh:PropertyShape ; + sh:or bsh:NumericValue ; + sh:path brick:latitude . + +bsh:longitudeShape a sh:PropertyShape ; + sh:or bsh:NumericValue ; + sh:path brick:longitude . + +bsh:metersShape a sh:PropertyShape ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Collection ] ) ; + sh:path brick:meters . + +bsh:timestampShape a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:path brick:timestamp . + +bsh:valueShape a sh:PropertyShape ; + sh:class rdfs:Resource ; + sh:path brick:value . + +brick:Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Adjust Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures user-provided adjustment of some value"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DimensionlessRatio . + +brick:Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Enthalpy Sensor" ; + rdfs:subClassOf brick:Enthalpy_Sensor ; + skos:definition "Measures the total heat content of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Grains Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the mass of water vapor in air"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Air . + +brick:Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Air Plenum" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A component of the HVAC the receives air from the air handling unit or room to distribute or exhaust to or from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum . + +brick:Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Alarm" ; + rdfs:subClassOf brick:Air_Alarm, + brick:Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time . + +brick:Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Velocity_Pressure_Sensor ; + skos:definition "Measures the difference between total air pressure and static air pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure . + +brick:Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm Sensitivity Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter indicates the sensitivity to activate an alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +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:Ammonia_Concentration a brick:Quantity ; + rdfs:label "AmmoniaConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of Ammonia in a medium" . + +brick:Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Angle Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measues the planar angle of some phenomenon"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Angle . + +brick:Automated_External_Defibrillator a owl:Class, + sh:NodeShape ; + rdfs:label "Automated External Defibrillator" ; + rdfs:subClassOf brick:Safety_Equipment ; + owl:equivalentClass brick:AED ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AED ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Defibrillator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AED, + tag:Defibrillator, + tag:Equipment, + tag:Safety . + +brick:Automatic_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Automatic Switch" ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "An automatic switch operates automatically in the event of some current threshold or other designed event. Criteria for automatic operation is generally a physical property of the switch."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Switch . + +brick:Average_Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Average Supply Air Flow Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Boiler" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Water_Heater ; + skos:definition "A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment . + +brick:Break_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Break Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Breakroom ; + skos:definition "A space for people to relax while not working"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Break ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Breakroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ; + brick:hasAssociatedTag tag:Break, + tag:Breakroom, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:StaffRoom . + +brick:Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Bypass Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A type of valve installed in a bypass pipeline"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Equipment, + tag:Valve . + +brick:Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Beam" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an integrated coil that performs sensible heating of a space via circulation of room air. Chilled Beams are not designed to perform latent cooling; see Induction Units. Despite their name, Chilled Beams may perform heating or cooling of a space depending on their configuration."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment . + +brick:Chilled_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Pump" ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on chilled water; typically part of a chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Coil" ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "Cooling or heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape (ASHRAE Dictionary)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment . + +brick:Computer_Room_Air_Handler a owl:Class, + sh:NodeShape ; + rdfs:label "Computer Room Air Handler" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAH ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CRAH ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CRAH, + tag:Computer, + tag:Equipment, + tag:Handler, + tag:Room . + +brick:Condenser_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Pump" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Constant_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Constant Air Volume Box" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Constant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:CAV, + tag:Constant, + tag:Equipment, + tag:Volume . + +brick:Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Coil" ; + rdfs:subClassOf brick:Coil ; + skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows. Typically filled with either refrigerant or cold water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Equipment . + +brick:Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status . + +brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Cooling_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Cool, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:Current_Imbalance a brick:Quantity ; + rdfs:label "CurrentImbalance" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average current", + "The percent deviation from average current"@en ; + skos:related brick:Electric_Current . + +brick:DDAHU a owl:Class, + sh:NodeShape ; + rdfs:label "DDAHU" ; + owl:equivalentClass brick:Dual_Duct_Air_Handling_Unit ; + skos:definition "See Dual_Duct_Air_Handling_Unit"@en ; + brick:aliasOf brick:Dual_Duct_Air_Handling_Unit . + +brick:Dedicated_Outdoor_Air_System_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Dedicated Outdoor Air System Unit" ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:DOAS ; + skos:definition "A device that conditions and delivers 100% outdoor air to its assigned spaces. It decouples air-conditioning of the outdoor air, usually used to provide minimum outdoor air ventilation, from conditioning of the internal loads."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:DOAS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dedicated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:DOAS, + tag:Dedicated, + tag:Equipment, + tag:Outdoor, + tag:System . + +brick:Differential_CO2_Concentration a brick:Quantity ; + rdfs:label "ΔCO2Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO2_Concentration ; + skos:definition "The difference in carbon dioxide concentration between two areas" . + +brick:Differential_CO_Concentration a brick:Quantity ; + rdfs:label "ΔCOConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO_Concentration ; + skos:definition "The difference in carbon monoxide concentration between two areas" . + +brick:Differential_Dynamic_Pressure a brick:Quantity ; + rdfs:label "Differential Dynamic Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + qudt:isDeltaQuantity true ; + skos:broader brick:Differential_Pressure, + brick:Velocity_Pressure ; + brick:hasQUDTReference qudtqk:DynamicPressure . + +brick:Differential_Entering_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Entering Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the difference in temperature between entering and leaving water of water a circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Entering, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water, + brick:Leaving_Chilled_Water . + +brick:Differential_Static_Pressure a brick:Quantity ; + rdfs:label "Differential Static Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + qudt:isDeltaQuantity true ; + skos:broader brick:Differential_Pressure, + brick:Static_Pressure ; + brick:hasQUDTReference qudtqk:StaticPressure . + +brick:Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Temperature Setpoint" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two temperature measurements"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Discharge_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Static Pressure Setpoint" ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Setpoint . + +brick:Discharge_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Cooling Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Cooling_Setpoint ; + skos:definition "Sets temperature of discharge air for cooling"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Cooling_Setpoint . + +brick:Discharge_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Heating Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Heating_Setpoint ; + skos:definition "Sets temperature of discharge air for heating"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Heating_Setpoint . + +brick:Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Discharge Air Temperature Setpoint" ; + owl:equivalentClass brick:Supply_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Setpoint . + +brick:Discharge_Water_Flow_Setpoint a owl:Class ; + rdfs:label "Discharge Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint . + +brick:Distribution_Frame a owl:Class, + sh:NodeShape ; + rdfs:label "Distribution Frame" ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A class of spaces where the cables carrying signals meet and connect, e.g. a wiring closet or a broadcast downlink room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Dry_Bulb_Temperature a brick:Quantity ; + rdfs:label "Dry_Bulb_Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)", + "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)"@en ; + skos:narrower brick:Differential_Dry_Bulb_Temperature . + +brick:Dual_Duct_Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Dual Duct Air Handling Unit" ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:DDAHU ; + skos:definition "An air handling unit that contains hot and cold decks to supply heating and cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:DDAHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:DDAHU, + tag:Dual, + tag:Equipment . + +brick:Duct_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Duct Fan Coil Unit" ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + owl:equivalentClass brick:Horizontal_Fan_Coil_Unit ; + skos:definition "An inline HVAC component, the Duct Fan Coil Unit is integrated within the ductwork system, rather than within the served space, to distribute conditioned air through ducts to various areas or rooms."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Horizontal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Duct, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Horizontal, + tag:Unit . + +brick:Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Duration Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the duration of a phenomenon or event"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TimeSpanObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Time . + +brick:Dynamic_Pressure a brick:Quantity ; + rdfs:label "Dynamic Pressure" ; + skos:broader brick:Pressure . + +brick:Effective_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Effective_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Electric_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Power Sensor" ; + rdfs:subClassOf brick:Power_Sensor ; + skos:definition "Measures the amount of instantaneous electric power consumed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricPower . + +brick:Electric_Vehicle_Charging_Hub a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Vehicle Charging Hub" ; + rdfs:subClassOf brick:Collection ; + owl:equivalentClass brick:EV_Charging_Hub ; + skos:definition "A collection of charging stations for charging electric vehicles. A hub may be located in a parking lot, for example"@en ; + sh:property [ sh:or ( [ sh:class brick:Electric_Vehicle_Charging_Station ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hub ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Collection, + tag:Electric, + tag:Hub, + tag:Vehicle . + +brick:Electric_Vehicle_Charging_Port a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Vehicle Charging Port" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "An individual point of attachment for charing a single electric vehicle"@en ; + sh:property bsh:haselectricVehicleChargerDirectionalityShape, + bsh:haselectricVehicleConnectorTypeShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Port ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Electric, + tag:Equipment, + tag:Port, + tag:Vehicle . + +brick:Electric_Vehicle_Charging_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Electric Vehicle Charging Station" ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "An individual piece of equipment supplying electrical power for charging electric vehicles. Contains 1 or more electric vehicle charging ports"@en ; + sh:property [ sh:or ( [ sh:class brick:Electric_Vehicle_Charging_Port ] ) ; + sh:path brick:hasPart ], + bsh:haselectricVehicleChargerDirectionalityShape, + bsh:haselectricVehicleChargerTypeShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Electric, + tag:Equipment, + tag:Station, + tag:Vehicle . + +brick:Elevator_Shaft a owl:Class, + sh:NodeShape ; + rdfs:label "Elevator Shaft" ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + owl:equivalentClass brick:Elevator_Space ; + skos:definition "The vertical space in which an elevator ascends and descends"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shaft ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; + brick:hasAssociatedTag tag:Elevator, + tag:Location, + tag:Shaft, + tag:Space, + tag:Vertical ; + brick:isReplacedBy rec:ElevatorShaft . + +brick:Embedded_Surface_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Embedded Surface System Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:ESS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:ESS, + tag:Embedded, + tag:Equipment, + tag:Panel, + tag:Surface, + tag:System . + +brick:Emergency_Power_Off_System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Power Off System Status" ; + rdfs:subClassOf brick:Off_Status, + brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Point, + tag:Power, + tag:Status, + tag:System . + +brick:Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures energy consumption"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:EnergyObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Energy . + +brick:Energy_System a owl:Class, + sh:NodeShape ; + rdfs:label "Energy System" ; + rdfs:subClassOf brick:Electrical_System ; + skos:definition "A collection of devices that generates, stores or transports electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:System . + +brick:Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Energy Usage Sensor" ; + rdfs:subClassOf brick:Energy_Sensor, + brick:Usage_Sensor ; + skos:definition "Measures the total amount of energy used over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity brick:Energy . + +brick:Entering_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Water . + +brick:Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Exhaust Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within exhaust regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Failure Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate the failure of devices, equipment, systems and control loops"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point . + +brick:Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Fault Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the presence of a fault in a device, system or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Point, + tag:Status . + +brick:Filter_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Filter Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure on either side of a filter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Flow Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Formaldehyde_Concentration a brick:Quantity ; + rdfs:label "FormaldehydeConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of formaldehyde in a medium" . + +brick:Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Frequency Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the frequency of a device's operation (e.g. rotational frequency)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Fresh Air Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Point, + tag:Setpoint . + +brick:Frost a brick:Substance ; + rdfs:label "Frost" ; + skos:broader brick:Solid ; + skos:definition "frost formed on the cold surface (tubes, plates) of a cooling coil."@en . + +brick:Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Gauge Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Pressure sensor which is zero-referenced against ambient air pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gauge, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Hail a brick:Substance ; + rdfs:label "Hail" ; + skos:broader brick:Solid ; + skos:definition "pellets of frozen rain which fall in showers from cumulonimbus clouds."@en . + +brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Heat_Recovery_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Recovery Condensing Unit" ; + rdfs:subClassOf brick:Condensing_Unit ; + skos:definition "An advanced outdoor HVAC unit equipped for both heating and cooling, with the added capability of heat recovery. It efficiently recycles heat from the cooling process for heating purposes, featuring components like a condenser coil, compressor, and heat recovery systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Unit . + +brick:Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Coil" ; + rdfs:subClassOf brick:Coil ; + skos:definition "A heating element typically made of pipe, tube or wire that emits heat. Typically filled with hot water, or, in the case of wire, uses electricity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat . + +brick:Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status . + +brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Heating_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Integral Time Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Heating Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:Heat, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:High_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Supply Air Temperature Alarm" ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:High_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:High, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:High_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "High Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates high temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Point, + tag:Temperature . + +brick:Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a hot water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Discharge Temperature Sensor" ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Pump" ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on hot water; typically part of a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Return Temperature Sensor" ; + rdfs:subClassOf brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Valve" ; + rdfs:subClassOf brick:Heating_Valve, + brick:Water_Valve ; + skos:definition "A valve regulating the flow of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Point . + +brick:Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the concentration of water vapor in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:PressureRatio . + +brick:Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Imbalance Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which measures difference (imbalance) between phases of an electrical system"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Intercom_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Intercom Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security . + +brick:Interface a owl:Class, + sh:NodeShape ; + rdfs:label "Interface" ; + rdfs:subClassOf brick:Lighting_Equipment ; + skos:definition "A device that provides an occupant control over a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface . + +brick:Isolation_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Isolation Switch" ; + rdfs:subClassOf brick:Switchgear ; + owl:equivalentClass brick:Disconnect_Switch ; + skos:definition "See 'Disconnect_Switch'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Isolation, + tag:Switch . + +brick:Leaving_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is supplied from a chiller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the flow of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Condenser Water Temperature Setpoint" ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of domestic water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Domestic Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leavinging part of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving High Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Medium Temperature Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Lighting a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting" ; + rdfs:subClassOf brick:Lighting_Equipment . + +brick:Linear_Speed a brick:Quantity ; + rdfs:label "Linear_Speed" ; + qudt:applicableUnit unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Speed, + brick:Speed ; + skos:definition "Speed in one dimension (linear)" . + +brick:Load_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Load Parameter" ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Parameter, + tag:Point . + +brick:Lobby a owl:Class, + sh:NodeShape ; + rdfs:label "Lobby" ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space just after the entrance to a building or other space of a building, where visitors can wait"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ; + brick:hasAssociatedTag tag:Common, + tag:Lobby, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Lobby . + +brick:Low_Supply_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Supply Air Flow Alarm" ; + rdfs:subClassOf brick:Low_Air_Flow_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Flow_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point, + tag:Supply . + +brick:Low_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Supply Air Temperature Alarm" ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Low, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Low_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Low Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates low temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Temperature . + +brick:Makeup_Air_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Makeup Air Unit" ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:MAU ; + skos:definition "A device designed to condition ventilation air introduced into a space or to replace air exhausted from a process or general area exhaust. The device may be used to prevent negative pressure within buildings or to reduce airborne contaminants in a space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:MAU, + tag:Makeup, + tag:Unit . + +brick:Manual_Fire_Alarm_Activation_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Manual Fire Alarm Activation Equipment" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A device for manually activating fire alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activation, + tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety . + +brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Occupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Max Occupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Supply Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Max_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Max_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Unoccupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Max Unoccupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Measurable a owl:Class, + sh:NodeShape ; + rdfs:label "Measurable" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Measurable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Measurable . + +brick:Methane_Concentration a brick:Quantity ; + rdfs:label "MethaneConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of methane in a medium" . + +brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Occupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Min Occupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Supply Air Static Pressure Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Min_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Min_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Unoccupied Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Min Unoccupied Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Mixing Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve used for mixing hot and cold fluid to a desired temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mixing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mixing, + tag:Valve . + +brick:NO2_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of nitrogen dioxide in a medium" . + +brick:Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:label "Natural Gas Boiler" ; + rdfs:subClassOf brick:Boiler ; + skos:definition "A closed, pressure vessel that uses natural gas for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Network_Video_Recorder a owl:Class, + sh:NodeShape ; + rdfs:label "Network Video Recorder" ; + rdfs:subClassOf brick:Video_Surveillance_Equipment ; + owl:equivalentClass brick:NVR ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NVR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recorder ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:NVR, + tag:Network, + tag:Recorder, + tag:Security, + tag:Surveillance, + tag:Video . + +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:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Occupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates if a system, device or control loop is in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Oil a brick:Substance ; + rdfs:label "Oil" ; + skos:broader brick:Liquid ; + skos:definition "a viscous liquid derived from petroleum, especially for use as a fuel or lubricant."@en ; + skos:narrower brick:Fuel_Oil . + +brick:On_Status a owl:Class, + sh:NodeShape ; + rdfs:label "On Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is on"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Status . + +brick:On_Timer_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "On Timer Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Timer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Run, + tag:Sensor, + tag:Time, + tag:Timer ; + brick:hasQuantity qudtqk:Time . + +brick:Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Lockout Temperature Differential Parameter" ; + rdfs:subClassOf brick:Lockout_Temperature_Differential_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Lockout, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Overridden_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Overridden Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if the expected operating status of an equipment or control loop has been overridden"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Overridden, + tag:Point, + tag:Status . + +brick:Ozone_Concentration a brick:Quantity ; + rdfs:label "OzoneConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of ozone in a medium" . + +brick:PV_Array a owl:Class, + sh:NodeShape ; + rdfs:label "PV Array" ; + rdfs:subClassOf rec:Collection ; + owl:equivalentClass brick:Photovoltaic_Array ; + sh:property [ a sh:PropertyShape ; + sh:class brick:PV_Panel ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] ; + brick:aliasOf brick:Photovoltaic_Array . + +brick:Packaged_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Packaged Heat Pump" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A self-contained unit designed to transfer heat energy to or from a designated space, capable of offering both heating and cooling functions"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump . + +brick:Phasor a brick:Quantity ; + rdfs:label "Phasor" ; + skos:related brick:Phasor_Angle, + brick:Phasor_Magnitude . + +brick:Photovoltaic_Array a owl:Class, + sh:NodeShape ; + rdfs:label "Photovoltaic Array" ; + rdfs:subClassOf brick:Collection ; + owl:deprecated true ; + owl:equivalentClass brick:PV_Array ; + skos:definition "A collection of photovoltaic panels"@en ; + sh:property [ sh:or ( [ sh:class brick:PV_Panel ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Collection, + tag:PV, + tag:Photovoltaic . + +brick:Photovoltaic_Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Photovoltaic Current Output Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:PV, + tag:Photovoltaic, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Position_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Position Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the position of some object"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Position_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Position Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Point, + tag:Position . + +brick:Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Power Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of instantaneous power consumed"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Pre-Cooling_Air_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Pre-Cooling Air Unit" ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:PAU ; + skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PAU . + +brick:Precipitation a brick:Quantity ; + rdfs:label "Precipitation" ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length, + brick:Level ; + skos:definition "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)", + "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)"@en . + +brick:Preheat_Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Preheat Supply Air Temperature Sensor" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Preheat, + tag:Sensor, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Pressure . + +brick:Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Reducing Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve used to reduce a high supply pressure to a usable level; maintains uniform outlet pressure despite inlet pressure variation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Valve . + +brick:Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Relief Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "Pressure-actuated valve to automatically relieve excessive pressure; prevents explosive shattering of the housing."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Valve . + +brick:Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if pressure is within expected bounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Status ; + brick:hasQuantity brick:Pressure . + +brick:Radiant_Ceiling_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Ceiling Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ceiling, + tag:Equipment, + tag:Panel, + tag:RC, + tag:Radiant . + +brick:Radon_Concentration a brick:Quantity ; + rdfs:label "RadonConcentration" ; + qudt:applicableUnit unit:BQ-PER-M3 ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:ActivityConcentration, + brick:Radioactivity_Concentration ; + skos:definition "The concentration of radioactivity due to Radon in a medium" . + +brick:Reactive_Energy a brick:Quantity ; + rdfs:label "Reactive_Energy" ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR, + unit:MegaV-A_Reactive-HR, + unit:V-A_Reactive-HR ; + rdfs:isDefinedBy ; + skos:broader brick:Electric_Energy ; + skos:definition "The integral of the reactive power over a time interval" . + +brick:Refrigerant a brick:Substance ; + rdfs:label "Refrigerant" ; + rdfs:seeAlso ; + skos:broader brick:Fluid ; + skos:definition "A refrigerant is a working fluid used in the refrigeration cycle of air conditioning systems and heat pumps where in most cases they undergo a repeated phase transition from a liquid to a gas and back again."@en . + +brick:Restroom a owl:Class, + sh:NodeShape ; + rdfs:label "Restroom" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Rest_Room ; + skos:definition "A room that provides toilets and washbowls."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Restroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Bathroom" ; + brick:hasAssociatedTag tag:Location, + tag:Rest, + tag:Restroom, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Bathroom . + +brick:Return_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Alarm" ; + rdfs:subClassOf brick:Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of return air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Return_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Return Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Temperature_Sensor . + +brick:Rooftop_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Rooftop Unit" ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:RTU ; + skos:definition "Packaged air conditioner mounted on a roof, the conditioned air being discharged directly into the rooms below or through a duct system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RTU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Equipment, + tag:RTU, + tag:Rooftop . + +brick:Shading_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Shading Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Shade . + +brick:Site a owl:Class, + sh:NodeShape ; + rdfs:label "Site" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A geographic region containing 0 or more buildings. Typically used as the encapsulating location for a collection of Brick entities through the hasPart/isPartOf relationships"@en ; + sh:property [ sh:or ( [ sh:class brick:Building ] [ sh:class brick:Region ] [ sh:class brick:Site ] [ sh:class brick:Space ] [ sh:class brick:Room ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Site ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Site" ; + brick:hasAssociatedTag tag:Location, + tag:Site ; + brick:isReplacedBy rec:Site . + +brick:Soil a brick:Substance ; + rdfs:label "Soil" ; + skos:broader brick:Solid . + +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:Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Speed_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static . + +brick:Steam_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Steam Valve" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Steam, + tag:Valve . + +brick:Storage_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Storage Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used for storage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Storage" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage ; + brick:isReplacedBy rec:Storage . + +brick:Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Storage Tank" ; + rdfs:subClassOf brick:Tank ; + skos:definition "A specialized type of tank intended primarily for the storage of fluids or gases for extended periods."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Storage, + tag:Tank . + +brick:Supply_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Dewpoint Sensor" ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + owl:equivalentClass brick:Discharge_Air_Dewpoint_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Discharge, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Supply_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ; + owl:equivalentClass brick:Discharge_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Duct Pressure Status" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Status, + tag:Supply ; + brick:hasQuantity brick:Pressure . + +brick:Supply_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Demand Setpoint" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow High Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Supply_Air_Flow_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Low Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Supply_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Humidity Sensor" ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + owl:equivalentClass brick:Discharge_Air_Humidity_Sensor ; + skos:definition "Measures the relative humidity of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Humidity Setpoint" ; + rdfs:subClassOf brick:Humidity_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Humidity_Setpoint ; + skos:definition "Humidity setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Integral Gain Parameter" ; + rdfs:subClassOf brick:Integral_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Integral_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Supply . + +brick:Supply_Air_Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Proportional Gain Parameter" ; + rdfs:subClassOf brick:Proportional_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Proportional_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply . + +brick:Supply_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Smoke Detection Alarm" ; + rdfs:subClassOf brick:Air_Alarm, + brick:Smoke_Detection_Alarm ; + owl:equivalentClass brick:Discharge_Air_Smoke_Detection_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Detection, + tag:Discharge, + tag:Point, + tag:Smoke, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Proportional Band Parameter" ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within supply regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Step Parameter" ; + rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step, + tag:Supply . + +brick:Supply_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Cooling Setpoint" ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Cooling_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Supply_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Heating Setpoint" ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Heating_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_High_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_Low_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Step Parameter" ; + rdfs:subClassOf brick:Air_Temperature_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Step, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Velocity Pressure Sensor" ; + rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Fan" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Discharge, + tag:Equipment, + tag:Fan, + tag:Supply . + +brick:System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "System Enable Command" ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:System . + +brick:Thermal_Energy a brick:Quantity ; + rdfs:label "Thermal Energy" ; + qudt:applicableUnit unit:BTU_39DEG_F, + unit:BTU_59DEG_F, + unit:BTU_60DEG_F, + unit:BTU_IT, + unit:BTU_MEAN, + unit:BTU_TH, + unit:CAL_15_DEG_C, + unit:CAL_20DEG_C, + unit:CAL_IT, + unit:CAL_MEAN, + unit:CAL_TH, + unit:GigaJ, + unit:J, + unit:KiloBTU_IT, + unit:KiloBTU_TH, + unit:KiloCAL, + unit:KiloCAL_IT, + unit:KiloCAL_Mean, + unit:KiloCAL_TH, + unit:KiloJ, + unit:MegaJ, + unit:NanoJ, + unit:PicoJ, + unit:THERM_EC, + unit:THERM_US, + unit:THM_EEC, + unit:THM_US, + unit:TON_FG-HR ; + 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_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Energy Storage Tank" ; + rdfs:subClassOf brick:Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating and cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Storage, + tag:Tank, + tag:Thermal . + +brick:Thermally_Activated_Building_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Thermally Activated Building System Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TABS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activated, + tag:Building, + tag:Equipment, + tag:Panel, + tag:System, + tag:TABS, + tag:Thermally . + +brick:Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Time Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Time . + +brick:Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Time Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Tolerance Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "difference between upper and lower limits of size for a given nominal dimension or value."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Transfer Switch" ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "An electrical switch that switches a load between two (or more) sources."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Switch, + tag:Transfer . + +brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Cooling_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Heating_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Unoccupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Mode Status" ; + rdfs:subClassOf brick:Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Variable_Air_Volume_Box_With_Reheat a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Air Volume Box With Reheat" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RVAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:RVAV, + tag:Reheat, + tag:Variable, + tag:Volume . + +brick:Video_Surveillance_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Video Surveillance Equipment" ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Voltage_Imbalance a brick:Quantity ; + rdfs:label "VoltageImbalance" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average voltage", + "The percent deviation from average voltage"@en ; + skos:related brick:Voltage . + +brick:Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Water . + +brick:Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:label "Water Heater" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An apparatus for heating and usually storing hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Water . + +brick:Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Level Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the height/level of water in some container"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Water . + +brick:Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the pressure exerted by water in a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Alarm" ; + rdfs:subClassOf brick:Temperature_Alarm, + brick:Water_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Wind_Direction a brick:Quantity ; + rdfs:label "Wind_Direction" ; + 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:Direction ; + skos:definition "Direction of wind relative to North", + "Direction of wind relative to North"@en . + +brick:Wing a owl:Class, + sh:NodeShape ; + rdfs:label "Wing" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A wing is part of a building – or any feature of a building – that is subordinate to the main, central structure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Wing . + +brick:deprecatedInVersion a owl:DatatypeProperty . + +brick:deprecationMitigationMessage a owl:DatatypeProperty . + +brick:deprecationMitigationRule a owl:ObjectProperty . + +brick:hasAssociatedTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has associated tag" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isAssociatedWith ; + skos:definition "The class is associated with the given tag"@en . + +brick:hasSubMeter a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "has sub-meter" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isSubMeterOf ; + skos:definition "Indicates a submeter of this meter"@en . + +brick:isAssociatedWith a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is associated with" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasAssociatedTag ; + skos:definition "The tag is associated with the given class"@en . + +brick:isLocationOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is location of" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isLocationOf ; + owl:inverseOf brick:hasLocation ; + skos:definition "Subject is the physical location encapsulating the object"@en . + +brick:isSubMeterOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is sub-meter of" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasSubMeter ; + skos:definition "Indicates the parent for which this meter is a submeter"@en . + +brick:isTagOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is tag of" ; + rdfs:subPropertyOf brick:Relationship . + +brick:latitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Latitude" ; + rdfs:subPropertyOf sdo:latitude, + brick:Relationship . + +brick:longitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Longitude" ; + rdfs:subPropertyOf sdo:longitude, + brick:Relationship . + +brick:powerComplexity brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalComplexPower ?prop . + } WHERE { + $this brick:powerComplexity ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerComplexity ] ; + brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ], + [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalComplexPower ?prop . + } WHERE { + $this brick:powerComplexity ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerComplexity ] ; + brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ] . + +brick:powerFlow brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalFlow ?prop . + } WHERE { + $this brick:powerFlow ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerFlow ] ; + brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ], + [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalFlow ?prop . + } WHERE { + $this brick:powerFlow ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerFlow ] ; + brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ] . + +brick:thermalTransmittance a brick:EntityProperty ; + rdfs:label "Thermal transmittance" ; + rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ; + skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value)" . + +ref:BACnetReference a owl:Class, + sh:NodeShape ; + rdfs:label "BACnet Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to the BACnet object represented by this entity." ; + sh:or ( [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:units ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minLength 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ], + [ a sh:PropertyShape ; + sh:datatype bacnet:Property ; + sh:defaultValue bacnet:Present_Value ; + sh:path ref:read-property ] ] [ sh:property [ a sh:PropertyShape ; + skos:definition "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" ; + sh:datatype xsd:string ; + sh:path ref:BACnetURI ] ] ) ; + sh:property [ a sh:PropertyShape ; + sh:class bacnet:BACnetDevice ; + sh:minCount 1 ; + sh:path bacnet:objectOf ] . + +ref:IFCReference a owl:Class, + sh:NodeShape ; + rdfs:label "Industry Foundation Classes Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to an entity in an IFC project which may contain additional metadata about this entity." ; + sh:property [ a sh:PropertyShape ; + skos:definition "Name of the entity in IFC" ; + sh:datatype xsd:string ; + sh:path ref:ifcName ], + [ a sh:PropertyShape ; + skos:definition "The global ID of the entity in the IFC project" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:ifcGlobalID ], + [ a sh:PropertyShape ; + skos:definition "Reference to an IFC Project object, containing the project ID" ; + sh:class ref:ifcProject ; + sh:minCount 1 ; + sh:path ref:hasIfcProjectReference ] . + +bsh:StageShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( 1 2 3 4 1 2 3 4 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ThermalTransmittanceShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:BTU_IT unit:W-PER-M2-K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:hasPointShape a sh:PropertyShape ; + sh:class brick:Point ; + sh:path brick:hasPoint . + +bsh:hasSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasSubstance . + +bsh:hascoordinatesShape a sh:PropertyShape ; + rdfs:label "has Coordinates property" ; + sh:node bsh:CoordinateShape ; + sh:path brick:coordinates . + +bsh:haselectricVehicleChargerDirectionalityShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle charger directionality property" ; + sh:node bsh:ElectricVehicleChargingDirectionalityShape ; + sh:path brick:electricVehicleChargerDirectionality . + +bsh:haselectricalComplexPowerShape a sh:PropertyShape ; + rdfs:label "has electrical complex power type property" ; + sh:node bsh:ElectricalComplexPowerShape ; + sh:path brick:electricalComplexPower . + +bsh:haselectricalFlowShape a sh:PropertyShape ; + rdfs:label "has Electrical flow direction property" ; + sh:node bsh:ElectricalFlowShape ; + sh:path brick:electricalFlow . + +bsh:hasvolumeShape a sh:PropertyShape ; + rdfs:label "has Volume property" ; + sh:node bsh:VolumeShape ; + sh:path brick:volume . + +tag:AED a brick:Tag ; + rdfs:label "AED" . + +tag:Ablutions a brick:Tag ; + rdfs:label "Ablutions" . + +tag:Absolute a brick:Tag ; + rdfs:label "Absolute" . + +tag:Absorption a brick:Tag ; + rdfs:label "Absorption" . + +tag:Acceleration a brick:Tag ; + rdfs:label "Acceleration" . + +tag:Activated a brick:Tag ; + rdfs:label "Activated" . + +tag:Activation a brick:Tag ; + rdfs:label "Activation" . + +tag:Active a brick:Tag ; + rdfs:label "Active" . + +tag:Ammonia a brick:Tag ; + rdfs:label "Ammonia" . + +tag:Amount a brick:Tag ; + rdfs:label "Amount" . + +tag:Atrium a brick:Tag ; + rdfs:label "Atrium" . + +tag:Audio a brick:Tag ; + rdfs:label "Audio" . + +tag:Auditorium a brick:Tag ; + rdfs:label "Auditorium" . + +tag:Auto a brick:Tag ; + rdfs:label "Auto" . + +tag:Availability a brick:Tag ; + rdfs:label "Availability" . + +tag:Azimuth a brick:Tag ; + rdfs:label "Azimuth" . + +tag:BACnet a brick:Tag ; + rdfs:label "BACnet" . + +tag:Backflow a brick:Tag ; + rdfs:label "Backflow" . + +tag:Basement a brick:Tag ; + rdfs:label "Basement" . + +tag:Bench a brick:Tag ; + rdfs:label "Bench" . + +tag:Booth a brick:Tag ; + rdfs:label "Booth" . + +tag:Branch a brick:Tag ; + rdfs:label "Branch" . + +tag:Break a brick:Tag ; + rdfs:label "Break" . + +tag:Breakroom a brick:Tag ; + rdfs:label "Breakroom" . + +tag:Broadcast a brick:Tag ; + rdfs:label "Broadcast" . + +tag:Bus a brick:Tag ; + rdfs:label "Bus" . + +tag:Button a brick:Tag ; + rdfs:label "Button" . + +tag:CAV a brick:Tag ; + rdfs:label "CAV" . + +tag:CRAH a brick:Tag ; + rdfs:label "CRAH" . + +tag:Cafeteria a brick:Tag ; + rdfs:label "Cafeteria" . + +tag:Call a brick:Tag ; + rdfs:label "Call" . + +tag:Capacity a brick:Tag ; + rdfs:label "Capacity" . + +tag:Cassette a brick:Tag ; + rdfs:label "Cassette" . + +tag:Center a brick:Tag ; + rdfs:label "Center" . + +tag:Centrifugal a brick:Tag ; + rdfs:label "Centrifugal" . + +tag:Change a brick:Tag ; + rdfs:label "Change" . + +tag:Check a brick:Tag ; + rdfs:label "Check" . + +tag:Code a brick:Tag ; + rdfs:label "Code" . + +tag:Coldest a brick:Tag ; + rdfs:label "Coldest" . + +tag:Communication a brick:Tag ; + rdfs:label "Communication" . + +tag:Compressor a brick:Tag ; + rdfs:label "Compressor" . + +tag:Concessions a brick:Tag ; + rdfs:label "Concessions" . + +tag:Condensate a brick:Tag ; + rdfs:label "Condensate" . + +tag:Conditioner a brick:Tag ; + rdfs:label "Conditioner" . + +tag:Conference a brick:Tag ; + rdfs:label "Conference" . + +tag:Constant a brick:Tag ; + rdfs:label "Constant" . + +tag:Contact a brick:Tag ; + rdfs:label "Contact" . + +tag:Cooler a brick:Tag ; + rdfs:label "Cooler" . + +tag:Copy a brick:Tag ; + rdfs:label "Copy" . + +tag:Cubicle a brick:Tag ; + rdfs:label "Cubicle" . + +tag:Curtailment a brick:Tag ; + rdfs:label "Curtailment" . + +tag:Cutout a brick:Tag ; + rdfs:label "Cutout" . + +tag:DDAHU a brick:Tag ; + rdfs:label "DDAHU" . + +tag:DOAS a brick:Tag ; + rdfs:label "DOAS" . + +tag:Data a brick:Tag ; + rdfs:label "Data" . + +tag:Daylight a brick:Tag ; + rdfs:label "Daylight" . + +tag:Dc a brick:Tag ; + rdfs:label "Dc" . + +tag:Deceleration a brick:Tag ; + rdfs:label "Deceleration" . + +tag:Dedicated a brick:Tag ; + rdfs:label "Dedicated" . + +tag:Defibrillator a brick:Tag ; + rdfs:label "Defibrillator" . + +tag:Dehumidification a brick:Tag ; + rdfs:label "Dehumidification" . + +tag:Dehumidify a brick:Tag ; + rdfs:label "Dehumidify" . + +tag:Deionized a brick:Tag ; + rdfs:label "Deionized" . + +tag:Desk a brick:Tag ; + rdfs:label "Desk" . + +tag:Detention a brick:Tag ; + rdfs:label "Detention" . + +tag:Device a brick:Tag ; + rdfs:label "Device" . + +tag:Dimmer a brick:Tag ; + rdfs:label "Dimmer" . + +tag:Displacement a brick:Tag ; + rdfs:label "Displacement" . + +tag:Dock a brick:Tag ; + rdfs:label "Dock" . + +tag:Drench a brick:Tag ; + rdfs:label "Drench" . + +tag:Driver a brick:Tag ; + rdfs:label "Driver" . + +tag:Dry a brick:Tag ; + rdfs:label "Dry" . + +tag:Dual a brick:Tag ; + rdfs:label "Dual" . + +tag:ESS a brick:Tag ; + rdfs:label "ESS" . + +tag:Econcycle a brick:Tag ; + rdfs:label "Econcycle" . + +tag:Electronic a brick:Tag ; + rdfs:label "Electronic" . + +tag:Employee a brick:Tag ; + rdfs:label "Employee" . + +tag:Environment a brick:Tag ; + rdfs:label "Environment" . + +tag:Evaporative a brick:Tag ; + rdfs:label "Evaporative" . + +tag:Even a brick:Tag ; + rdfs:label "Even" . + +tag:Exercise a brick:Tag ; + rdfs:label "Exercise" . + +tag:Eye a brick:Tag ; + rdfs:label "Eye" . + +tag:Factor a brick:Tag ; + rdfs:label "Factor" . + +tag:Field a brick:Tag ; + rdfs:label "Field" . + +tag:Final a brick:Tag ; + rdfs:label "Final" . + +tag:First a brick:Tag ; + rdfs:label "First" . + +tag:FirstAid a brick:Tag ; + rdfs:label "FirstAid" . + +tag:Formaldehyde a brick:Tag ; + rdfs:label "Formaldehyde" . + +tag:Freezer a brick:Tag ; + rdfs:label "Freezer" . + +tag:Frost a brick:Tag ; + rdfs:label "Frost" . + +tag:Gatehouse a brick:Tag ; + rdfs:label "Gatehouse" . + +tag:Gateway a brick:Tag ; + rdfs:label "Gateway" . + +tag:Glycool a brick:Tag ; + rdfs:label "Glycool" . + +tag:Group a brick:Tag ; + rdfs:label "Group" . + +tag:HX a brick:Tag ; + rdfs:label "HX" . + +tag:Hail a brick:Tag ; + rdfs:label "Hail" . + +tag:Hallway a brick:Tag ; + rdfs:label "Hallway" . + +tag:Handling a brick:Tag ; + rdfs:label "Handling" . + +tag:Hazardous a brick:Tag ; + rdfs:label "Hazardous" . + +tag:Head a brick:Tag ; + rdfs:label "Head" . + +tag:Heat_Sink a brick:Tag ; + rdfs:label "Heat_Sink" . + +tag:Hold a brick:Tag ; + rdfs:label "Hold" . + +tag:Horizontal a brick:Tag ; + rdfs:label "Horizontal" . + +tag:Hose a brick:Tag ; + rdfs:label "Hose" . + +tag:Hospitality a brick:Tag ; + rdfs:label "Hospitality" . + +tag:Hub a brick:Tag ; + rdfs:label "Hub" . + +tag:Humidification a brick:Tag ; + rdfs:label "Humidification" . + +tag:Humidify a brick:Tag ; + rdfs:label "Humidify" . + +tag:IAQ a brick:Tag ; + rdfs:label "IAQ" . + +tag:IDF a brick:Tag ; + rdfs:label "IDF" . + +tag:Induction a brick:Tag ; + rdfs:label "Induction" . + +tag:Information a brick:Tag ; + rdfs:label "Information" . + +tag:Intrusion a brick:Tag ; + rdfs:label "Intrusion" . + +tag:Irradiance a brick:Tag ; + rdfs:label "Irradiance" . + +tag:Janitor a brick:Tag ; + rdfs:label "Janitor" . + +tag:Jet a brick:Tag ; + rdfs:label "Jet" . + +tag:Kitchen a brick:Tag ; + rdfs:label "Kitchen" . + +tag:Laminar a brick:Tag ; + rdfs:label "Laminar" . + +tag:Last a brick:Tag ; + rdfs:label "Last" . + +tag:Library a brick:Tag ; + rdfs:label "Library" . + +tag:Loading a brick:Tag ; + rdfs:label "Loading" . + +tag:Locally a brick:Tag ; + rdfs:label "Locally" . + +tag:Lowest a brick:Tag ; + rdfs:label "Lowest" . + +tag:MAU a brick:Tag ; + rdfs:label "MAU" . + +tag:MDF a brick:Tag ; + rdfs:label "MDF" . + +tag:Mail a brick:Tag ; + rdfs:label "Mail" . + +tag:Majlis a brick:Tag ; + rdfs:label "Majlis" . + +tag:Massage a brick:Tag ; + rdfs:label "Massage" . + +tag:Materials a brick:Tag ; + rdfs:label "Materials" . + +tag:Measurable a brick:Tag ; + rdfs:label "Measurable" . + +tag:Medical a brick:Tag ; + rdfs:label "Medical" . + +tag:Meidcal a brick:Tag ; + rdfs:label "Meidcal" . + +tag:Methane a brick:Tag ; + rdfs:label "Methane" . + +tag:Mixing a brick:Tag ; + rdfs:label "Mixing" . + +tag:Modbus a brick:Tag ; + rdfs:label "Modbus" . + +tag:Month a brick:Tag ; + rdfs:label "Month" . + +tag:Motion a brick:Tag ; + rdfs:label "Motion" . + +tag:Mounted a brick:Tag ; + rdfs:label "Mounted" . + +tag:NO2 a brick:Tag ; + rdfs:label "NO2" . + +tag:NVR a brick:Tag ; + rdfs:label "NVR" . + +tag:No a brick:Tag ; + rdfs:label "No" . + +tag:Noncondensing a brick:Tag ; + rdfs:label "Noncondensing" . + +tag:Nozzle a brick:Tag ; + rdfs:label "Nozzle" . + +tag:Overload a brick:Tag ; + rdfs:label "Overload" . + +tag:Ozone a brick:Tag ; + rdfs:label "Ozone" . + +tag:PAU a brick:Tag ; + rdfs:label "PAU" . + +tag:PIR a brick:Tag ; + rdfs:label "PIR" . + +tag:Passive a brick:Tag ; + rdfs:label "Passive" . + +tag:Peak a brick:Tag ; + rdfs:label "Peak" . + +tag:People a brick:Tag ; + rdfs:label "People" . + +tag:Phone a brick:Tag ; + rdfs:label "Phone" . + +tag:Piezoelectric a brick:Tag ; + rdfs:label "Piezoelectric" . + +tag:Play a brick:Tag ; + rdfs:label "Play" . + +tag:PlugStrip a brick:Tag ; + rdfs:label "PlugStrip" . + +tag:Plumbing a brick:Tag ; + rdfs:label "Plumbing" . + +tag:Portfolio a brick:Tag ; + rdfs:label "Portfolio" . + +tag:Prayer a brick:Tag ; + rdfs:label "Prayer" . + +tag:Pressurization a brick:Tag ; + rdfs:label "Pressurization" . + +tag:Preventer a brick:Tag ; + rdfs:label "Preventer" . + +tag:Private a brick:Tag ; + rdfs:label "Private" . + +tag:Production a brick:Tag ; + rdfs:label "Production" . + +tag:Protect a brick:Tag ; + rdfs:label "Protect" . + +tag:Pull a brick:Tag ; + rdfs:label "Pull" . + +tag:Push a brick:Tag ; + rdfs:label "Push" . + +tag:Quality a brick:Tag ; + rdfs:label "Quality" . + +tag:RC a brick:Tag ; + rdfs:label "RC" . + +tag:RTU a brick:Tag ; + rdfs:label "RTU" . + +tag:RVAV a brick:Tag ; + rdfs:label "RVAV" . + +tag:Rack a brick:Tag ; + rdfs:label "Rack" . + +tag:Radiation a brick:Tag ; + rdfs:label "Radiation" . + +tag:Radioactivity a brick:Tag ; + rdfs:label "Radioactivity" . + +tag:Radon a brick:Tag ; + rdfs:label "Radon" . + +tag:Rated a brick:Tag ; + rdfs:label "Rated" . + +tag:Reader a brick:Tag ; + rdfs:label "Reader" . + +tag:Ready a brick:Tag ; + rdfs:label "Ready" . + +tag:Real a brick:Tag ; + rdfs:label "Real" . + +tag:Reception a brick:Tag ; + rdfs:label "Reception" . + +tag:Recorder a brick:Tag ; + rdfs:label "Recorder" . + +tag:Refrigeration a brick:Tag ; + rdfs:label "Refrigeration" . + +tag:Region a brick:Tag ; + rdfs:label "Region" . + +tag:Remotely a brick:Tag ; + rdfs:label "Remotely" . + +tag:Request a brick:Tag ; + rdfs:label "Request" . + +tag:Required a brick:Tag ; + rdfs:label "Required" . + +tag:Rest a brick:Tag ; + rdfs:label "Rest" . + +tag:Restroom a brick:Tag ; + rdfs:label "Restroom" . + +tag:Retail a brick:Tag ; + rdfs:label "Retail" . + +tag:Reversing a brick:Tag ; + rdfs:label "Reversing" . + +tag:Router a brick:Tag ; + rdfs:label "Router" . + +tag:Sash a brick:Tag ; + rdfs:label "Sash" . + +tag:Schedule a brick:Tag ; + rdfs:label "Schedule" . + +tag:Seismic a brick:Tag ; + rdfs:label "Seismic" . + +tag:Selector a brick:Tag ; + rdfs:label "Selector" . + +tag:Shaft a brick:Tag ; + rdfs:label "Shaft" . + +tag:Shared a brick:Tag ; + rdfs:label "Shared" . + +tag:Short a brick:Tag ; + rdfs:label "Short" . + +tag:Shutdown a brick:Tag ; + rdfs:label "Shutdown" . + +tag:Shutoff a brick:Tag ; + rdfs:label "Shutoff" . + +tag:Site a brick:Tag ; + rdfs:label "Site" . + +tag:Soil a brick:Tag ; + rdfs:label "Soil" . + +tag:Sports a brick:Tag ; + rdfs:label "Sports" . + +tag:Stages a brick:Tag ; + rdfs:label "Stages" . + +tag:Staircase a brick:Tag ; + rdfs:label "Staircase" . + +tag:Storey a brick:Tag ; + rdfs:label "Storey" . + +tag:Structure a brick:Tag ; + rdfs:label "Structure" . + +tag:Studio a brick:Tag ; + rdfs:label "Studio" . + +tag:Suction a brick:Tag ; + rdfs:label "Suction" . + +tag:Switchgear a brick:Tag ; + rdfs:label "Switchgear" . + +tag:TABS a brick:Tag ; + rdfs:label "TABS" . + +tag:TETRA a brick:Tag ; + rdfs:label "TETRA" . + +tag:Tablet a brick:Tag ; + rdfs:label "Tablet" . + +tag:Team a brick:Tag ; + rdfs:label "Team" . + +tag:Temporary a brick:Tag ; + rdfs:label "Temporary" . + +tag:Terminal a brick:Tag ; + rdfs:label "Terminal" . + +tag:Thermally a brick:Tag ; + rdfs:label "Thermally" . + +tag:Throttling a brick:Tag ; + rdfs:label "Throttling" . + +tag:Ticketing a brick:Tag ; + rdfs:label "Ticketing" . + +tag:Timer a brick:Tag ; + rdfs:label "Timer" . + +tag:Touchpanel a brick:Tag ; + rdfs:label "Touchpanel" . + +tag:Tunnel a brick:Tag ; + rdfs:label "Tunnel" . + +tag:VAV a brick:Tag ; + rdfs:label "VAV" . + +tag:Vent a brick:Tag ; + rdfs:label "Vent" . + +tag:Vibration a brick:Tag ; + rdfs:label "Vibration" . + +tag:Visitor a brick:Tag ; + rdfs:label "Visitor" . + +tag:Visual a brick:Tag ; + rdfs:label "Visual" . + +tag:Wardrobe a brick:Tag ; + rdfs:label "Wardrobe" . + +tag:Warm a brick:Tag ; + rdfs:label "Warm" . + +tag:Warmest a brick:Tag ; + rdfs:label "Warmest" . + +tag:Weather a brick:Tag ; + rdfs:label "Weather" . + +tag:Window a brick:Tag ; + rdfs:label "Window" . + +tag:Wing a brick:Tag ; + rdfs:label "Wing" . + +tag:Wireless a brick:Tag ; + rdfs:label "Wireless" . + +tag:Workshop a brick:Tag ; + rdfs:label "Workshop" . + +tag:Zenith a brick:Tag ; + rdfs:label "Zenith" . + +brick:Air_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Alarm" ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point . + +brick:Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target air differential pressure between an upstream and downstream point in a air duct or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:label "Air Diffuser" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device that is a component of the air distribution system that controls the delivery of conditioned and/or ventilating air into a room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment . + +brick:Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Alarm" ; + rdfs:subClassOf brick:Air_Alarm ; + skos:definition "An alarm related to air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Point . + +brick:Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Baseboard Radiator" ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Steam, hydronic, or electric heating device located at or near the floor."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator . + +brick:Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Booster Pump" ; + rdfs:subClassOf brick:Pump ; + skos:definition "Used to increase the pressure and flow of a fluid, typically water, in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Pump . + +brick:Building a owl:Class, + sh:NodeShape ; + rdfs:label "Building" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO 12006-2:2013]"@en ; + sh:property [ sh:or ( [ sh:class brick:Floor ] [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] [ sh:class brick:Wing ] ) ; + sh:path brick:hasPart ], + bsh:hasAddressShape, + bsh:hasbuildingPrimaryFunctionShape, + bsh:hasbuildingThermalTransmittanceShape, + bsh:hasyearBuiltShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Building" ; + brick:hasAssociatedTag tag:Building, + tag:Location ; + brick:isReplacedBy rec:Building . + +brick:Bypass_Air a brick:Substance ; + rdfs:label "Bypass Air" ; + skos:broader brick:Air ; + skos:definition "air in a bypass duct, used to relieve static pressure"@en . + +brick:Bypass_Water a brick:Substance ; + rdfs:label "Bypass Water" ; + skos:broader brick:Water ; + skos:definition "Water that circumvents a piece of equipment or system"@en . + +brick:Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Circulator Pump" ; + rdfs:subClassOf brick:Pump ; + skos:definition "Used to move hot or cold water in a closed circuit, ensuring continuous fluid flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Equipment, + tag:Pump . + +brick:Collection_Basin_Water a brick:Substance ; + rdfs:label "Collection Basin Water" ; + rdfs:seeAlso ; + skos:broader brick:Water ; + skos:definition "Water transiently collected and directed to the sump or pump suction line, typically integral with a cooling tower"@en . + +brick:Computer_Room_Air_Conditioning a owl:Class, + sh:NodeShape ; + rdfs:label "Computer Room Air Conditioning" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAC ; + skos:definition "A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CRAC, + tag:Computer, + tag:Conditioning, + tag:Equipment, + tag:Room . + +brick:Controller a owl:Class, + sh:NodeShape ; + rdfs:label "Controller" ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Controller, + tag:Equipment, + tag:ICT . + +brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling"@en ; + brick:aliasOf brick:Cooling_Supply_Air_Flow_Setpoint . + +brick:Cooling_Only_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Only Condensing Unit" ; + rdfs:subClassOf brick:Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Unit . + +brick:Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Current Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the amperes of electrical current passing through the sensor"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ElectricCurrentObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Deionized_Water a brick:Substance ; + rdfs:label "Deionized Water" ; + skos:broader brick:Water ; + skos:definition "Water which has been purified by removing its ions (constituting the majority of non-particulate contaminants)"@en . + +brick:Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Demand Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of power consumed by the use of some process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Load Shed Status" ; + rdfs:subClassOf brick:Load_Shed_Status, + brick:Pressure_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status . + +brick:Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Sensor" ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between two applied pressures"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Discharge_Water_Flow_Sensor a owl:Class ; + rdfs:label "Discharge Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Sensor . + +brick:Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:label "Disconnect Switch" ; + rdfs:subClassOf brick:Switchgear ; + owl:equivalentClass brick:Isolation_Switch ; + skos:definition "A disconnect switch performs the task of manually cutting or reconnecting power from an electrical supply by creating or closing an air insulation gap between two conduction points. Also known as an 'Isolation Switch'."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:aliasOf brick:Isolation_Switch ; + brick:hasAssociatedTag tag:Disconnect, + tag:Equipment, + tag:Switch . + +brick:Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Domestic Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Electrical_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Room" ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A class of service rooms that house electrical equipment for a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Emergency_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:label "Emergency Wash Station" ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Enclosed_Office a owl:Class, + sh:NodeShape ; + rdfs:label "Enclosed Office" ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "A space for individuals to work with walls and a door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Worksapce" ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Workspace . + +brick:Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Flow Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the rate of flow of some substance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VolumeFlowRateObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Fluid a brick:Substance ; + rdfs:label "Fluid" ; + skos:definition "substance, as a liquid or gas, that is capable of flowing and that changes shape when acted on by a force."@en ; + skos:narrower brick:Gas, + brick:Liquid, + brick:Refrigerant . + +brick:Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Gain Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:GrainsOfMoisture a brick:Quantity ; + rdfs:label "GrainsOfMoisture" ; + qudt:applicableUnit unit:GRAIN ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Mass ; + skos:definition "Mass of moisture per pround of air, measured in grains of water" . + +brick:HVAC_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Valve" ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC, + tag:Valve . + +brick:Heat_Pump_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Pump Condensing Unit" ; + rdfs:subClassOf brick:Condensing_Unit ; + skos:definition "An outdoor HVAC unit that functions in both heating and cooling modes. It includes a reversing valve along with a condenser coil and compressor, enabling the switch between cooling and heating by reversing refrigerant flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Unit . + +brick:Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Discharge Air Flow Setpoint" ; + owl:equivalentClass brick:Heating_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating"@en ; + brick:aliasOf brick:Heating_Supply_Air_Flow_Setpoint . + +brick:Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Valve" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a heating coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Valve . + +brick:Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:label "Hot Water Supply Temperature Sensor" ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Hot_Water . + +brick:Humidity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to humidity-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point . + +brick:ICT_Hardware a owl:Class, + sh:NodeShape ; + rdfs:label "ICT Hardware" ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT . + +brick:Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls load shedding behavior provided by a control system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed . + +brick:Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Setpoint" ; + rdfs:subClassOf brick:Load_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint, + tag:Shed ; + brick:hasQuantity qudtqk:Power . + +brick:Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Load Shed Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a load shedding policy is in effect"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Shed, + tag:Status . + +brick:Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Loop" ; + rdfs:subClassOf brick:Collection, + rec:Collection ; + skos:definition "A collection of connected equipment; part of a System"@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Location ] ) ; + sh:path brick:hasPart ], + [ a sh:PropertyShape ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:Loop . + +brick:Max_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Media_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Media Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces related to the creation of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space . + +brick:Min_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Min_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Mode Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the operating mode of a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Mode, + tag:Point . + +brick:Occupancy a brick:Quantity ; + rdfs:label "Occupancy" ; + skos:narrower brick:Occupancy_Count, + brick:Occupancy_Percentage . + +brick:Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Off Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is off"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Point, + tag:Status . + +brick:Office a owl:Class, + sh:NodeShape ; + rdfs:label "Office" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of rooms dedicated for work or study"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Office . + +brick:Outside_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:PM10_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 10 microns or less in air" . + +brick:PM1_Concentration a brick:Quantity ; + rdfs:label "PM1Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 1 microns or less in air" . + +brick:PM2.5_Concentration a brick:Quantity ; + rdfs:label "PM2.5Concentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 2.5 microns or less in air" . + +brick:PV_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "PV Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An integrated assembly of interconnected photovoltaic cells designed to deliver a selected level of working voltage and current at its output terminals packaged for protection against environment degradation and suited for incorporation in photovoltaic power systems."@en ; + sh:property bsh:hasmeasuredModuleConversionEfficiencyShape, + bsh:hasratedModuleConversionEfficiencyShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar . + +brick:Phasor_Angle a brick:Quantity ; + rdfs:label "PhasorAngle" ; + 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 qudtqk:PlaneAngle ; + skos:definition "Angle component of a phasor" ; + skos:related brick:Phasor . + +brick:Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Position Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the current position of a component in terms of a fraction of its full range of motion"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Pump" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Machine for imparting energy to a fluid, causing it to do work, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump . + +brick:Radiant_Panel_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of the radiant panel of the radiant heating and cooling HVAC system."@en ; + sh:property [ sh:or ( [ sh:class brick:Radiant_Panel ] ) ; + sh:path brick:isPointOf ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Radiant_Panel_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Radioactivity_Concentration a brick:Quantity ; + rdfs:label "Radioactivity Concentration" ; + skos:broader brick:Air_Quality ; + skos:narrower brick:Radon_Concentration . + +brick:Refrigerant_Metering_Device a owl:Class, + sh:NodeShape ; + rdfs:label "Refrigerant Metering Device" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Responsible for regulating refrigerant flow, which includes mechanisms like TXVs, EXVs, and capillary tubes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Device ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Throttling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Device, + tag:Fluid, + tag:Throttling . + +brick:Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Reset Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that reset a flag, property or value to its default"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset . + +brick:Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Reset Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Setpoints used in reset strategies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Reset, + tag:Setpoint ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Return Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The target temperature for return air, often used as an approximation of zone air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Water_Flow_Sensor a owl:Class ; + rdfs:label "Return Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Flow_Sensor . + +brick:Return_Water_Temperature_Setpoint a owl:Class ; + rdfs:label "Return Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Temperature_Setpoint . + +brick:Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Room Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of room air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Safety Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Safety . + +brick:Safety_System a owl:Class, + sh:NodeShape ; + rdfs:label "Safety System" ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Safety, + tag:System . + +brick:Service_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Service Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces related to the operations of building subsystems, e.g. HVAC, electrical, IT, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Speed Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the magnitude of velocity of some form of movement"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VelocityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Step Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step . + +brick:Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Sensor" ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + owl:equivalentClass brick:Discharge_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Plenum" ; + rdfs:subClassOf brick:Air_Plenum ; + owl:equivalentClass brick:Discharge_Air_Plenum ; + skos:definition "A component of the HVAC the receives air from the air handling unit to distribute to the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Equipment, + tag:Plenum, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Static Pressure Setpoint" ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + owl:equivalentClass brick:Discharge_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Sensor, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Water_Flow_Sensor a owl:Class ; + rdfs:label "Supply Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Sensor . + +brick:TVOC_Concentration a brick:Quantity ; + rdfs:label "TVOCConcentration" ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of total volatile organic compounds in air" . + +brick:Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Tank" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A container designed to hold or store fluids for various applications within a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Thermal Expansion Tank" ; + rdfs:subClassOf brick:Tank ; + skos:definition "A tank designed to accommodate the expansion and contraction of a fluid, typically water, in a closed heating or cooling system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Variable_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Air Volume Box" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:VAV ; + skos:definition "A device that regulates the volume and temperature of air delivered to a zone by opening or closing a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:VAV, + tag:Variable, + tag:Volume . + +brick:Vertical_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Vertical Space" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A class of spaces used to connect multiple floors or levels.."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Vertical . + +brick:Voltage a brick:Quantity ; + rdfs:label "Voltage" ; + qudt:applicableUnit unit:FemtoV, + unit:GigaV, + unit:KiloV, + unit:MegaV, + unit:MicroV, + unit:MilliV, + unit:NanoV, + unit:PicoV, + unit:PlanckVolt, + unit:TeraV, + unit:V, + unit:V_Ab, + unit:V_Stat ; + skos:definition "Voltage, also referred to as Electric Tension, is the difference between electrical potentials of two points. For an electric field within a medium, (U_{ab} = - \\int_{r_a}^{r_b} E . {dr}), where (E) is electric field strength. For an irrotational electric field, the voltage is independent of the path between the two points (a) and (b)."@en ; + skos:related brick:Voltage_Angle, + brick:Voltage_Imbalance ; + brick:hasQUDTReference qudtqk:Voltage . + +brick:Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Voltage Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the voltage of an electrical device or object"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VoltageObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Pressure Sensor" ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure between two points in a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Level Alarm" ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a high or low water level e.g. in a basin"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Point, + tag:Water . + +brick:Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Water Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Water . + +brick:Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:label "Water Pump" ; + rdfs:subClassOf brick:Pump ; + skos:definition "A pump that performs work on water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:Water . + +brick:Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Water System" ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:System, + tag:Water . + +brick:Wet_Bulb_Temperature a brick:Quantity ; + rdfs:label "Wet_Bulb_Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)", + "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)"@en . + +brick:Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Zone Air Temperature Sensor" ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "A physical or virtual sensor which represents the temperature of an HVAC Zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:ambientTemperatureOfMeasurement a owl:ObjectProperty . + +brick:conversionEfficiency a brick:EntityProperty ; + rdfs:label "Conversion efficiency" ; + skos:definition "The percent efficiency of the conversion process (usually to power or energy) carried out by the entity" . + +brick:deprecation a brick:EntityProperty ; + rdfs:label "Deprecation Notice" ; + skos:definition "Marks a concept as deprecated" . + +brick:hasSubstance a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has Substance" ; + rdfs:subPropertyOf brick:Relationship . + +brick:isFedBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is fed by" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isFedBy ; + owl:inverseOf brick:feeds . + +brick:isMeteredBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is metered by" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:meters ; + skos:definition "Indicates the meter measuring the consumption/production of some substance by the subject entity"@en . + +brick:isPointOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is point of" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isPointOf ; + owl:inverseOf brick:hasPoint ; + skos:definition "The subject is a source of telemetry related to the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:ratedCurrentInput a brick:EntityProperty ; + rdfs:label "Rated current input" ; + skos:definition "The nominal rated current input of the entity" . + +brick:ratedCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated current output" ; + skos:definition "The nominal rated current output of the entity" . + +brick:ratedVoltageInput a brick:EntityProperty ; + rdfs:label "Measured voltage input" ; + skos:definition "The nominal rated voltage input of the entity" . + +brick:ratedVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated voltage output" ; + skos:definition "The nominal rated voltage output of the entity" . + +ref:TimeseriesReference a owl:Class, + sh:NodeShape ; + rdfs:label "Timeseries Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to a stream of timeseries data in a database. Contains the data for this entity" ; + sh:property [ a sh:PropertyShape ; + skos:definition "The identifier for the timeseries data corresponding to this point" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:hasTimeseriesId ], + [ a sh:PropertyShape ; + skos:definition "Refers to a database storing the timeseries data for the related point. Properties on this class are *to be determined*; feel free to add arbitrary properties onto Database instances for your particular deployment" ; + sh:nodeKind sh:IRIOrLiteral ; + sh:path ref:storedAt ] . + +bsh:EfficiencyShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:LastKnownDoubleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + sh:path brick:value ] . + +bsh:TemperatureShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:DEG_R unit:DEG_F unit:PlanckTemperature unit:MilliDEG_C unit:K unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:isMeteredByShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:isMeteredBy . + +brick:Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Differential Pressure Sensor" ; + rdfs:subClassOf brick:Air_Pressure_Sensor, + brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between two regions of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Static Pressure Sensor" ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + skos:definition "Measures the pressure exerted by the air in a system, not influenced by its motion."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Pressure . + +brick:Building_Air a brick:Substance ; + rdfs:label "Building Air" ; + skos:broader brick:Air ; + skos:definition "air contained within a building"@en . + +brick:CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO2 Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "CO Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chiller a owl:Class, + sh:NodeShape ; + rdfs:label "Chiller" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Refrigerating machine used to transfer heat between fluids. Chillers are either direct expansion with a compressor or absorption type."@en ; + sh:property bsh:hascoolingCapacityShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Equipment . + +brick:Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the flow of the condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Condenser_Water . + +brick:Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Condensing Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "An outdoor HVAC unit that typically condenses refrigerant from gas to liquid, integral to the refrigeration cycle. It comprises a condenser coil, compressor, fan, and potentially a reversing valve in heat pump applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Equipment, + tag:Unit . + +brick:Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Cooling_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Deadband Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the size of a deadband"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Demand Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the rate required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Deadband Setpoint" ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Integral Time Parameter" ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time . + +brick:Differential_Pressure_Proportional_Band a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Proportional Band" ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:PID, + tag:Point, + tag:Pressure, + tag:Proportional . + +brick:Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Differential Pressure Setpoint Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Differential_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint . + +brick:Entering_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water entering a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Water . + +brick:Gauge_Pressure a brick:Quantity ; + rdfs:label "Gauge_Pressure" ; + qudt:applicableUnit unit:BAR, + unit:IN_H2O, + unit:LB_F-PER-IN2, + unit:MilliM_H2O ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Pressure, + brick:Pressure ; + skos:definition "Pressure relative to atmospheric pressure" . + +brick:Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Heating_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water System" ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:System, + tag:Water . + +brick:Laboratory a owl:Class, + sh:NodeShape ; + rdfs:label "Laboratory" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "facility acceptable to the local, national, or international recognized authority having jurisdiction and which provides uniform testing and examination procedures and standards for meeting design, manufacturing, and factory testing requirements."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ; + brick:hasAssociatedTag tag:Laboratory, + tag:Location, + tag:Room ; + brick:isReplacedBy rec:Laboratory . + +brick:Leaving_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Flow Setpoint" ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Lighting_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Lighting Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:property [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ], + [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class brick:Electrical_Equipment ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Lighting . + +brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Cooling Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Heating Supply Air Flow Setpoint Limit" ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Occupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Outdoor_Area a owl:Class, + sh:NodeShape ; + rdfs:label "Outdoor Area" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A class of spaces that exist outside of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OutdoorSpace" ; + brick:hasAssociatedTag tag:Area, + tag:Location, + tag:Outdoor ; + brick:isReplacedBy rec:OutdoorSpace . + +brick:PID_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "PID Parameter" ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PID, + tag:Parameter, + tag:Point . + +brick:Particulate_Matter_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Particulate Matter Sensor" ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Detects pollutants in the ambient air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Air_Quality ; + brick:hasSubstance brick:Air . + +brick:Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Pressure . + +brick:Radiant_Panel a owl:Class, + sh:NodeShape ; + rdfs:label "Radiant Panel" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A temperature-controlled surface that provides fifty percent (50%) or more of the design heat transfer by thermal radiation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Panel, + tag:Radiant . + +brick:Radiator a owl:Class, + sh:NodeShape ; + rdfs:label "Radiator" ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "Heat exchangers designed to transfer thermal energy from one medium to another"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator . + +brick:Security_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Security Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security . + +brick:Solid a brick:Substance ; + rdfs:label "Solid" ; + skos:definition "one of the three states or phases of matter characterized by stability of dimensions, relative incompressibility, and molecular motion held to limited oscillation."@en ; + skos:narrower brick:Frost, + brick:Hail, + brick:Ice, + brick:Soil . + +brick:Supply_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air . + +brick:Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Alarm" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Proportional Band Parameter" ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Reset Differential Setpoint" ; + rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Setpoint Limit" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:System_Status a owl:Class, + sh:NodeShape ; + rdfs:label "System Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of the activity of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:System . + +brick:Telecom_Room a owl:Class, + sh:NodeShape ; + rdfs:label "Telecom Room" ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used to support telecommuncations and IT equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Unoccupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Usage Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of some substance that is consumed or used, over some period of time"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Water_Differential_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Differential Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the difference in water temperature between an upstream and downstream point in a pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:label "Water Loop" ; + rdfs:subClassOf brick:Loop ; + skos:definition "A collection of equipment that transport and regulate water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Loop, + tag:Water . + +brick:area a brick:EntityProperty ; + rdfs:label "Area" ; + skos:definition "Entity has 2-dimensional area" . + +brick:hasQuantity a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has Quantity" ; + rdfs:subPropertyOf qudt:hasQuantityKind, + brick:Relationship . + +brick:meters a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "meters" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isMeteredBy ; + skos:definition "Indicates the entity whose consumption/production of some substance is measured by this meter."@en . + +ref:ExternalReference a owl:Class, + sh:NodeShape ; + rdfs:label "External reference" ; + rdfs:subClassOf s223:ExternalReference ; + skos:definition "The parent class of all external reference types" . + +bsh:AreaShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT2 unit:M2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PowerQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the power input was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ] . + +tag:Aid a brick:Tag ; + rdfs:label "Aid" . + +tag:Array a brick:Tag ; + rdfs:label "Array" . + +tag:Blind a brick:Tag ; + rdfs:label "Blind" . + +tag:Bulb a brick:Tag ; + rdfs:label "Bulb" . + +tag:CRAC a brick:Tag ; + rdfs:label "CRAC" . + +tag:Camera a brick:Tag ; + rdfs:label "Camera" . + +tag:Circuit a brick:Tag ; + rdfs:label "Circuit" . + +tag:Collector a brick:Tag ; + rdfs:label "Collector" . + +tag:Color a brick:Tag ; + rdfs:label "Color" . + +tag:Computer a brick:Tag ; + rdfs:label "Computer" . + +tag:Concentration a brick:Tag ; + rdfs:label "Concentration" . + +tag:Conductivity a brick:Tag ; + rdfs:label "Conductivity" . + +tag:Cooled a brick:Tag ; + rdfs:label "Cooled" . + +tag:Core a brick:Tag ; + rdfs:label "Core" . + +tag:Correlated a brick:Tag ; + rdfs:label "Correlated" . + +tag:Count a brick:Tag ; + rdfs:label "Count" . + +tag:Cycle a brick:Tag ; + rdfs:label "Cycle" . + +tag:Deck a brick:Tag ; + rdfs:label "Deck" . + +tag:Deionised a brick:Tag ; + rdfs:label "Deionised" . + +tag:Delay a brick:Tag ; + rdfs:label "Delay" . + +tag:Derivative a brick:Tag ; + rdfs:label "Derivative" . + +tag:Direct a brick:Tag ; + rdfs:label "Direct" . + +tag:Drive a brick:Tag ; + rdfs:label "Drive" . + +tag:Duration a brick:Tag ; + rdfs:label "Duration" . + +tag:Economizer a brick:Tag ; + rdfs:label "Economizer" . + +tag:Elevator a brick:Tag ; + rdfs:label "Elevator" . + +tag:Entrance a brick:Tag ; + rdfs:label "Entrance" . + +tag:Ethernet a brick:Tag ; + rdfs:label "Ethernet" . + +tag:Fluid a brick:Tag ; + rdfs:label "Fluid" . + +tag:Food a brick:Tag ; + rdfs:label "Food" . + +tag:Freeze a brick:Tag ; + rdfs:label "Freeze" . + +tag:Fume a brick:Tag ; + rdfs:label "Fume" . + +tag:Furniture a brick:Tag ; + rdfs:label "Furniture" . + +tag:Ground a brick:Tag ; + rdfs:label "Ground" . + +tag:Handler a brick:Tag ; + rdfs:label "Handler" . + +tag:Hood a brick:Tag ; + rdfs:label "Hood" . + +tag:Humidifier a brick:Tag ; + rdfs:label "Humidifier" . + +tag:Ice a brick:Tag ; + rdfs:label "Ice" . + +tag:Inside a brick:Tag ; + rdfs:label "Inside" . + +tag:Intake a brick:Tag ; + rdfs:label "Intake" . + +tag:Inverter a brick:Tag ; + rdfs:label "Inverter" . + +tag:Lag a brick:Tag ; + rdfs:label "Lag" . + +tag:Lounge a brick:Tag ; + rdfs:label "Lounge" . + +tag:Luminaire a brick:Tag ; + rdfs:label "Luminaire" . + +tag:Main a brick:Tag ; + rdfs:label "Main" . + +tag:Maintenance a brick:Tag ; + rdfs:label "Maintenance" . + +tag:Makeup a brick:Tag ; + rdfs:label "Makeup" . + +tag:Mechanical a brick:Tag ; + rdfs:label "Mechanical" . + +tag:Modulating a brick:Tag ; + rdfs:label "Modulating" . + +tag:Operating a brick:Tag ; + rdfs:label "Operating" . + +tag:Override a brick:Tag ; + rdfs:label "Override" . + +tag:PM1 a brick:Tag ; + rdfs:label "PM1" . + +tag:PM10 a brick:Tag ; + rdfs:label "PM10" . + +tag:PM2.5 a brick:Tag ; + rdfs:label "PM2.5" . + +tag:Port a brick:Tag ; + rdfs:label "Port" . + +tag:Pre a brick:Tag ; + rdfs:label "Pre" . + +tag:Reactive a brick:Tag ; + rdfs:label "Reactive" . + +tag:Regulator a brick:Tag ; + rdfs:label "Regulator" . + +tag:Relay a brick:Tag ; + rdfs:label "Relay" . + +tag:Rooftop a brick:Tag ; + rdfs:label "Rooftop" . + +tag:Server a brick:Tag ; + rdfs:label "Server" . + +tag:Shower a brick:Tag ; + rdfs:label "Shower" . + +tag:Stage a brick:Tag ; + rdfs:label "Stage" . + +tag:TVOC a brick:Tag ; + rdfs:label "TVOC" . + +tag:Torque a brick:Tag ; + rdfs:label "Torque" . + +tag:Tower a brick:Tag ; + rdfs:label "Tower" . + +tag:Transformer a brick:Tag ; + rdfs:label "Transformer" . + +tag:Wall a brick:Tag ; + rdfs:label "Wall" . + +tag:Wet a brick:Tag ; + rdfs:label "Wet" . + +tag:Wheel a brick:Tag ; + rdfs:label "Wheel" . + +tag:Wind a brick:Tag ; + rdfs:label "Wind" . + +rec:hasPart rdfs:subPropertyOf brick:hasPart . + +rec:isPartOf rdfs:subPropertyOf brick:isPartOf . + +brick:Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Setpoint" ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a chilled water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Class a owl:Class . + +brick:Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Condenser Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Condenser_Water . + +brick:Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The cooling setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Dewpoint Sensor" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the dewpoint temperature . Dew point is the temperature to which air must be cooled to become saturated with water vapor"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature . + +brick:Direction a brick:Quantity ; + rdfs:label "Direction" ; + skos:narrower brick:Wind_Direction . + +brick:Disable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Disable Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that disable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Point . + +brick:Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Discharge Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor . + +brick:Electric_Current a brick:Quantity ; + rdfs:label "Electric Current" ; + qudt:applicableUnit unit:A, + unit:A_Ab, + unit:A_Stat, + unit:AttoA, + unit:BIOT, + unit:FemtoA, + unit:GigaA, + unit:KiloA, + unit:MegaA, + unit:MicroA, + unit:MilliA, + unit:NanoA, + unit:PetaA, + unit:PicoA, + unit:PlanckCurrent, + unit:TeraA ; + skos:related brick:Alternating_Current_Frequency, + brick:Current_Angle, + brick:Current_Imbalance, + brick:Current_Total_Harmonic_Distortion ; + brick:hasQUDTReference qudtqk:ElectricCurrent . + +brick:Entering_Condenser_Water a brick:Substance ; + rdfs:label "Entering Condenser Water" ; + skos:broader brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought away from the condenser side of a heat-rejection device (e.g. chiller). It is the 'warm' side."@en . + +brick:Entering_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Entering Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Filter a owl:Class, + sh:NodeShape ; + rdfs:label "Filter" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Device to remove gases from a mixture of gases or to remove solid material from a fluid"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter . + +brick:Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The heating setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Hot Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a hot water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Hot_Water . + +brick:Leaving_Condenser_Water a brick:Substance ; + rdfs:label "Leaving Condenser Water" ; + skos:broader brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought to the condenser side of a heat-rejection device (e.g. chiller). It is the 'cold' side."@en . + +brick:Leaving_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Hot Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Flow Sensor" ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water that is leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Water . + +brick:Level a brick:Quantity ; + rdfs:label "Level" ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length ; + skos:definition "Amount of substance in a container; typically measured in height" ; + skos:narrower brick:Precipitation . + +brick:Natural_Gas a brick:Substance ; + rdfs:label "Natural Gas" ; + skos:broader brick:Gas ; + skos:definition "Fossil fuel energy source consisting largely of methane and other hydrocarbons"@en . + +brick:Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Outside Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Switchgear a owl:Class, + sh:NodeShape ; + rdfs:label "Switchgear" ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switchgear ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Switchgear . + +brick:Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Target Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature High Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Low Reset Setpoint" ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Time a brick:Quantity ; + rdfs:label "Time" ; + qudt:applicableUnit unit:AttoSEC, + unit:CentiPOISE-PER-BAR, + unit:DAY, + unit:DAY_Sidereal, + unit:DeciSEC, + unit:FemtoSEC, + unit:H-PER-KiloOHM, + unit:H-PER-OHM, + unit:HR, + unit:HR_Sidereal, + unit:KiloSEC, + unit:KiloYR, + unit:MIN, + unit:MIN_Sidereal, + unit:MO, + unit:MO_MeanGREGORIAN, + unit:MO_MeanJulian, + unit:MO_Synodic, + unit:MegaSEC, + unit:MegaYR, + unit:MicroH-PER-KiloOHM, + unit:MicroH-PER-OHM, + unit:MicroSEC, + unit:MilliH-PER-KiloOHM, + unit:MilliH-PER-OHM, + unit:MilliPA-SEC-PER-BAR, + unit:MilliSEC, + unit:NanoSEC, + unit:PA-SEC-PER-BAR, + unit:POISE-PER-BAR, + unit:POISE-PER-PA, + unit:PicoSEC, + unit:PlanckTime, + unit:SEC, + unit:SH, + unit:WK, + unit:YR, + unit:YR_Common, + unit:YR_Metrology, + unit:YR_Sidereal, + unit:YR_TROPICAL ; + skos:narrower brick:Acceleration_Time, + brick:Deceleration_Time ; + brick:hasQUDTReference qudtqk:Time . + +brick:Variable_Frequency_Drive a owl:Class, + sh:NodeShape ; + rdfs:label "Variable Frequency Drive" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Equipment, + tag:Frequency, + tag:VFD, + tag:Variable . + +brick:Velocity_Pressure a brick:Quantity ; + rdfs:label "Velocity Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:broader brick:Pressure ; + skos:definition "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: (q = 1/2 * ρ v^{2}), where (using SI units), (q) is dynamic pressure in (pascals), (ρ) is fluid density in (kg/m^{3}) (for example, density of air) and (v ) is fluid velocity in (m/s)."@en ; + skos:narrower brick:Differential_Dynamic_Pressure ; + brick:hasQUDTReference qudtqk:DynamicPressure, + brick:Dynamic_Pressure . + +brick:Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Water Alarm" ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Water . + +brick:Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:label "Water Storage Tank" ; + rdfs:subClassOf brick:Storage_Tank ; + skos:definition "A specialized type of tank intended for the storage of water for extended periods."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Storage, + tag:Water . + +brick:Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:label "Zone Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "Sets temperature of zone air"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Zone_Air_Temperature_Setpoint' is deprecated in favor of more explicit class names to distinguish target and cooling/heating setpoints." ; + brick:isReplacedBy brick:Target_Zone_Air_Temperature_Setpoint . + +brick:feeds a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Feeds" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:feeds ; + owl:inverseOf brick:isFedBy ; + skos:definition "The subject is upstream of the object in the context of some sequential process; some media is passed between them"@en . + +brick:isPartOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is part of" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasPart . + +brick:Building_Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Building Meter" ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures usage or consumption of some media for a whole building"@en ; + sh:property [ sh:or ( [ sh:class brick:Building ] ) ; + sh:path brick:meters ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter . + +brick:CO_Concentration a brick:Quantity ; + rdfs:label "COConcentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon monoxide in a medium" ; + skos:narrower brick:Differential_CO_Concentration . + +brick:Common_Space a owl:Class, + sh:NodeShape ; + rdfs:label "Common Space" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A class of spaces that are used by multiple people at the same time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Space . + +brick:Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Cooling Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Data_Network_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Data Network Equipment" ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Data ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Data, + tag:Equipment, + tag:Network . + +brick:Differential_Setpoint a owl:Class ; + rdfs:label "Differential Setpoint" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two measurements"@en ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Electric_Energy a brick:Quantity ; + rdfs:label "ElectricEnergy" ; + qudt:applicableUnit unit:J, + unit:KiloV-A-HR, + unit:KiloV-A_Reactive-HR, + unit:KiloW-HR, + unit:MegaV-A-HR, + unit:MegaV-A_Reactive-HR, + unit:MegaW-HR, + unit:V-A-HR, + unit:V-A_Reactive-HR, + unit:W-HR ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Energy, + brick:Energy ; + skos:definition "A form of energy resulting from the flow of electrical charge" ; + skos:narrower brick:Active_Energy, + brick:Apparent_Energy, + brick:Reactive_Energy . + +brick:Energy a brick:Quantity ; + rdfs:label "Energy" ; + skos:narrower brick:Electric_Energy, + brick:Thermal_Energy . + +brick:Entering_Chilled_Water a brick:Substance ; + rdfs:label "Entering Chilled Water" ; + skos:broader brick:Chilled_Water, + brick:Entering_Water . + +brick:Entering_Hot_Water a brick:Substance ; + rdfs:label "Entering Hot Water" ; + skos:broader brick:Entering_Water, + brick:Hot_Water . + +brick:Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Fan Coil Unit" ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Unit . + +brick:Fire_Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Fire Safety Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Gas a brick:Substance ; + rdfs:label "Gas" ; + skos:broader brick:Fluid ; + skos:definition "state of matter in which substances exist in the form of nonaggregated molecules and which, within acceptable limits of accuracy, satisfy the ideal gas laws; usually a highly superheated vapor. See [[state]]."@en ; + skos:narrower brick:Air, + brick:CO, + brick:CO2, + brick:Natural_Gas, + brick:Steam . + +brick:Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:label "Heat Exchanger" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:HX ; + skos:definition "A heat exchanger is a piece of equipment built for efficient heat transfer from one medium to another. The media may be separated by a solid wall to prevent mixing or they may be in direct contact (BEDES)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HX ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exchanger, + tag:HX, + tag:Heat . + +brick:Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Integral Time Parameter" ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Leaving_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Leaving Water Temperature Setpoint" ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Liquid a brick:Substance ; + rdfs:label "Liquid" ; + skos:broader brick:Fluid ; + skos:definition "state of matter intermediate between crystalline substances and gases in which the volume of a substance, but not the shape, remains relatively constant."@en ; + skos:narrower brick:Gasoline, + brick:Glycol, + brick:Liquid_CO2, + brick:Oil, + brick:Water . + +brick:Mixed_Air a brick:Substance ; + rdfs:label "Mixed Air" ; + skos:broader brick:Air ; + skos:definition "(1) air that contains two or more streams of air. (2) combined outdoor air and recirculated air."@en . + +brick:On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:label "On Off Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "An On/Off Command controls or reports the binary status of a control loop, relay or equipment activity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point . + +brick:Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Pressure Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measure the amount of force acting on a unit area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Pressure . + +brick:Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Proportional Band Parameter" ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Relative_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Relative Humidity Sensor" ; + rdfs:subClassOf brick:Humidity_Sensor ; + skos:definition "Measures the present state of absolute humidity relative to a maximum humidity given the same temperature"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:RelativeHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Air . + +brick:Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Start Stop Status" ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the active/inactive status of a control loop (but not equipment activities or relays -- use On/Off for this purpose)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:label "Supply Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor . + +brick:Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Water Valve" ; + rdfs:subClassOf brick:Valve ; + skos:definition "A valve that modulates the flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve, + tag:Water . + +brick:Zone a owl:Class, + sh:NodeShape ; + rdfs:label "Zone" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "(1) a separately controlled heated or cooled space. (2) one occupied space or several occupied spaces with similar occupancy category, occupant density, zone air distribution effectiveness, and zone primary airflow per unit area. (3) space or group of spaces within a building for which the heating, cooling, or lighting requirements are sufficiently similar that desired conditions can be maintained throughout by a single controlling device."@en ; + sh:property [ sh:or ( [ sh:class brick:Space ] [ sh:class brick:Wing ] [ sh:class brick:Outdoor_Area ] [ sh:class brick:Floor ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ; + brick:hasAssociatedTag tag:Location, + tag:Zone ; + brick:isReplacedBy rec:Zone . + +brick:hasLocation a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has location" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:locatedIn ; + owl:inverseOf brick:isLocationOf ; + skos:definition "Subject is physically located in the location given by the object"@en . + +brick:hasPoint a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has point" ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:hasPoint ; + owl:inverseOf brick:isPointOf ; + skos:definition "The subject has a source of telemetry identified by the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:timestamp a rdf:Property, + owl:DatatypeProperty ; + rdfs:label "Timestamp" ; + rdfs:subPropertyOf brick:Relationship . + +bsh:Electric_CurrentQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:A_Ab unit:GigaA unit:MilliA unit:BIOT unit:PicoA unit:AttoA unit:KiloA unit:TeraA unit:NanoA unit:A_Stat unit:FemtoA unit:A unit:PetaA unit:MegaA unit:MicroA unit:PlanckCurrent ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the current input was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:LastKnownValueShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:minCount 1 ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:VoltageQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the voltage was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ], + [ a sh:PropertyShape ; + sh:in ( unit:V_Ab unit:FemtoV unit:TeraV unit:NanoV unit:MilliV unit:PlanckVolt unit:MicroV unit:PicoV unit:GigaV unit:MegaV unit:KiloV unit:V_Stat unit:V ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +tag:AHU a brick:Tag ; + rdfs:label "AHU" . + +tag:Access a brick:Tag ; + rdfs:label "Access" . + +tag:Adjust a brick:Tag ; + rdfs:label "Adjust" . + +tag:Angle a brick:Tag ; + rdfs:label "Angle" . + +tag:Beam a brick:Tag ; + rdfs:label "Beam" . + +tag:Breaker a brick:Tag ; + rdfs:label "Breaker" . + +tag:Ceiling a brick:Tag ; + rdfs:label "Ceiling" . + +tag:Charging a brick:Tag ; + rdfs:label "Charging" . + +tag:Close a brick:Tag ; + rdfs:label "Close" . + +tag:Cold a brick:Tag ; + rdfs:label "Cold" . + +tag:Conditioning a brick:Tag ; + rdfs:label "Conditioning" . + +tag:Controller a brick:Tag ; + rdfs:label "Controller" . + +tag:Detector a brick:Tag ; + rdfs:label "Detector" . + +tag:Disconnect a brick:Tag ; + rdfs:label "Disconnect" . + +tag:Duct a brick:Tag ; + rdfs:label "Duct" . + +tag:Embedded a brick:Tag ; + rdfs:label "Embedded" . + +tag:Failure a brick:Tag ; + rdfs:label "Failure" . + +tag:Frame a brick:Tag ; + rdfs:label "Frame" . + +tag:Fresh a brick:Tag ; + rdfs:label "Fresh" . + +tag:Gauge a brick:Tag ; + rdfs:label "Gauge" . + +tag:Generator a brick:Tag ; + rdfs:label "Generator" . + +tag:Grains a brick:Tag ; + rdfs:label "Grains" . + +tag:Hardware a brick:Tag ; + rdfs:label "Hardware" . + +tag:Heater a brick:Tag ; + rdfs:label "Heater" . + +tag:Illuminance a brick:Tag ; + rdfs:label "Illuminance" . + +tag:Imbalance a brick:Tag ; + rdfs:label "Imbalance" . + +tag:Intercom a brick:Tag ; + rdfs:label "Intercom" . + +tag:Lead a brick:Tag ; + rdfs:label "Lead" . + +tag:Lobby a brick:Tag ; + rdfs:label "Lobby" . + +tag:Metering a brick:Tag ; + rdfs:label "Metering" . + +tag:Overridden a brick:Tag ; + rdfs:label "Overridden" . + +tag:Parking a brick:Tag ; + rdfs:label "Parking" . + +tag:Rain a brick:Tag ; + rdfs:label "Rain" . + +tag:Ratio a brick:Tag ; + rdfs:label "Ratio" . + +tag:Reducing a brick:Tag ; + rdfs:label "Reducing" . + +tag:Riser a brick:Tag ; + rdfs:label "Riser" . + +tag:Sensitivity a brick:Tag ; + rdfs:label "Sensitivity" . + +tag:Surveillance a brick:Tag ; + rdfs:label "Surveillance" . + +tag:Thermostat a brick:Tag ; + rdfs:label "Thermostat" . + +tag:Tolerance a brick:Tag ; + rdfs:label "Tolerance" . + +tag:Vehicle a brick:Tag ; + rdfs:label "Vehicle" . + +tag:Ventilation a brick:Tag ; + rdfs:label "Ventilation" . + +tag:Volume a brick:Tag ; + rdfs:label "Volume" . + +brick:Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Temperature Sensor" ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Floor a owl:Class, + sh:NodeShape ; + rdfs:label "Floor" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + owl:equivalentClass brick:Storey ; + skos:definition "A level, typically representing a horizontal aggregation of spaces that are vertically bound. (referring to IFC)"@en ; + sh:property [ sh:or ( [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storey ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ; + brick:hasAssociatedTag tag:Floor, + tag:Location, + tag:Storey ; + brick:isReplacedBy rec:Level . + +brick:Frequency a brick:Quantity ; + rdfs:label "Frequency" ; + qudt:applicableUnit unit:GigaHZ, + unit:HZ, + unit:KiloHZ, + unit:MegaHZ, + unit:MilliHZ, + unit:NUM-PER-HR, + unit:NUM-PER-SEC, + unit:NUM-PER-YR, + unit:PER-DAY, + unit:PER-HR, + unit:PER-MIN, + unit:PER-MO, + unit:PER-MilliSEC, + unit:PER-SEC, + unit:PER-WK, + unit:PER-YR, + unit:PERCENT-PER-DAY, + unit:PERCENT-PER-HR, + unit:PERCENT-PER-MO, + unit:PERCENT-PER-WK, + unit:PPTH-PER-HR, + unit:PetaHZ, + unit:PlanckFrequency, + unit:SAMPLE-PER-SEC, + unit:TeraHZ, + unit:failures-in-time ; + skos:definition "Frequency is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, ( u) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."@en ; + skos:narrower brick:Alternating_Current_Frequency ; + brick:hasQUDTReference qudtqk:Frequency . + +brick:Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Heating_Ventilation_Air_Conditioning_System a owl:Class, + sh:NodeShape ; + rdfs:label "Heating Ventilation Air Conditioning System" ; + rdfs:subClassOf brick:System ; + owl:equivalentClass brick:HVAC_System ; + skos:definition "The equipment, distribution systems and terminals that provide, either collectively or individually, the processes of heating, ventilating or air conditioning to a building or portion of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:HVAC, + tag:Heat, + tag:System, + tag:Ventilation . + +brick:Leaving_Chilled_Water a brick:Substance ; + rdfs:label "Leaving Chilled Water" ; + skos:broader brick:Chilled_Water, + brick:Leaving_Water . + +brick:Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:label "Mode Status" ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which mode a system, device or control loop is currently in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status . + +brick:On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:label "On Off Status" ; + rdfs:subClassOf brick:Off_Status, + brick:On_Status, + brick:Status ; + skos:definition "Indicates the on/off status of a control loop, relay or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Flow Setpoint" ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Supply Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint ; + skos:definition "Temperature setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Deadband Setpoint" ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Temperature_Setpoint ; + skos:definition "Sets the size of a deadband of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity qudtqk:Temperature . + +ref:hasExternalReference a owl:ObjectProperty ; + rdfs:label "hasExternalReference" ; + rdfs:subPropertyOf s223:hasExternalReference ; + skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph." . + +rdfs:Resource sh:property bsh:valueShape . + +brick:Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Effective_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Effective Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:ICT_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "ICT Equipment" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Information and Communications Technology (ICT) equipment operates with a processor to process data or logic and create digital signals."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT . + +brick:Leaving_Hot_Water a brick:Substance ; + rdfs:label "Leaving Hot Water" ; + skos:broader brick:Hot_Water, + brick:Leaving_Water . + +brick:Occupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Occupied Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Static Pressure Setpoint" ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Terminal_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Terminal Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that regulates the volumetric flow rate and/or the temperature of the controlled medium."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Terminal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Terminal, + tag:Unit . + +brick:Unoccupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Unoccupied Air Temperature Setpoint" ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Flow Setpoint" ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets the target flow rate of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Water . + +brick:Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Zone_Air a brick:Substance ; + rdfs:label "Zone Air" ; + skos:broader brick:Air ; + skos:definition "air inside a defined zone (e.g., corridors)."@en . + +tag:Area a brick:Tag ; + rdfs:label "Area" . + +tag:Automatic a brick:Tag ; + rdfs:label "Automatic" . + +tag:Baseboard a brick:Tag ; + rdfs:label "Baseboard" . + +tag:Basin a brick:Tag ; + rdfs:label "Basin" . + +tag:Diffuser a brick:Tag ; + rdfs:label "Diffuser" . + +tag:Enclosed a brick:Tag ; + rdfs:label "Enclosed" . + +tag:Exchanger a brick:Tag ; + rdfs:label "Exchanger" . + +tag:Face a brick:Tag ; + rdfs:label "Face" . + +tag:Fault a brick:Tag ; + rdfs:label "Fault" . + +tag:Generation a brick:Tag ; + rdfs:label "Generation" . + +tag:Interface a brick:Tag ; + rdfs:label "Interface" . + +tag:Isolation a brick:Tag ; + rdfs:label "Isolation" . + +tag:Leak a brick:Tag ; + rdfs:label "Leak" . + +tag:Loss a brick:Tag ; + rdfs:label "Loss" . + +tag:Luminance a brick:Tag ; + rdfs:label "Luminance" . + +tag:Manual a brick:Tag ; + rdfs:label "Manual" . + +tag:Network a brick:Tag ; + rdfs:label "Network" . + +tag:Open a brick:Tag ; + rdfs:label "Open" . + +tag:Output a brick:Tag ; + rdfs:label "Output" . + +tag:PV a brick:Tag ; + rdfs:label "PV" . + +tag:Photovoltaic a brick:Tag ; + rdfs:label "Photovoltaic" . + +tag:Radiant a brick:Tag ; + rdfs:label "Radiant" . + +tag:Recovery a brick:Tag ; + rdfs:label "Recovery" . + +tag:Reheat a brick:Tag ; + rdfs:label "Reheat" . + +tag:Run a brick:Tag ; + rdfs:label "Run" . + +tag:Smoke a brick:Tag ; + rdfs:label "Smoke" . + +tag:Tint a brick:Tag ; + rdfs:label "Tint" . + +tag:Transfer a brick:Tag ; + rdfs:label "Transfer" . + +tag:Underfloor a brick:Tag ; + rdfs:label "Underfloor" . + +tag:Variable a brick:Tag ; + rdfs:label "Variable" . + +tag:Velocity a brick:Tag ; + rdfs:label "Velocity" . + +tag:Vertical a brick:Tag ; + rdfs:label "Vertical" . + +tag:Video a brick:Tag ; + rdfs:label "Video" . + +tag:Wash a brick:Tag ; + rdfs:label "Wash" . + +tag:Waste a brick:Tag ; + rdfs:label "Waste" . + +brick:Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:label "Air Handling Unit" ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:AHU, + brick:Air_Handler_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Air, + tag:Equipment, + tag:Handler, + tag:Handling, + tag:Unit . + +brick:Air_Quality_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Air Quality Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which provides a measure of air quality"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Quality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Quality, + tag:Sensor ; + brick:hasQuantity qudtqk:DimensionlessRatio . + +brick:CO2_Concentration a brick:Quantity ; + rdfs:label "CO2Concentration" ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon dioxide in a medium" ; + skos:narrower brick:Differential_CO2_Concentration . + +brick:Condenser_Water a brick:Substance ; + rdfs:label "Condenser Water" ; + skos:broader brick:Water ; + skos:definition "Water used used to remove heat through condensation"@en ; + skos:narrower brick:Entering_Condenser_Water, + brick:Leaving_Condenser_Water . + +brick:Damper a owl:Class, + sh:NodeShape ; + rdfs:label "Damper" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment . + +brick:Max_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Max Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point . + +brick:Min_Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Min Limit" ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point . + +brick:Position a brick:Quantity ; + rdfs:label "Position" ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The fraction of the full range of motion", + "The fraction of the full range of motion"@en . + +brick:Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Sensor Equipment" ; + rdfs:subClassOf brick:ICT_Equipment ; + skos:definition "A piece of equipment for sensing some physical properties"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Sensor . + +brick:Speed a brick:Quantity ; + rdfs:label "Speed" ; + qudt:applicableUnit unit:BFT, + unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:FT3-PER-MIN-FT2, + unit:GigaHZ-M, + unit:HZ-M, + unit:IN-PER-YR, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC, + unit:MegaHZ-M, + unit:MicroM-PER-MIN, + unit:MicroM-PER-SEC, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC, + unit:YD-PER-HR, + unit:YD-PER-MIN, + unit:YD-PER-SEC ; + skos:narrower brick:Linear_Speed, + brick:Rotational_Speed ; + brick:hasQUDTReference qudtqk:Speed . + +brick:Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Sensor" ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures temperature: the physical property of matter that quantitatively expresses the common notions of hot and cold"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Flow Sensor" ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Water . + +brick:Entering_Water a brick:Substance ; + rdfs:label "Entering Water" ; + skos:broader brick:Water ; + skos:definition "Water that is entering a piece of equipment or system"@en . + +brick:Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Humidity Setpoint" ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:PressureRatio . + +tag:Average a brick:Tag ; + rdfs:label "Average" . + +tag:Battery a brick:Tag ; + rdfs:label "Battery" . + +tag:Booster a brick:Tag ; + rdfs:label "Booster" . + +tag:CO a brick:Tag ; + rdfs:label "CO" . + +tag:Chiller a brick:Tag ; + rdfs:label "Chiller" . + +tag:Circulator a brick:Tag ; + rdfs:label "Circulator" . + +tag:Detection a brick:Tag ; + rdfs:label "Detection" . + +tag:Direction a brick:Tag ; + rdfs:label "Direction" . + +tag:FCU a brick:Tag ; + rdfs:label "FCU" . + +tag:Fixed a brick:Tag ; + rdfs:label "Fixed" . + +tag:Floor a brick:Tag ; + rdfs:label "Floor" . + +tag:Heating a brick:Tag ; + rdfs:label "Heating" . + +tag:Laboratory a brick:Tag ; + rdfs:label "Laboratory" . + +tag:Media a brick:Tag ; + rdfs:label "Media" . + +tag:Outdoor a brick:Tag ; + rdfs:label "Outdoor" . + +tag:Preheat a brick:Tag ; + rdfs:label "Preheat" . + +tag:Relief a brick:Tag ; + rdfs:label "Relief" . + +tag:Stack a brick:Tag ; + rdfs:label "Stack" . + +tag:Surface a brick:Tag ; + rdfs:label "Surface" . + +tag:Target a brick:Tag ; + rdfs:label "Target" . + +tag:VFD a brick:Tag ; + rdfs:label "VFD" . + +brick:Differential_Temperature a brick:Quantity ; + rdfs:label "Differential Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + qudt:isDeltaQuantity true ; + skos:broader brick:Temperature ; + brick:hasQUDTReference qudtqk:Temperature . + +brick:Electrical_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Electrical Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment . + +brick:Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:label "Enable Command" ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that enable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point . + +brick:Leaving_Water a brick:Substance ; + rdfs:label "Leaving Water" ; + skos:broader brick:Water ; + skos:definition "Water that is leaving a piece of equipment or system"@en . + +brick:System a owl:Class, + sh:NodeShape ; + rdfs:label "System" ; + rdfs:subClassOf brick:Collection ; + skos:definition "A System is a combination of equipment and auxiliary devices (e.g., controls, accessories, interconnecting means, and termi­nal elements) by which energy is transformed so it performs a specific function such as HVAC, service water heating, or lighting. (ASHRAE Dictionary)."@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Loop ] [ sh:class brick:System ] [ sh:class brick:Location ] [ sh:class brick:PV_Array ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:System . + +brick:Exhaust_Air a brick:Substance ; + rdfs:label "Exhaust Air" ; + skos:broader brick:Air ; + skos:definition "air that must be removed from a space due to contaminants, regardless of pressurization"@en . + +brick:Fan a owl:Class, + sh:NodeShape ; + rdfs:label "Fan" ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan . + +brick:Limit a owl:Class, + sh:NodeShape ; + rdfs:label "Limit" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter that places an upper or lower bound on the range of permitted values of another point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point . + +tag:Boiler a brick:Tag ; + rdfs:label "Boiler" . + +tag:Control a brick:Tag ; + rdfs:label "Control" . + +tag:Distribution a brick:Tag ; + rdfs:label "Distribution" . + +tag:Gain a brick:Tag ; + rdfs:label "Gain" . + +tag:HVAC a brick:Tag ; + rdfs:label "HVAC" . + +tag:Lighting a brick:Tag ; + rdfs:label "Lighting" . + +tag:Lockout a brick:Tag ; + rdfs:label "Lockout" . + +tag:Motor a brick:Tag ; + rdfs:label "Motor" . + +tag:Occupancy a brick:Tag ; + rdfs:label "Occupancy" . + +tag:Plenum a brick:Tag ; + rdfs:label "Plenum" . + +tag:Refrigerant a brick:Tag ; + rdfs:label "Refrigerant" . + +tag:Shade a brick:Tag ; + rdfs:label "Shade" . + +tag:Solar a brick:Tag ; + rdfs:label "Solar" . + +brick:Air_Quality a brick:Quantity ; + rdfs:label "Air Quality" ; + skos:narrower brick:Ammonia_Concentration, + brick:CO2_Concentration, + brick:CO_Concentration, + brick:Formaldehyde_Concentration, + brick:Methane_Concentration, + brick:NO2_Concentration, + brick:Ozone_Concentration, + brick:PM10_Concentration, + brick:PM1_Concentration, + brick:PM2.5_Concentration, + brick:Radioactivity_Concentration, + brick:TVOC_Concentration . + +brick:Collection a owl:Class, + sh:NodeShape ; + rdfs:label "Collection" ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Collection ; + sh:node [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Equipment ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Location ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class rec:Space ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Substance ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Quantity ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Point ] ] ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; + sh:path rec:includes ], + [ sh:message "A Collection can be associated with Equipments, Locations/Spaces, Points, and other Collections." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] [ sh:class brick:Point ] [ sh:class brick:Collection ] ) ; + sh:path brick:hasPart ], + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection . + +brick:Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Parameter" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Parameter points are configuration settings used to guide the operation of equipment and control systems; for example they may provide bounds on valid setpoint values"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point . + +brick:Valve a owl:Class, + sh:NodeShape ; + rdfs:label "Valve" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that regulates, directs or controls the flow of a fluid by opening, closing or partially obstructing various passageways"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve . + +brick:Entity a owl:Class ; + sh:property bsh:hasLocationShape, + bsh:hasdeprecationShape, + bsh:isReplacedByShape, + bsh:latitudeShape, + bsh:longitudeShape, + bsh:timestampShape . + +brick:Space a owl:Class, + sh:NodeShape ; + rdfs:label "Space" ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A part of the physical world or a virtual world whose 3D spatial extent is bounded actually or theoretically, and provides for certain functions within the zone it is contained in."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ; + brick:hasAssociatedTag tag:Location, + tag:Space ; + brick:isReplacedBy rec:Space . + +brick:Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Water Temperature Sensor" ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +tag:Dewpoint a brick:Tag ; + rdfs:label "Dewpoint" . + +tag:Disable a brick:Tag ; + rdfs:label "Disable" . + +tag:Effective a brick:Tag ; + rdfs:label "Effective" . + +tag:Expansion a brick:Tag ; + rdfs:label "Expansion" . + +tag:Frequency a brick:Tag ; + rdfs:label "Frequency" . + +tag:Liquid a brick:Tag ; + rdfs:label "Liquid" . + +tag:Loop a brick:Tag ; + rdfs:label "Loop" . + +tag:Natural a brick:Tag ; + rdfs:label "Natural" . + +tag:Relative a brick:Tag ; + rdfs:label "Relative" . + +tag:Start a brick:Tag ; + rdfs:label "Start" . + +tag:Stop a brick:Tag ; + rdfs:label "Stop" . + +tag:Telecom a brick:Tag ; + rdfs:label "Telecom" . + +brick:Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Air Temperature Setpoint" ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Hot_Water a brick:Substance ; + rdfs:label "Hot Water" ; + skos:broader brick:Water ; + skos:definition "Hot water used for HVAC heating or supply to hot taps"@en ; + skos:narrower brick:Entering_Hot_Water, + brick:Leaving_Hot_Water . + +brick:Meter a owl:Class, + sh:NodeShape ; + rdfs:label "Meter" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that measure usage or consumption of some media --- typically a form energy or power."@en ; + sh:property bsh:hasSubMeterShape, + bsh:hasSubstanceShape, + bsh:hasisVirtualMeterShape, + bsh:isSubMeterOfShape, + bsh:metersShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter . + +brick:Outside_Air a brick:Substance ; + rdfs:label "Outside Air" ; + skos:broader brick:Air ; + skos:definition "air external to a defined zone (e.g., corridors)."@en . + +brick:Return_Air a brick:Substance ; + rdfs:label "Return Air" ; + skos:broader brick:Air ; + skos:definition "air removed from a space to be recirculated or exhausted. Air extracted from a space and totally or partially returned to an air conditioner, furnace, or other heating, cooling, or ventilating system."@en . + +brick:Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:label "Temperature Parameter" ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to temperature-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Chilled_Water a brick:Substance ; + rdfs:label "Chilled Water" ; + skos:broader brick:Water ; + skos:definition "water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature."@en ; + skos:narrower brick:Entering_Chilled_Water, + brick:Leaving_Chilled_Water . + +tag:Box a brick:Tag ; + rdfs:label "Box" . + +tag:Current a brick:Tag ; + rdfs:label "Current" . + +tag:Electrical a brick:Tag ; + rdfs:label "Electrical" . + +tag:Office a brick:Tag ; + rdfs:label "Office" . + +tag:Radiator a brick:Tag ; + rdfs:label "Radiator" . + +tag:Station a brick:Tag ; + rdfs:label "Station" . + +tag:Usage a brick:Tag ; + rdfs:label "Usage" . + +tag:Voltage a brick:Tag ; + rdfs:label "Voltage" . + +brick:Static_Pressure a brick:Quantity ; + rdfs:label "Static Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:broader brick:Pressure ; + skos:narrower brick:Differential_Static_Pressure ; + brick:hasQUDTReference qudtqk:StaticPressure . + +tag:Bypass a brick:Tag ; + rdfs:label "Bypass" . + +tag:Cooling a brick:Tag ; + rdfs:label "Cooling" . + +tag:Enthalpy a brick:Tag ; + rdfs:label "Enthalpy" . + +tag:Matter a brick:Tag ; + rdfs:label "Matter" . + +tag:Mixed a brick:Tag ; + rdfs:label "Mixed" . + +tag:Particulate a brick:Tag ; + rdfs:label "Particulate" . + +tag:Standby a brick:Tag ; + rdfs:label "Standby" . + +tag:Step a brick:Tag ; + rdfs:label "Step" . + +brick:Discharge_Air a brick:Substance ; + rdfs:label "Discharge Air" ; + owl:sameAs brick:Supply_Air ; + skos:broader brick:Air ; + skos:definition "the air exiting the registers (vents)."@en . + +brick:Supply_Air a brick:Substance ; + rdfs:label "Supply Air" ; + owl:sameAs brick:Discharge_Air ; + skos:broader brick:Air ; + skos:definition "(1) air delivered by mechanical or natural ventilation to a space, composed of any combination of outdoor air, recirculated air, or transfer air. (2) air entering a space from an air-conditioning, heating, or ventilating apparatus for the purpose of comfort conditioning. Supply air is generally filtered, fan forced, and either heated, cooled, humidified, or dehumidified as necessary to maintain specified conditions. Only the quantity of outdoor air within the supply airflow may be used as replacement air."@en . + +tag:Collection a brick:Tag ; + rdfs:label "Collection" . + +tag:Common a brick:Tag ; + rdfs:label "Common" . + +tag:Condensing a brick:Tag ; + rdfs:label "Condensing" . + +tag:Panel a brick:Tag ; + rdfs:label "Panel" . + +tag:Source a brick:Tag ; + rdfs:label "Source" . + +tag:Steam a brick:Tag ; + rdfs:label "Steam" . + +brick:Pressure a brick:Quantity ; + rdfs:label "Pressure" ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:narrower brick:Atmospheric_Pressure, + brick:Differential_Pressure, + brick:Dynamic_Pressure, + brick:Gauge_Pressure, + brick:Static_Pressure, + brick:Velocity_Pressure ; + brick:hasQUDTReference qudtqk:Pressure . + +brick:hasPart a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has part" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isPartOf ; + skos:definition "The subject is composed in part of the entity given by the object"@en . + +tag:CO2 a brick:Tag ; + rdfs:label "CO2" . + +brick:Point a owl:Class, + sh:NodeShape ; + rdfs:label "Point" ; + rdfs:subClassOf brick:Class, + brick:Entity ; + sh:node [ 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 rec:Space ] ], + [ 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:not [ sh:class brick:Collection ] ] ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Quantity ; + sh:name "has quantity" ; + sh:nodeKind sh:IRI ; + sh:path brick:hasQuantity ], + [ a sh:PropertyShape ; + sh:class brick:Substance ; + sh:name "has substance" ; + sh:nodeKind sh:IRI ; + sh:path brick:hasSubstance ], + [ a sh:PropertyShape ; + sh:name "is point of" ; + sh:nodeKind sh:IRI ; + sh:path rec:isPointOf ], + [ sh:maxCount 0 ; + sh:message "Points cannot have locations; use 'isPointOf' instead" ; + sh:path brick:hasLocation ], + bsh:hasQuantityShape, + bsh:hasSubstanceShape, + bsh:hasUnitShape, + bsh:hasaggregateShape, + bsh:haselectricalComplexPowerShape, + bsh:haselectricalFlowShape, + bsh:haslastKnownValueShape, + bsh:isPointOfShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point . + +brick:Location a owl:Class, + sh:NodeShape ; + rdfs:label "Location" ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Space ; + owl:deprecated true ; + sh:node [ 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:message "Location is an exclusive top class." ; + sh:not [ sh:class brick:Collection ] ] ; + sh:property [ sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasPart ], + [ sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasPart ], + [ sh:or ( [ sh:class brick:Point ] ) ; + sh:path brick:hasPoint ], + [ sh:or ( [ sh:class brick:Point ] ) ; + sh:path brick:hasPoint ], + [ sh:message "A Location's parts should be always be Locations/Spaces." ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasPart ], + [ sh:message "A Location's parts should be always be Locations/Spaces." ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:isPartOf ], + [ sh:class brick:Equipment ; + sh:message "Locations can be fed only by other Equipment." ; + sh:path brick:isFedBy ], + bsh:hasPointShape, + bsh:hasareaShape, + bsh:hascoordinatesShape, + bsh:hasgrossAreaShape, + bsh:hasnetAreaShape, + bsh:hasthermalTransmittanceShape, + bsh:hasvolumeShape, + bsh:isLocationOfShape, + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Architecture" ; + brick:hasAssociatedTag tag:Location ; + brick:isReplacedBy rec:Architecture . + +tag:Coil a brick:Tag ; + rdfs:label "Coil" . + +tag:Demand a brick:Tag ; + rdfs:label "Demand" . + +tag:Security a brick:Tag ; + rdfs:label "Security" . + +tag:Service a brick:Tag ; + rdfs:label "Service" . + +brick:Setpoint a owl:Class, + sh:NodeShape ; + rdfs:label "Setpoint" ; + rdfs:seeAlso , + "https://xp20.ashrae.org/terminology/index.php?term=setpoint" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Status ; + skos:definition "A Setpoint is an input value at which the desired property is set"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint . + +brick:Alarm a owl:Class, + sh:NodeShape ; + rdfs:label "Alarm" ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Alarm points are signals (either audible or visual) that alert an operator to an off-normal condition which requires some form of corrective action"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ExceptionEvent ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point . + +tag:Building a brick:Tag ; + rdfs:label "Building" . + +tag:Domestic a brick:Tag ; + rdfs:label "Domestic" . + +tag:Filter a brick:Tag ; + rdfs:label "Filter" . + +tag:Position a brick:Tag ; + rdfs:label "Position" . + +tag:Switch a brick:Tag ; + rdfs:label "Switch" . + +tag:Thermal a brick:Tag ; + rdfs:label "Thermal" . + +brick:Water a brick:Substance ; + rdfs:label "Water" ; + skos:broader brick:Liquid ; + skos:definition "transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C)."@en ; + skos:narrower brick:Blowdown_Water, + brick:Bypass_Water, + brick:Chilled_Water, + brick:Collection_Basin_Water, + brick:Condenser_Water, + brick:Deionized_Water, + brick:Domestic_Water, + brick:Entering_Water, + brick:Hot_Water, + brick:Leaving_Water, + brick:Makeup_Water, + brick:Potable_Water . + +tag:Fire a brick:Tag ; + rdfs:label "Fire" . + +tag:Meter a brick:Tag ; + rdfs:label "Meter" . + +tag:Tank a brick:Tag ; + rdfs:label "Tank" . + +brick:Relationship a owl:ObjectProperty ; + rdfs:label "Relationship" ; + skos:definition "Super-property of all Brick relationships between entities (Equipment, Location, Point)" . + +tag:Damper a brick:Tag ; + rdfs:label "Damper" . + +tag:Electric a brick:Tag ; + rdfs:label "Electric" . + +tag:Emergency a brick:Tag ; + rdfs:label "Emergency" . + +tag:Medium a brick:Tag ; + rdfs:label "Medium" . + +tag:On a brick:Tag ; + rdfs:label "On" . + +tag:Power a brick:Tag ; + rdfs:label "Power" . + +tag:Speed a brick:Tag ; + rdfs:label "Speed" . + + a owl:Ontology ; + rdfs:label "Brick" ; + dcterms:creator ( [ a sdo:Person ; + sdo:email "gtfierro@mines.edu" ; + sdo:name "Gabe Fierro" ] [ a sdo:Person ; + sdo:email "jbkoh@eng.ucsd.edu" ; + sdo:name "Jason Koh" ] ) ; + dcterms:issued "2016-11-16" ; + dcterms:license ; + dcterms:modified "2024-05-23" ; + dcterms:publisher [ a sdo:Consortium ; + sdo:legalName "Brick Consortium, Inc" ; + sdo:sameAs ] ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + owl:imports , + , + , + , + , + , + , + , + , + , + , + ; + owl:versionInfo "1.4.0" ; + sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223" ], + [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl" ], + [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh" ], + [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ], + [ sh:namespace "https://brickschema.org/schema/Brick#"^^xsd:anyURI ; + sh:prefix "brick" ], + [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ; + sh:prefix "ref" ], + [ sh:namespace "https://w3id.org/rec#"^^xsd:anyURI ; + sh:prefix "rec" ] . + +tag:Band a brick:Tag ; + rdfs:label "Band" . + +tag:ICT a brick:Tag ; + rdfs:label "ICT" . + +brick:Differential_Pressure a brick:Quantity ; + rdfs:label "Differential Pressure" ; + qudt:isDeltaQuantity true ; + skos:broader brick:Pressure ; + skos:narrower brick:Differential_Dynamic_Pressure, + brick:Differential_Static_Pressure . + +brick:Room a owl:Class, + sh:NodeShape ; + rdfs:label "Room" ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "Base class for all more specific room types."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Room" ; + brick:hasAssociatedTag tag:Location, + tag:Room ; + brick:isReplacedBy rec:Room . + +tag:Energy a brick:Tag ; + rdfs:label "Energy" . + +tag:Integral a brick:Tag ; + rdfs:label "Integral" . + +tag:Mode a brick:Tag ; + rdfs:label "Mode" . + +tag:Storage a brick:Tag ; + rdfs:label "Storage" . + +brick:HVAC_Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "HVAC Equipment" ; + rdfs:subClassOf brick:Equipment ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + sh:property [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ], + [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC . + +tag:Off a brick:Tag ; + rdfs:label "Off" . + +tag:Proportional a brick:Tag ; + rdfs:label "Proportional" . + +tag:Safety a brick:Tag ; + rdfs:label "Safety" . + +brick:Command a owl:Class, + sh:NodeShape ; + rdfs:label "Command" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "A Command is an output point that directly determines the behavior of equipment and/or affects relevant operational points."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ActuationEvent ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point . + +tag:Gas a brick:Tag ; + rdfs:label "Gas" . + +brick:Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Equipment" ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Asset ; + skos:definition "devices that serve all or part of the building and may include electric power, lighting, transportation, or service water heating, including, but not limited to, furnaces, boilers, air conditioners, heat pumps, chillers, water heaters, lamps, luminaires, ballasts, elevators, escalators, or other devices or installations."@en ; + sh:node [ 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:not [ sh:class brick:Collection ] ] ; + sh:property [ sh:or ( [ sh:class brick:Point ] ) ; + sh:path brick:hasPoint ], + [ sh:or ( [ sh:class rec:Space ] ) ; + sh:path brick:hasLocation ], + [ sh:or ( [ sh:class brick:Point ] ) ; + sh:path brick:hasPoint ], + [ sh:or ( [ sh:class rec:Space ] ) ; + sh:path brick:hasLocation ], + [ a sh:PropertyShape ; + sh:name "feeds" ; + sh:nodeKind sh:IRI ; + sh:path rec:feeds ], + [ a sh:PropertyShape ; + sh:name "is fed by" ; + sh:nodeKind sh:IRI ; + sh:path rec:isFedBy ], + [ sh:class brick:Equipment ; + sh:message "A piece of Equipment's parts should be always other Equipment." ; + sh:path brick:hasPart ], + [ sh:message "Equipment can be part of a Collection, System or other Equipment." ; + sh:or ( [ sh:class brick:System ] [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; + sh:path brick:isPartOf ], + [ sh:message "A piece of Equipment can be located only at a Location/Space" ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasLocation ], + [ sh:message "A piece of Equipment can feed a Equipment or Location/Space." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ], + bsh:hasInputSubstanceShape, + bsh:hasOutputSubstanceShape, + bsh:hasPointShape, + bsh:hasazimuthShape, + bsh:hasconversionEfficiencyShape, + bsh:hascoordinatesShape, + bsh:hascurrentFlowTypeShape, + bsh:haselectricalComplexPowerShape, + bsh:haselectricalFlowShape, + bsh:haselectricalPhaseCountShape, + bsh:haselectricalPhasesShape, + bsh:hasmeasuredPowerInputShape, + bsh:hasmeasuredPowerOutputShape, + bsh:hasoperationalStageCountShape, + bsh:hasoperationalStageShape, + bsh:haspanelAreaShape, + bsh:hasratedCurrentInputShape, + bsh:hasratedCurrentOutputShape, + bsh:hasratedMaximumCurrentInputShape, + bsh:hasratedMaximumCurrentOutputShape, + bsh:hasratedMaximumVoltageInputShape, + bsh:hasratedMaximumVoltageOutputShape, + bsh:hasratedMinimumCurrentInputShape, + bsh:hasratedMinimumCurrentOutputShape, + bsh:hasratedMinimumVoltageInputShape, + bsh:hasratedMinimumVoltageOutputShape, + bsh:hasratedPowerInputShape, + bsh:hasratedPowerOutputShape, + bsh:hasratedVoltageInputShape, + bsh:hasratedVoltageOutputShape, + bsh:hastemperatureCoefficientofPmaxShape, + bsh:hastiltShape, + bsh:hasvolumeShape, + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment . + +tag:Enable a brick:Tag ; + rdfs:label "Enable" . + +brick:Status a owl:Class, + sh:NodeShape ; + rdfs:label "Status" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint ; + skos:definition "A Status is input point that reports the current operating mode, state, position, or condition of an item. Statuses are observations and should be considered 'read-only'"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownValueShape ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status . + +tag:Deadband a brick:Tag ; + rdfs:label "Deadband" . + +tag:Time a brick:Tag ; + rdfs:label "Time" . + +tag:Unit a brick:Tag ; + rdfs:label "Unit" . + +tag:Fan a brick:Tag ; + rdfs:label "Fan" . + +tag:Level a brick:Tag ; + rdfs:label "Level" . + +tag:Exhaust a brick:Tag ; + rdfs:label "Exhaust" . + +tag:High a brick:Tag ; + rdfs:label "High" . + +tag:Max a brick:Tag ; + rdfs:label "Max" . + +tag:Min a brick:Tag ; + rdfs:label "Min" . + +brick:EntityProperty a owl:Class ; + rdfs:subClassOf owl:ObjectProperty . + +brick:Air a brick:Substance ; + rdfs:label "Air" ; + skos:broader brick:Gas ; + skos:definition "the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen."@en ; + skos:narrower brick:Building_Air, + brick:Bypass_Air, + brick:Discharge_Air, + brick:Exhaust_Air, + brick:Mixed_Air, + brick:Outside_Air, + brick:Return_Air, + brick:Supply_Air, + brick:Zone_Air . + +tag:Low a brick:Tag ; + rdfs:label "Low" . + +tag:Occupied a brick:Tag ; + rdfs:label "Occupied" . + +tag:Unoccupied a brick:Tag ; + rdfs:label "Unoccupied" . + +tag:Pump a brick:Tag ; + rdfs:label "Pump" . + +tag:Shed a brick:Tag ; + rdfs:label "Shed" . + +brick:Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Sensor" ; + rdfs:seeAlso "https://xp20.ashrae.org/terminology/index.php?term=Sensor" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Setpoint, + brick:Status ; + skos:definition "A Sensor is an input point that represents the value of a device or instrument designed to detect and measure a variable (ASHRAE Dictionary)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor . + +tag:Return a brick:Tag ; + rdfs:label "Return" . + +brick:lastKnownValue a brick:EntityProperty ; + rdfs:label "Last known value" ; + skos:definition "The last known value of the Point entity" . + +tag:Condenser a brick:Tag ; + rdfs:label "Condenser" . + +tag:Humidity a brick:Tag ; + rdfs:label "Humidity" . + +tag:Reset a brick:Tag ; + rdfs:label "Reset" . + +tag:Load a brick:Tag ; + rdfs:label "Load" . + +tag:Outside a brick:Tag ; + rdfs:label "Outside" . + +tag:Static a brick:Tag ; + rdfs:label "Static" . + +tag:Zone a brick:Tag ; + rdfs:label "Zone" . + +brick:Substance a owl:Class ; + rdfs:label "Substance" ; + rdfs:subClassOf sosa:FeatureOfInterest, + brick:Measurable . + +brick:hasUnit a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has unit" ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "The QUDT unit associated with this Brick entity (usually a Brick Point instance or Entity Property)"@en . + +bsh:NumericValue a rdf:List ; + rdf:first [ sh:datatype xsd:float ] ; + rdf:rest ( [ sh:datatype xsd:decimal ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:double ] ) . + +tag:Entering a brick:Tag ; + rdfs:label "Entering" . + +tag:Leaving a brick:Tag ; + rdfs:label "Leaving" . + +tag:Cool a brick:Tag ; + rdfs:label "Cool" . + +tag:PID a brick:Tag ; + rdfs:label "PID" . + +brick:Quantity a owl:Class ; + rdfs:label "Quantity" ; + rdfs:subClassOf qudt:QuantityKind, + skos:Concept, + sosa:ObservableProperty, + brick:Measurable ; + sh:property bsh:hasQUDTReferenceShape . + +brick:EntityPropertyValue a owl:Class . + +bsh:ValueShape a owl:Class, + sh:NodeShape . + +tag:Chilled a brick:Tag ; + rdfs:label "Chilled" . + +brick:value a rdf:Property ; + rdfs:label "Value" ; + rdfs:subPropertyOf qudt:value, + brick:Relationship, + rec:value ; + skos:definition "The basic value of an entity property" . + +tag:Valve a brick:Tag ; + rdfs:label "Valve" . + +tag:System a brick:Tag ; + rdfs:label "System" . + +tag:Limit a brick:Tag ; + rdfs:label "Limit" . + +tag:Heat a brick:Tag ; + rdfs:label "Heat" . + +tag:Room a brick:Tag ; + rdfs:label "Room" . + +tag:Alarm a brick:Tag ; + rdfs:label "Alarm" . + +tag:Command a brick:Tag ; + rdfs:label "Command" . + +brick:Temperature a brick:Quantity ; + rdfs:label "Temperature" ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + skos:narrower brick:Differential_Temperature, + brick:Dry_Bulb_Temperature, + brick:Operative_Temperature, + brick:Radiant_Temperature, + brick:Wet_Bulb_Temperature ; + brick:hasQUDTReference qudtqk:Temperature . + +tag:Discharge a brick:Tag ; + rdfs:label "Discharge" . + +tag:Supply a brick:Tag ; + rdfs:label "Supply" . + +tag:Space a brick:Tag ; + rdfs:label "Space" . + +tag:Differential a brick:Tag ; + rdfs:label "Differential" . + +tag:Hot a brick:Tag ; + rdfs:label "Hot" . + +tag:Flow a brick:Tag ; + rdfs:label "Flow" . + +tag:Status a brick:Tag ; + rdfs:label "Status" . + +tag:Location a brick:Tag ; + rdfs:label "Location" . + +tag:Parameter a brick:Tag ; + rdfs:label "Parameter" . + +tag:Pressure a brick:Tag ; + rdfs:label "Pressure" . + +tag:Temperature a brick:Tag ; + rdfs:label "Temperature" . + +tag:Water a brick:Tag ; + rdfs:label "Water" . + +tag:Air a brick:Tag ; + rdfs:label "Air" . + +tag:Setpoint a brick:Tag ; + rdfs:label "Setpoint" . + +tag:Sensor a brick:Tag ; + rdfs:label "Sensor" . + +brick:Tag a owl:Class ; + sh:property bsh:isAssociatedWithShape, + bsh:isTagOfShape . + +tag:Equipment a brick:Tag ; + rdfs:label "Equipment" . + +owl:Class sh:property bsh:hasAssociatedTagShape, + bsh:hasTagShape . + +tag:Point a brick:Tag ; + rdfs:label "Point" . + +brick:hasTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has tag" ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isTagOf ; + skos:definition "The subject has the given tag"@en . diff --git a/ontologies/brick/latest/Brick.ttl b/ontologies/brick/latest/Brick.ttl new file mode 100644 index 0000000..39e5850 --- /dev/null +++ b/ontologies/brick/latest/Brick.ttl @@ -0,0 +1,47219 @@ +@prefix bacnet: . +@prefix brick: . +@prefix bsh: . +@prefix dcterms: . +@prefix owl: . +@prefix qudt: . +@prefix qudtqk: . +@prefix rdf: . +@prefix rdfs: . +@prefix rec: . +@prefix ref: . +@prefix s223: . +@prefix sdo: . +@prefix sh: . +@prefix skos: . +@prefix sosa: . +@prefix tag: . +@prefix unit: . +@prefix vcard: . +@prefix xsd: . + +rec:AbsoluteHumidityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Absolute humidity observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:AbsoluteHumidity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:AccelerationObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Acceleration observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Acceleration ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:AccessControlZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Access control zone"^^xsd:string ; + rdfs:subClassOf rec:Zone . + +rec:AccessPanel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Access panel"^^xsd:string ; + rdfs:subClassOf rec:BarrierAsset . + +rec:ActuationEvent a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Actuation event"^^xsd:string ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The command message/payload of this actuation event."^^xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute."^^xsd:string ; + sh:minCount 1 ; + sh:name "target point"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:targetPoint ] . + +rec:AdmittingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Admitting room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Agent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Agent"^^xsd:string ; + rdfs:comment "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property."^^xsd:string ; + sh:name "is member of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isMemberOf ], + [ a sh:PropertyShape ; + sh:description "Indicates ownership of some thing, e.g., a building, an asset, an organization, etc."^^xsd:string ; + sh:name "owns"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:owns ] . + +rec:AlarmObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Alarm object"^^xsd:string ; + rdfs:subClassOf rec:ServiceObject . + +rec:AngleObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angle observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Angle ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:AngularAccelerationObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angular acceleration observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:AngularAcceleration ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:AngularVelocityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Angular velocity observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:AngularVelocity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Apartment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Apartment"^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Room ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:ArchitecturalAsset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Architectural asset"^^xsd:string ; + rdfs:subClassOf rec:Asset . + +rec:Architecture a rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture"^^xsd:string ; + rdfs:comment "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc."^^xsd:string ; + rdfs:subClassOf rec:Space ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ArchitectureCapacity ; + sh:maxCount 1 ; + sh:name "capacity"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:capacity ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "has point"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPoint ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "intersecting element"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:intersectingElement ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "owned by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:ownedBy ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "adjacent element"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:adjacentElement ], + [ a sh:PropertyShape ; + sh:class rec:PostalAddress ; + sh:description "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question."^^xsd:string ; + sh:name "address"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:address ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "architected by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:architectedBy ], + [ a sh:PropertyShape ; + sh:name "is fed by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isFedBy ], + [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "operated by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:operatedBy ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:nodeKind sh:IRI ; + sh:path rec:constructedBy ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:description "Links an Architecture to BuildingElement that is contained in the Space."^^xsd:string ; + sh:name "contains element"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:containsElement ], + [ a sh:PropertyShape ; + sh:class rec:ArchitectureArea ; + sh:maxCount 1 ; + sh:name "area"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:area ] . + +rec:ArchitectureArea a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture area"^^xsd:string ; + rdfs:comment "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged."^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "rentable area"^^xsd:string ; + sh:path rec:rentableArea ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "net area"^^xsd:string ; + sh:path rec:netArea ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "gross area"^^xsd:string ; + sh:path rec:grossArea ] . + +rec:ArchitectureCapacity a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Architecture capacity"^^xsd:string ; + rdfs:comment "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged."^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:name "seating capacity"^^xsd:string ; + sh:path rec:seatingCapacity ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "E.g., per Building Code"^^xsd:string ; + sh:maxCount 1 ; + sh:name "maximum occupancy"^^xsd:string ; + sh:path rec:maxOccupancy ] . + +rec:AreaObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Area observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Area ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Asset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Asset"^^xsd:string ; + rdfs:comment "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "serial number"^^xsd:string ; + sh:path rec:serialNumber ], + [ a sh:PropertyShape ; + sh:class rec:Asset ; + sh:name "has part"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "IP address"^^xsd:string ; + sh:path rec:IPAddress ], + [ a sh:PropertyShape ; + sh:datatype xsd:duration ; + sh:name "maintenance interval"^^xsd:string ; + sh:path rec:maintenanceInterval ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "commissioning date"^^xsd:string ; + sh:path rec:commissioningDate ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "has point"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPoint ], + [ a sh:PropertyShape ; + sh:class rec:Asset ; + sh:name "is part of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "MAC address"^^xsd:string ; + sh:path rec:MACAddress ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "turnover date"^^xsd:string ; + sh:path rec:turnoverDate ], + [ a sh:PropertyShape ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "installation date"^^xsd:string ; + sh:path rec:installationDate ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:name "initial cost"^^xsd:string ; + sh:nodeKind sh:Literal ; + sh:path rec:initialCost ], + [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:name "located in"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:locatedIn ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "installed by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:installedBy ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "serviced by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:servicedBy ], + [ a sh:PropertyShape ; + sh:class rec:Geometry ; + sh:description "A GeoJSON Geometry representing the position or extent of the asset."^^xsd:string ; + sh:maxCount 1 ; + sh:name "geometry"^^xsd:string ; + sh:path rec:geometry ], + [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ], + [ a sh:PropertyShape ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:name "weight"^^xsd:string ; + sh:path rec:weight ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "manufactured by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:manufacturedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "asset tag"^^xsd:string ; + sh:path rec:assetTag ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "model number"^^xsd:string ; + sh:path rec:modelNumber ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:description "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)."^^xsd:string ; + sh:maxCount 1 ; + sh:name "mounted on"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:mountedOn ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:name "commissioned by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:commissionedBy ] . + +rec:Atrium a rdfs:Class, + sh:NodeShape ; + rdfs:subClassOf rec:Room . + +rec:AudioVisualEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Audio Visual Equipment"^^xsd:string ; + rdfs:comment "Audio visual equipment."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment . + +rec:Auditorium a rdfs:Class, + sh:NodeShape ; + rdfs:label "Auditorium"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:BACnetController a rdfs:Class, + sh:NodeShape ; + rdfs:label "BACnet Controller"^^xsd:string ; + rdfs:comment "BACnet controller."^^xsd:string ; + rdfs:subClassOf rec:Controller ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnetController"^^xsd:string ; + brick:isReplacedBy brick:BACnet_Controller . + +rec:BackOffice a rdfs:Class, + sh:NodeShape ; + rdfs:label "Back office"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Balcony a rdfs:Class, + sh:NodeShape ; + rdfs:label "Balcony"^^xsd:string ; + rdfs:subClassOf rec:BuildingElement . + +rec:BarRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bar room"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:BarrierAsset a rdfs:Class, + sh:NodeShape ; + rdfs:label "Barrier asset"^^xsd:string ; + rdfs:subClassOf rec:ArchitecturalAsset . + +rec:BasementLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Basement level"^^xsd:string ; + rdfs:subClassOf rec:Level . + +rec:Bathroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bathroom"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Bed a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bed"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Bedroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bedroom"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:BicycleGarage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bicycle garage"^^xsd:string ; + rdfs:subClassOf rec:Garage . + +rec:Bookcase a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bookcase"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:BooleanValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Boolean value observation"^^xsd:string ; + rdfs:comment "Generic xsd:boolean value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Building a rdfs:Class, + sh:NodeShape ; + rdfs:label "Building"^^xsd:string ; + rdfs:comment "A confined building structure."^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +rec:BuildingElement a rdfs:Class, + sh:NodeShape ; + rdfs:label "Building element"^^xsd:string ; + rdfs:comment "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:name "has part"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:class rec:BuildingElement ; + sh:maxCount 1 ; + sh:name "is part of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:description "Indicates the architected space (site, building, level, room...) in which this building element is placed."^^xsd:string ; + sh:maxCount 1 ; + sh:name "located in"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:locatedIn ], + [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ] . + +rec:BulletinBoard a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bulletin board"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Cabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cabinet"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CableRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cable room"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CafeteriaRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cafeteria room"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:Campus a rdfs:Class, + sh:NodeShape ; + rdfs:label "Campus"^^xsd:string ; + rdfs:comment "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc."^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:CapacitanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Capacitance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Capacitance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Cart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cart"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Chair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Chair"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Cinema a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cinema"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Classroom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Classroom"^^xsd:string ; + rdfs:subClassOf rec:EducationalRoom . + +rec:CleaningRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cleaning room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ClimateControlRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Climate-control room"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:CloakRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cloak room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:CoatRack a rdfs:Class, + sh:NodeShape ; + rdfs:label "Coat rack"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:CoffeeTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Coffee table"^^xsd:string ; + rdfs:subClassOf rec:Table . + +rec:Collection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Collection"^^xsd:string ; + rdfs:comment "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Document ; + sh:name "documentation"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:documentation ] . + +rec:Company a rdfs:Class, + sh:NodeShape ; + rdfs:label "Company"^^xsd:string ; + rdfs:subClassOf rec:Organization . + +rec:ComputerCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Computer cart"^^xsd:string ; + rdfs:subClassOf rec:Cart . + +rec:ConferenceRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conference room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ConferenceTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conference table"^^xsd:string ; + rdfs:subClassOf rec:Table . + +rec:Controller a rdfs:Class, + sh:NodeShape ; + rdfs:label "Controller"^^xsd:string ; + rdfs:comment "Controller."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Controller"^^xsd:string ; + brick:isReplacedBy brick:Controller . + +rec:ConversationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Conversation room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:CookingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Cooking room"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:CopyingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Copying room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:DataNetworkEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Data Network Equipment"^^xsd:string ; + rdfs:comment "Data network equipment."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DataNetworkEquipment"^^xsd:string ; + brick:isReplacedBy brick:Data_Network_Equipment . + +rec:DataRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Data rate observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:DataRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:DataServerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Data server room"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:DataSizeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Data size observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:InformationEntropy ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:DaylightSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Daylight Sensor"^^xsd:string ; + rdfs:comment "Daylight sensor."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DaylightSensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:Daylight_Sensor_Equipment . + +rec:DensityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Density observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Density ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Department a rdfs:Class, + sh:NodeShape ; + rdfs:label "Department"^^xsd:string ; + rdfs:subClassOf rec:Organization . + +rec:Desk a rdfs:Class, + sh:NodeShape ; + rdfs:label "Desk"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:DeskLamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Desk lamp"^^xsd:string ; + rdfs:subClassOf rec:Lamp . + +rec:DiningRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dining room"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:DisabledToilet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Disabled toilet"^^xsd:string ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:DishingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dishing room"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:DistanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Distance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Distance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Document a rdfs:Class, + sh:NodeShape ; + rdfs:label "Document"^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:name "URL"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:url ], + [ a sh:PropertyShape ; + sh:name "document topic"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:documentTopic ] . + +rec:Door a rdfs:Class, + sh:NodeShape ; + rdfs:label "Door"^^xsd:string ; + rdfs:subClassOf rec:BarrierAsset . + +rec:DoubleValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Double value observation"^^xsd:string ; + rdfs:comment "Generic xsd:double value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:DressingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Dressing room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:EducationalRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Educational room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ElectricChargeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Electric charge observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:ElectricCharge ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:ElectricCurrentObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Elecric current observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:ElectricCurrent ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:ElectricityRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Electricity room"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:ElevatorRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ElevatorShaft a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator shaft"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ElevatorTrip a rdfs:Class, + sh:NodeShape ; + rdfs:label "Elevator trip"^^xsd:string ; + rdfs:subClassOf rec:Event ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "start level"^^xsd:string ; + sh:path rec:startLevel ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Up"^^xsd:string "Down"^^xsd:string ) ; + sh:maxCount 1 ; + sh:name "trip direction"^^xsd:string ; + sh:path rec:tripDirection ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "current level"^^xsd:string ; + sh:path rec:currentLevel ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "end level"^^xsd:string ; + sh:path rec:endLevel ] . + +rec:EndTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "End table"^^xsd:string ; + rdfs:subClassOf rec:Table . + +rec:EnergyObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Energy observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Energy ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Entrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Entrance"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:EquipmentCollection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Equipment collection"^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:ErrorReport a rdfs:Class, + sh:NodeShape ; + rdfs:label "Error report"^^xsd:string ; + rdfs:subClassOf rec:ServiceObject . + +rec:EthernetPort a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ethernet Port"^^xsd:string ; + rdfs:comment "Ethernet port."^^xsd:string ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second."^^xsd:string ; + sh:maxCount 1 ; + sh:name "Port Speed"^^xsd:string ; + sh:path rec:portSpeed ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Type1"^^xsd:string "Type2"^^xsd:string "Type3"^^xsd:string "Type4"^^xsd:string ) ; + sh:maxCount 1 ; + sh:name "PoE Type"^^xsd:string ; + sh:path rec:poeType ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetPort"^^xsd:string ; + brick:isReplacedBy brick:Ethernet_Port . + +rec:EthernetSwitch a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ethernet Switch"^^xsd:string ; + rdfs:comment "Ethernet switch."^^xsd:string ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetSwitch"^^xsd:string ; + brick:isReplacedBy brick:Ethernet_Switch . + +rec:Event a rdfs:Class, + sh:NodeShape ; + rdfs:label "Event"^^xsd:string ; + rdfs:comment "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:description "Event start timestamp."^^xsd:string ; + sh:maxCount 1 ; + sh:name "start"^^xsd:string ; + sh:path rec:start ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "timestamp"^^xsd:string ; + sh:path rec:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:description "Event ending timestamp."^^xsd:string ; + sh:maxCount 1 ; + sh:name "end"^^xsd:string ; + sh:path rec:end ] . + +rec:ExceptionEvent a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Exception event"^^xsd:string ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this exception."^^xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:sourcePoint ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The message of this exception event."^^xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:ExerciseRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Exercise room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ExhibitionRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Exhibition room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Facade a rdfs:Class, + sh:NodeShape ; + rdfs:label "Facade"^^xsd:string ; + rdfs:subClassOf rec:BuildingElement . + +rec:FilingCabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Filing cabinet"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:FittingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Fitting room"^^xsd:string ; + rdfs:subClassOf rec:RetailRoom . + +rec:FloorLamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Floor lamp"^^xsd:string ; + rdfs:subClassOf rec:Lamp . + +rec:FloorMat a rdfs:Class, + sh:NodeShape ; + rdfs:label "Floor mat"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:FoldingChair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Folding chair"^^xsd:string ; + rdfs:subClassOf rec:Chair . + +rec:FoldingTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Folding table"^^xsd:string ; + rdfs:subClassOf rec:Table . + +rec:FoodHandlingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Food-handling room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Footrest a rdfs:Class, + sh:NodeShape ; + rdfs:label "Footrest"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:ForceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Force observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Force ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:FrequencyObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Frequency observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Frequency ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Furniture a rdfs:Class, + sh:NodeShape ; + rdfs:label "Furniture"^^xsd:string ; + rdfs:subClassOf rec:Asset . + +rec:FurnitureCollection a rdfs:Class, + sh:NodeShape ; + rdfs:label "Furniture collection"^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Furniture ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:Garage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Garage"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Gateway a rdfs:Class, + sh:NodeShape ; + rdfs:label "Gateway"^^xsd:string ; + rdfs:comment "Gateway."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment . + +rec:Geometry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Geometry"^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "WGS84"^^xsd:string "SWEREF99"^^xsd:string "LocalCoordinates"^^xsd:string ) ; + sh:maxCount 1 ; + sh:name "coordinate system"^^xsd:string ; + sh:nodeKind sh:Literal ; + sh:path rec:coordinateSystem ] . + +rec:Georeference a rdfs:Class, + sh:NodeShape ; + rdfs:label "Georeference"^^xsd:string ; + rdfs:comment "A georeference creates a relationship between a local coordinate system into a geographic coordinate system."^^xsd:string ; + rdfs:subClassOf rec:Information . + +rec:Geotransform a rdfs:Class, + sh:NodeShape ; + rdfs:label "Geotransform"^^xsd:string ; + rdfs:comment "A transform following GDAL's Affine Transform that transforms a local coordinate into a WGS84 coordinate. Created from Ground Control Points (GCP) using GDAL's GCPsToGeotransform method."^^xsd:string ; + rdfs:subClassOf rec:Georeference ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned."^^xsd:string ; + sh:maxCount 1 ; + sh:name "y rotational scale factor"^^xsd:string ; + sh:path rec:yRotationalScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "width scale factor"^^xsd:string ; + sh:path rec:widthScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin y"^^xsd:string ; + sh:path rec:originY ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned."^^xsd:string ; + sh:maxCount 1 ; + sh:name "x rotational scale factor"^^xsd:string ; + sh:path rec:xRotationalScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "height scale factor"^^xsd:string ; + sh:path rec:heightScaleFactor ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin x"^^xsd:string ; + sh:path rec:originX ] . + +rec:GroupRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Group room"^^xsd:string ; + rdfs:subClassOf rec:EducationalRoom . + +rec:HVACZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "HVAC zone"^^xsd:string ; + rdfs:subClassOf rec:Zone . + +rec:Hallway a rdfs:Class, + sh:NodeShape ; + rdfs:label "Hallway"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:HealthcareRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Healthcare room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Hospital a rdfs:Class, + sh:NodeShape ; + rdfs:label "Hospital"^^xsd:string ; + rdfs:subClassOf rec:Building . + +rec:IAQSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Indoor Air Quality Sensor"^^xsd:string ; + rdfs:comment "Indoor air quality sensor."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQSensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:IAQ_Sensor_Equipment . + +rec:ICTEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "ICT Equipment"^^xsd:string ; + rdfs:comment "Equipment and devices that are part of a building's ICT infrastructure."^^xsd:string ; + rdfs:subClassOf brick:Equipment ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11."^^xsd:string ; + sh:name "Standard"^^xsd:string ; + sh:path rec:standard ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:name "Height (RUs)"^^xsd:string ; + sh:path rec:heightRUs ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:name "Number of Ports"^^xsd:string ; + sh:path rec:numberOfPorts ] . + +rec:ICTHardware a rdfs:Class, + sh:NodeShape ; + rdfs:label "ICT Hardware"^^xsd:string ; + rdfs:comment "ICT hardware."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment . + +rec:ITRack a rdfs:Class, + sh:NodeShape ; + rdfs:label "IT Rack"^^xsd:string ; + rdfs:comment "IT rack."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment . + +rec:IlluminanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Illuminance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Illuminance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:InductanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Inductance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Inductance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Information a rdfs:Class, + sh:NodeShape ; + rdfs:label "Information"^^xsd:string ; + rdfs:subClassOf rdfs:Resource . + +rec:IntegerValueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Integer value observation"^^xsd:string ; + rdfs:comment "Generic xsd:int value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Kitchenette a rdfs:Class, + sh:NodeShape ; + rdfs:label "Kitchenette"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:Laboratory a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LaboratoryDry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory (dry)"^^xsd:string ; + rdfs:subClassOf rec:Laboratory . + +rec:LaboratoryWet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laboratory (wet)"^^xsd:string ; + rdfs:subClassOf rec:Laboratory . + +rec:Lamp a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lamp"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:LaundryRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Laundry room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LeakDetectorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Leak Detector"^^xsd:string ; + rdfs:comment "Leak detector."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:LeakDetectorEquipment"^^xsd:string ; + brick:isReplacedBy brick:Leak_Detector_Equipment . + +rec:Lease a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lease"^^xsd:string ; + rdfs:subClassOf rec:Event ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LeaseContract ; + sh:description "Indicates the contract regulating the terms of the lease in question. "^^xsd:string ; + sh:name "regulated by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:regulatedBy ], + [ a sh:PropertyShape ; + sh:description "The object (e.g., property, equipment, etc) that this a lease of."^^xsd:string ; + sh:minCount 1 ; + sh:name "lease of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:leaseOf ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "The agent leasing some leasable object, i.e., the user of the asset."^^xsd:string ; + sh:minCount 1 ; + sh:name "leasee"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:leasee ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "The agent leasing out some leasable object, i.e., the owner of the asset."^^xsd:string ; + sh:minCount 1 ; + sh:name "leasor"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:leasor ] . + +rec:LeaseContract a rdfs:Class, + sh:NodeShape ; + rdfs:label "Lease contract"^^xsd:string ; + rdfs:comment "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement."^^xsd:string ; + rdfs:subClassOf rec:Document ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Lease ; + sh:description "Indicates the lease(s) that this contract regulates the conditions of."^^xsd:string ; + sh:name "regulates"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:regulates ] . + +rec:LengthObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Length observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Length ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Level a rdfs:Class, + sh:NodeShape ; + rdfs:label "Level"^^xsd:string ; + rdfs:comment "The level of a building, a.k.a. storey, floor, etc."^^xsd:string ; + rdfs:subClassOf rec:Architecture ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "A number indicating the ordinal number of this level within the containing space (typically a Building or in the case of a Mezzanine, sometimes another level). Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others."^^xsd:string ; + sh:name "level number"^^xsd:string ; + sh:path rec:levelNumber ] . + +rec:Library a rdfs:Class, + sh:NodeShape ; + rdfs:label "Library"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LivingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Living room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LoadingReceivingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Loading/receiving room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LockerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Locker room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:LuminanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Luminance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:LuminousFluxObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminous flux observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:LuminousFlux ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:LuminousIntensityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Luminous intensity observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:LuminousIntensity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:MagneticFluxObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Magnetic flux observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:MagneticFlux ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:MailRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mail room"^^xsd:string ; + rdfs:subClassOf rec:BackOffice . + +rec:MailroomCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mailroom cart"^^xsd:string ; + rdfs:subClassOf rec:Cart . + +rec:MainEntrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Main entrance"^^xsd:string ; + rdfs:subClassOf rec:Entrance . + +rec:MassFlowRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Mass flow rate observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:MassFlowRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:MassObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Mass observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Mass ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:MeditationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Meditation room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:MezzanineLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mezzanine level"^^xsd:string ; + rdfs:subClassOf rec:Level . + +rec:MobileDesk a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mobile desk"^^xsd:string ; + rdfs:subClassOf rec:Desk . + +rec:ModbusController a rdfs:Class, + sh:NodeShape ; + rdfs:label "Modbus Controller"^^xsd:string ; + rdfs:comment "Modbus controller."^^xsd:string ; + rdfs:subClassOf rec:Controller ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ModbusController"^^xsd:string ; + brick:isReplacedBy brick:Modbus_Controller . + +rec:Morgue a rdfs:Class, + sh:NodeShape ; + rdfs:label "Morgue"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:MothersRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Mothers' room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:MultiPoint a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi point"^^xsd:string ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON MultiPoint coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0]]."^^xsd:string ; + sh:maxCount 1 ; + sh:name "coordinates"^^xsd:string ; + sh:path rec:coordinates ] . + +rec:MultiPolygon a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi polygon"^^xsd:string ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON MultiPolygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[[[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]]], [[[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]]]]."^^xsd:string ; + sh:maxCount 1 ; + sh:name "coordinates"^^xsd:string ; + sh:path rec:coordinates ] . + +rec:MultiPurposeRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Multi-purpose room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:NeonatalNursingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Neonatal nursing room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:NetworkRouter a rdfs:Class, + sh:NodeShape ; + rdfs:label "Network Router"^^xsd:string ; + rdfs:comment "Network router."^^xsd:string ; + rdfs:subClassOf rec:DataNetworkEquipment . + +rec:NetworkSecurityEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Network Security Equipment"^^xsd:string ; + rdfs:comment "Network security equipment."^^xsd:string ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkSecurityEquipment"^^xsd:string ; + brick:isReplacedBy brick:Network_Security_Equipment . + +rec:NotificationObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Notification object"^^xsd:string ; + rdfs:subClassOf rec:ServiceObject . + +rec:ObservationEvent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Observation event"^^xsd:string ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this observation."^^xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:sourcePoint ] . + +rec:OccupancySensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Occupancy Sensor"^^xsd:string ; + rdfs:comment "Occupancy sensor."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:OccupancySensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:Occupancy_Sensor_Equipment . + +rec:OccupancyZone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Occupancy zone"^^xsd:string ; + rdfs:comment "Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.)"^^xsd:string ; + rdfs:subClassOf rec:Zone . + +rec:Office a rdfs:Class, + sh:NodeShape ; + rdfs:label "Office"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:OfficeChair a rdfs:Class, + sh:NodeShape ; + rdfs:label "Office chair"^^xsd:string ; + rdfs:subClassOf rec:Chair . + +rec:OfficeLandscape a rdfs:Class, + sh:NodeShape ; + rdfs:label "OfficeLandscape"^^xsd:string ; + rdfs:subClassOf rec:Office . + +rec:OfficeRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "OfficeRoom"^^xsd:string ; + rdfs:subClassOf rec:Office . + +rec:OperatingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Operating room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Organization a rdfs:Class, + sh:NodeShape ; + rdfs:label "Organization"^^xsd:string ; + rdfs:comment "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)"^^xsd:string ; + rdfs:subClassOf rec:Agent ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property."^^xsd:string ; + sh:name "is part of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property."^^xsd:string ; + sh:name "has part"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ], + [ a sh:PropertyShape ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image/logo that represents the organization."^^xsd:string ; + sh:name "logo"^^xsd:string ; + sh:path rec:logo ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property."^^xsd:string ; + sh:name "has member"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasMember ] . + +rec:OutdoorSpace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Outdoor space"^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +rec:OutpatientServicesRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Outpatient services room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:Pantry a rdfs:Class, + sh:NodeShape ; + rdfs:label "Pantry"^^xsd:string ; + rdfs:subClassOf rec:FoodHandlingRoom . + +rec:ParkingSpace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Parking space"^^xsd:string ; + rdfs:subClassOf rec:Zone . + +rec:Partition a rdfs:Class, + sh:NodeShape ; + rdfs:label "Partition"^^xsd:string ; + rdfs:subClassOf rec:BarrierAsset . + +rec:PeopleCountSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "People Count Sensor"^^xsd:string ; + rdfs:comment "People count sensor."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:PeopleCountSensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:People_Count_Sensor_Equipment . + +rec:Person a rdfs:Class, + sh:NodeShape ; + rdfs:label "Person"^^xsd:string ; + rdfs:comment "A natural person (i.e., an individual human being)."^^xsd:string ; + rdfs:subClassOf rec:Agent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:name "gender"^^xsd:string ; + sh:path rec:gender ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path rec:givenName ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path rec:familyName ], + [ a sh:PropertyShape ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image that represents the person."^^xsd:string ; + sh:name "image"^^xsd:string ; + sh:path rec:image ] . + +rec:PersonalHygiene a rdfs:Class, + sh:NodeShape ; + rdfs:label "Personal hygiene room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:PharmacyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Pharmacy room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:PhoneBooth a rdfs:Class, + sh:NodeShape ; + rdfs:label "PhoneBooth"^^xsd:string ; + rdfs:subClassOf rec:Office . + +rec:Point a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point"^^xsd:string ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON Point coordinate listing. Coordinate may be expressed in two or three dimensions. Ex: [30.0, 10.0, 0.0]."^^xsd:string ; + sh:maxCount 1 ; + sh:name "coordinates"^^xsd:string ; + sh:path rec:coordinates ] . + +rec:PointEvent a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point event"^^xsd:string ; + rdfs:comment "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database."^^xsd:string ; + rdfs:subClassOf rec:Event . + +rec:PointOfInterest a rdfs:Class, + sh:NodeShape ; + rdfs:label "Point of Interest"^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:name "object of interest"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:objectOfInterest ] . + +rec:Polygon a rdfs:Class, + sh:NodeShape ; + rdfs:label "Polygon"^^xsd:string ; + rdfs:subClassOf rec:Geometry ; + sh:property [ a sh:PropertyShape ; + sh:datatype ; + sh:description "A GeoJSON Polygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]."^^xsd:string ; + sh:maxCount 1 ; + sh:name "coordinates"^^xsd:string ; + sh:path rec:coordinates ] . + +rec:Portfolio a rdfs:Class, + sh:NodeShape ; + rdfs:label "Portfolio"^^xsd:string ; + rdfs:comment "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc."^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:PostalAddress a rdfs:Class, + sh:NodeShape ; + rdfs:label "Postal address"^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "region"^^xsd:string ; + sh:path rec:region ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "city"^^xsd:string ; + sh:path rec:city ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 2"^^xsd:string ; + sh:path rec:addressLine2 ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 1"^^xsd:string ; + sh:path rec:addressLine1 ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc."^^xsd:string ; + sh:maxCount 1 ; + sh:name "country"^^xsd:string ; + sh:path rec:country ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "postal code"^^xsd:string ; + sh:path rec:postalCode ] . + +rec:PowerObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Power observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Power ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Premises a rdfs:Class, + sh:NodeShape ; + rdfs:label "Premises"^^xsd:string ; + rdfs:comment "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop."^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:PressureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Pressure observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Pressure ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:PrinterCart a rdfs:Class, + sh:NodeShape ; + rdfs:label "Printer cart"^^xsd:string ; + rdfs:subClassOf rec:Cart . + +rec:PrinterStand a rdfs:Class, + sh:NodeShape ; + rdfs:label "Printer stand"^^xsd:string ; + rdfs:subClassOf rec:Stand . + +rec:RadiologyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Radiology room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:RealEstate a rdfs:Class, + sh:NodeShape ; + rdfs:label "Real Estate"^^xsd:string ; + rdfs:comment "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc."^^xsd:string ; + rdfs:subClassOf rec:Collection ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] . + +rec:Reception a rdfs:Class, + sh:NodeShape ; + rdfs:label "Reception"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ReceptionTable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Reception table"^^xsd:string ; + rdfs:subClassOf rec:Table . + +rec:RecordingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Recording room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:RecreationalRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Recreational room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Region a rdfs:Class, + sh:NodeShape ; + rdfs:label "Region"^^xsd:string ; + rdfs:comment "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc."^^xsd:string ; + rdfs:subClassOf rec:Space . + +rec:RelativeHumidityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Relative humidity observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:RelativeHumidity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:ResistanceObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Resistance observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Resistance ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:RestingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Resting room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:RetailRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Retail room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Roof a rdfs:Class, + sh:NodeShape ; + rdfs:label "Roof"^^xsd:string ; + rdfs:subClassOf rec:BuildingElement . + +rec:RoofLevel a rdfs:Class, + sh:NodeShape ; + rdfs:label "Roof level"^^xsd:string ; + rdfs:subClassOf rec:Level . + +rec:Room a rdfs:Class, + sh:NodeShape ; + rdfs:label "Room"^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +rec:Safe a rdfs:Class, + sh:NodeShape ; + rdfs:label "Safe"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Sauna a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sauna"^^xsd:string ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:School a rdfs:Class, + sh:NodeShape ; + rdfs:label "School"^^xsd:string ; + rdfs:subClassOf rec:Building . + +rec:SecurityRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Security room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:SensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sensor Equipment"^^xsd:string ; + rdfs:comment "Sensor equipment."^^xsd:string ; + rdfs:subClassOf rec:ICTEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:name "Battery Percentage"^^xsd:string ; + sh:path rec:batteryPercentage ], + [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:name "Wi-Fi Signal Strength"^^xsd:string ; + sh:path rec:wifiSignalStrength ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:SensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:Sensor_Equipment . + +rec:Server a rdfs:Class, + sh:NodeShape ; + rdfs:label "Server"^^xsd:string ; + rdfs:comment "Server."^^xsd:string ; + rdfs:subClassOf rec:ICTHardware ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Server"^^xsd:string ; + brick:isReplacedBy brick:Server . + +rec:ServiceEntrance a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service entrance"^^xsd:string ; + rdfs:subClassOf rec:Entrance . + +rec:ServiceObject a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service object"^^xsd:string ; + rdfs:subClassOf rec:Information ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "created by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:createdBy ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "closed by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:closedBy ], + [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "related to"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:relatedTo ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Unacknowledged"^^xsd:string "Acknowledged"^^xsd:string "Closed"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "status"^^xsd:string ; + sh:path rec:status ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "Severe"^^xsd:string "Major"^^xsd:string "Minor"^^xsd:string ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "severity"^^xsd:string ; + sh:path rec:severity ], + [ a sh:PropertyShape ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "acknowledged by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:acknowledgedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "acknowledged time"^^xsd:string ; + sh:path rec:acknowledgedTime ], + [ a sh:PropertyShape ; + sh:class brick:Point ; + sh:name "produced by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:producedBy ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "closed time"^^xsd:string ; + sh:path rec:closedTime ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "created time"^^xsd:string ; + sh:path rec:createdTime ] . + +rec:ServiceShaft a rdfs:Class, + sh:NodeShape ; + rdfs:label "Service shaft"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Shelter a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:ShelterGasLock a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter gas lock"^^xsd:string ; + rdfs:subClassOf rec:Shelter . + +rec:ShelterRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shelter room"^^xsd:string ; + rdfs:subClassOf rec:Shelter . + +rec:ShoppingMall a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shopping mall"^^xsd:string ; + rdfs:subClassOf rec:Building . + +rec:ShowerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Shower room"^^xsd:string ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:Site a rdfs:Class, + sh:NodeShape ; + rdfs:label "Site"^^xsd:string ; + rdfs:comment "A piece of land upon which zero or more buildings may be situated."^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +rec:Slab a rdfs:Class, + sh:NodeShape ; + rdfs:label "Slab"^^xsd:string ; + rdfs:subClassOf rec:BuildingElement . + +rec:SmallStudyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Small study room"^^xsd:string ; + rdfs:subClassOf rec:EducationalRoom . + +rec:Sofa a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sofa"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:SoundPressureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Sound pressure observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:SoundPressure ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Space a rdfs:Class, + sh:NodeShape ; + rdfs:label "Space"^^xsd:string ; + rdfs:comment "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings."^^xsd:string ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:maxCount 1 ; + sh:name "is part of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isPartOf ], + [ a sh:PropertyShape ; + sh:class rec:Georeference ; + sh:description "A georeference creates a relationship between the local coordinate system used within a building (e.g., measured in meters) and a geographic coordinate system (e.g., lat, long, alt), such that locally placed Spaces can be resolved and rendered in that geographic coordinate system (e.g., for mapping purposes)."^^xsd:string ; + sh:maxCount 1 ; + sh:name "georeference"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:georeference ], + [ a sh:PropertyShape ; + sh:class rec:Geometry ; + sh:description "Polygon representing the spatial extent of this Space."^^xsd:string ; + sh:maxCount 1 ; + sh:name "geometry"^^xsd:string ; + sh:path rec:geometry ], + [ a sh:PropertyShape ; + sh:name "is location of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isLocationOf ], + [ a sh:PropertyShape ; + sh:class rec:Space ; + sh:name "has part"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:hasPart ] . + +rec:SprinklerRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sprinkler room"^^xsd:string ; + rdfs:subClassOf rec:UtilitiesRoom . + +rec:Stadium a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stadium"^^xsd:string ; + rdfs:subClassOf rec:Building . + +rec:StaffRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Staff room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Stairwell a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stairwell"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Stand a rdfs:Class, + sh:NodeShape ; + rdfs:label "Stand"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:Storage a rdfs:Class, + sh:NodeShape ; + rdfs:label "Storage"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:StorageCabinet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Storage cabinet"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:SubBuilding a rdfs:Class, + sh:NodeShape ; + rdfs:label "Sub-building"^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +rec:TVStand a rdfs:Class, + sh:NodeShape ; + rdfs:label "TV stand"^^xsd:string ; + rdfs:subClassOf rec:Stand . + +rec:Table a rdfs:Class, + sh:NodeShape ; + rdfs:label "Table"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:TelecommunicationRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Telecommunication room"^^xsd:string ; + rdfs:subClassOf rec:CableRoom . + +rec:TemperatureObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Temperature observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Temperature ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Theater a rdfs:Class, + sh:NodeShape ; + rdfs:label "Theater"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:TherapyRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Therapy room"^^xsd:string ; + rdfs:subClassOf rec:HealthcareRoom . + +rec:ThermostatEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Thermostat"^^xsd:string ; + rdfs:comment "Thermostat."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ThermostatEquipment"^^xsd:string ; + brick:isReplacedBy brick:Thermostat . + +rec:ThrustObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Thrust observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Thrust ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:TimeSpanObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Timespan observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Time ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Toilet a rdfs:Class, + sh:NodeShape ; + rdfs:label "Toilet"^^xsd:string ; + rdfs:subClassOf rec:PersonalHygiene . + +rec:TorqueObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Torque observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Torque ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:TreatmentRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Treatment room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:TreatmentWaitingRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Treatment waiting room"^^xsd:string ; + rdfs:subClassOf rec:TreatmentRoom . + +rec:UtilitiesRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Utilities room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:VelocityObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Velocity observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Velocity ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:VibrationSensorEquipment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Vibration Sensor"^^xsd:string ; + rdfs:comment "Vibration sensor."^^xsd:string ; + rdfs:subClassOf rec:SensorEquipment ; + owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:VibrationSensorEquipment"^^xsd:string ; + brick:isReplacedBy brick:Vibration_Sensor_Equipment . + +rec:VirtualBuilding a rdfs:Class, + sh:NodeShape ; + rdfs:label "Virtual building"^^xsd:string ; + rdfs:subClassOf rec:Building . + +rec:VoltageObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Voltage observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Voltage ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:VolumeFlowRateObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Volume flow rate observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:VolumeObservation a , + rdfs:Class, + sh:NodeShape ; + rdfs:label "Volume observation"^^xsd:string ; + qudt:hasQuantityKind qudtqk:Volume ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path rec:value ] . + +rec:Wall a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wall"^^xsd:string ; + rdfs:subClassOf rec:BuildingElement . + +rec:WallInner a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wall (inner)"^^xsd:string ; + rdfs:subClassOf rec:Wall . + +rec:WasteBasket a rdfs:Class, + sh:NodeShape ; + rdfs:label "Waste basket"^^xsd:string ; + rdfs:subClassOf rec:Furniture . + +rec:WasteManagementRoom a rdfs:Class, + sh:NodeShape ; + rdfs:label "Waste management room"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Window a rdfs:Class, + sh:NodeShape ; + rdfs:label "Window"^^xsd:string ; + rdfs:subClassOf rec:BarrierAsset . + +rec:WirelessAccessPoint a rdfs:Class, + sh:NodeShape ; + rdfs:label "Wireless Access Point"^^xsd:string ; + rdfs:comment "Wireless access point."^^xsd:string ; + rdfs:subClassOf rec:DataNetworkEquipment ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:in ( "WiFi4"^^xsd:string "WiFi5"^^xsd:string "WiFi6"^^xsd:string "WiFi6E"^^xsd:string "WiFi7"^^xsd:string ) ; + sh:maxCount 1 ; + sh:name "Generation"^^xsd:string ; + sh:path rec:generation ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:WirelessAccessPoint"^^xsd:string ; + brick:isReplacedBy brick:Wireless_Access_Point . + +rec:WorkOrder a rdfs:Class, + sh:NodeShape ; + rdfs:label "Work order"^^xsd:string ; + rdfs:subClassOf rec:ServiceObject . + +rec:Workshop a rdfs:Class, + sh:NodeShape ; + rdfs:label "Workshop"^^xsd:string ; + rdfs:subClassOf rec:Room . + +rec:Workspace a rdfs:Class, + sh:NodeShape ; + rdfs:label "Workspace"^^xsd:string ; + rdfs:subClassOf rec:Zone . + +rec:Zone a rdfs:Class, + sh:NodeShape ; + rdfs:label "Zone"^^xsd:string ; + rdfs:comment "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc."^^xsd:string ; + rdfs:subClassOf rec:Architecture . + +brick:Ablutions_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room for performing cleansing rituals before prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ablutions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ablutions_Room"^^xsd:string ; + brick:hasAssociatedTag tag:Ablutions, + tag:Location, + tag:Room, + tag:Space . + +brick:Absolute_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:label "Absolute Humidity Sensor"^^xsd:string ; + rdfs:subClassOf brick:Humidity_Sensor ; + skos:definition "Measures the present state of absolute humidity"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AbsoluteHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Absolute ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Absolute, + tag:Air, + tag:Humidity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:AbsoluteHumidity ; + brick:hasSubstance brick:Air . + +brick:Absorption_Chiller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Absorption ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Absorption, + tag:Chiller, + tag:Equipment . + +brick:Acceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Acceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Acceleration, + tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Access_Reader a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Access_Control_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reader ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + tag:Reader, + tag:Security . + +brick:Active_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A Chilled Beam with an integral primary air connection that induces air flow through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Active ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Active, + tag:Beam, + tag:Chilled, + tag:Equipment . + +brick:Active_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Real ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Real, + tag:Sensor ; + brick:hasQuantity qudtqk:ActivePower . + +brick:Air_Cooled_Chiller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chiller ; + skos:definition "A chiller that uses air to cool the refrigerant, used in various commercial and industrial cooling applications"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Cooled, + tag:Equipment, + tag:Water . + +brick:Air_Flow_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates loss in air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Loss, + tag:Point . + +brick:Air_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Loop ; + skos:definition "The set of connected equipment serving one path of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Loop . + +brick:Alarm_Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Delay_Parameter ; + skos:definition "A parameter determining how long to delay an alarm after sufficient conditions have been met"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Delay, + tag:Parameter, + tag:Point . + +brick:Ammonia_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ammonia ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ammonia, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ammonia_Concentration ; + brick:hasSubstance brick:Air . + +brick:Atrium a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "a large open-air or skylight covered space surrounded by a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Atrium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Atrium"^^xsd:string ; + brick:hasAssociatedTag tag:Atrium, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Atrium . + +brick:Audio_Visual_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + skos:definition "Equipment related to sound and visual components such as speakers and displays."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Audio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Visual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Audio, + tag:Equipment, + tag:ICT, + tag:Visual . + +brick:Auditorium a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space for performances or larger gatherings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auditorium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Auditorium"^^xsd:string ; + brick:hasAssociatedTag tag:Auditorium, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Auditorium . + +brick:Automatic_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Automatic\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Command, + tag:Mode, + tag:Point . + +brick:Automatic_Tint_Window a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window with tint control."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Window ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Shade, + tag:Tint, + tag:Window . + +brick:Automatic_Tint_Window_Array a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + skos:definition "An array of Automatic Tint Windows."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Shade, + tag:System, + tag:Tint . + +brick:Automatic_Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Automatic_Switch, + brick:Transfer_Switch ; + skos:definition "An automatic transfer switch (ATS) is a device that automatically transfers a power supply from its primary source to a backup source when it senses a failure or outage in the primary source."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Switch, + tag:Transfer . + +brick:Availability_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality is available for operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Availability ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Availability, + tag:Point, + tag:Status . + +brick:Average_Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Average_Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Average, + tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Average_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ; + skos:definition "The computed average temperature of air in a zone, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Backflow_Preventer_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Check_Valve ; + skos:definition "Valve designed to prevent the reverse flow of fluid, typically water, thereby protecting potable water supplies from contamination or pollution."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Backflow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preventer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Backflow, + tag:Preventer, + tag:Valve . + +brick:Basement a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + skos:definition "The floor of a building which is partly or entirely below ground level."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BasementLevel"^^xsd:string ; + brick:hasAssociatedTag tag:Basement, + tag:Floor, + tag:Location ; + brick:isReplacedBy rec:BasementLevel . + +brick:Battery a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Battery_Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Storage_System ; + skos:definition "A collection of batteries that provides energy storage, along with their supporting equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Energy, + tag:Storage, + tag:System . + +brick:Battery_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "A room used to hold batteries for backup power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Battery, + tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Battery_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the capacity of a battery"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Battery, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Bench_Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "For areas of play in a stadium, the area for partcipants and referees by the side of the field"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider creating a rec:Zone that is part of a rec:Stadium"^^xsd:string ; + brick:hasAssociatedTag tag:Area, + tag:Bench, + tag:Location, + tag:Outdoor ; + brick:isReplacedBy rec:Zone . + +brick:Blind a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Shading_Equipment ; + skos:definition "A window covering."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Equipment, + tag:Shade . + +brick:Blind_Group a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Shading_System ; + skos:definition "A group of Blinds commonly attached to a single controller."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Blind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Group ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Blind, + tag:Group, + tag:Shade, + tag:System . + +brick:Boiler_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to control a boiler"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Command, + tag:Point . + +brick:Booster_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan activated to increase airflow beyond what is provided by the default configuration"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Fan . + +brick:Box_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Command, + tag:Mode, + tag:Point . + +brick:Branch_Selector a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device in VRF systems that regulates the flow of refrigerant to different indoor units or branches, ensuring optimal distribution of heating or cooling according to the specific requirements of each zone or area in the building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Branch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Selector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Branch, + tag:Equipment, + tag:HVAC, + tag:Selector . + +brick:Breaker_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Breaker Panel distributes power into various end-uses."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Equipment . + +brick:Broadcast_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A space to organize and manage a broadcast. Separate from studio"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Broadcast ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Broadcast, + tag:Location, + tag:Media, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:RecordingRoom . + +brick:Building_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Setpoint for humidity in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Pressure_Setpoint, + brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of the entire building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Building, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Building_Air . + +brick:Building_Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Chilled_Water . + +brick:Building_Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disconnect_Switch ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Disconnect, + tag:Equipment, + tag:Switch . + +brick:Building_Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Building_Meter, + brick:Electrical_Meter ; + skos:definition "A meter that measures the usage or consumption of electricity of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Building_Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Building_Meter, + brick:Gas_Meter ; + skos:definition "A meter that measures the usage or consumption of gas of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Gas, + tag:Meter ; + brick:hasSubstance brick:Natural_Gas . + +brick:Building_Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Hot_Water . + +brick:Building_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Building_Meter, + brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of water of a whole building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Water . + +brick:Bus_Riser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Riser . + +brick:Bypass_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for bypass air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bypass, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Bypass_Air . + +brick:Bypass_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Command, + tag:Point . + +brick:Bypass_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A bypass damper is a type of damper that is employed in forced-air bypass applications to reduce the buildup of static pressure, usually when certain zone dampers are closed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Damper, + tag:Equipment . + +brick:Bypass_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Water . + +brick:Bypass_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of bypass water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Bypass_Water . + +brick:CO2_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a CO2 alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +brick:CO2_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the difference between CO2 levels of inside and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Differential, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Differential_CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration . + +brick:Cafeteria a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space to serve food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cafeteria ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CafeteriaRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Cafeteria, + tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:CafeteriaRoom . + +brick:Capacity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Capacity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Capacity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Capacity . + +brick:Capillary_Tube_Metering_Device a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "A fixed orifice device in refrigeration systems that controls refrigerant flow based on its diameter and length, without moving parts"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fixed, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Refrigerant . + +brick:Cassette_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A type of fan coil unit installed within the ceiling void, typically using a cassette for air delivery"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cassette ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cassette, + tag:Ceiling, + tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Unit . + +brick:Ceiling_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan installed on the ceiling of a room for the purpose of air circulation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ceiling, + tag:Equipment, + tag:Fan . + +brick:Centrifugal_Chiller a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Centrifugal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Centrifugal, + tag:Chiller, + tag:Equipment . + +brick:Change_Filter_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that a filter must be changed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Change ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Change, + tag:Filter, + tag:Point . + +brick:Chilled_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Booster_Pump, + brick:Chilled_Water_Pump ; + skos:definition "Used to increase the pressure and flow of chilled water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Chilled, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Chilled_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Pump, + brick:Circulator_Pump ; + skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Circulator, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Chilled_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Coil, + tag:Cool, + tag:Equipment, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Setpoint, + brick:Load_Shed_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Chilled_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a chilled water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Water_Differential_Temperature_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Discharge_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint . + +brick:Chilled_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gauge_Pressure_Sensor ; + skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Gauge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Chilled_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate chilled water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Loop, + tag:Water . + +brick:Chilled_Water_Return_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank specifically designed to store chilled water in HVAC systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Storage, + tag:Water . + +brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor . + +brick:Chilled_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Supply_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint . + +brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor . + +brick:Chilled_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of chilled water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:System, + tag:Water . + +brick:Chilled_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Command, + tag:Enable, + tag:Point, + tag:System, + tag:Water . + +brick:Chilled_Water_Thermal_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Energy, + tag:Equipment, + tag:Storage, + tag:Tank, + tag:Thermal, + tag:Water . + +brick:Chilled_Water_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A thermal expansion tank designed specifically for chilled water systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Expansion, + tag:Tank, + tag:Thermal . + +brick:Chilled_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Close_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Close_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Limit, + tag:Parameter, + tag:Point . + +brick:Cloudage a brick:Quantity ; + rdfs:label "Cloudage"@en ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory"^^xsd:string ; + brick:hasAssociatedTag tag:Box, + tag:Cold, + tag:Laboratory, + tag:Location, + tag:Room ; + brick:isReplacedBy rec:Laboratory . + +brick:Cold_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank used to store cold water, usually in a building's water supply system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cold, + tag:Equipment, + tag:Storage, + tag:Water . + +brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Coldest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Coldest, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Collection_Basin_Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Equipment, + tag:Heater, + tag:Water . + +brick:Collection_Basin_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Water . + +brick:Collection_Basin_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the level of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Collection_Basin_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the water in the collection basin, e.g. within a Cooling_Tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Basin ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Basin, + tag:Collection, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Collection_Basin_Water . + +brick:Communication_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates a loss of communication e.g. with a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Communication ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Communication, + tag:Loss, + tag:Point . + +brick:Compressor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Compressor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Compressor, + tag:Equipment . + +brick:Concession a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Food_Service_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concessions ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Concessions, + tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:FoodHandlingRoom . + +brick:Condensate_Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leak_Alarm ; + skos:definition "An alarm that indicates a leak of condensate from a cooling system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Condensate, + tag:Leak, + tag:Point . + +brick:Condenser owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Condenser' and 'Condensing Unit' are interchangable terms. Renaming class to 'Condensing_Unit' to further aligns with ASHRAE's terminology." ; + brick:isReplacedBy brick:Condensing_Unit . + +brick:Condenser_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Exchanger, + tag:Heat . + +brick:Condenser_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Booster_Pump, + brick:Condenser_Water_Pump ; + skos:definition "Used to increase the pressure and flow of condenser water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Condenser_Water_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A valve installed in a bypass line of a condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Circulator_Pump, + brick:Condenser_Water_Pump ; + skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Condenser_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Condenser_Water . + +brick:Condenser_Water_Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Isolation_Valve ; + skos:definition "An isolation valve installed in the condenser water loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Isolation, + tag:Valve, + tag:Water . + +brick:Condenser_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate condenser water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Loop, + tag:Water . + +brick:Condenser_Water_System a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:System, + tag:Water . + +brick:Condenser_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Valve, + brick:Water_Valve ; + skos:definition "A valve that modulates the flow of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Valve, + tag:Water . + +brick:Condensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Condensing, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Conference_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space dedicated in which to hold a meetings"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conference ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ConferenceRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Conference, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:ConferenceRoom . + +brick:Contact_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses or detects contact, such as for determining if a door is closed."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Contact ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Contact, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Control_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space from which operations are managed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Control, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:SecurityRoom . + +brick:Cooling_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of cooling to be delivered (typically as a proportion of total cooling output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cool, + tag:Point . + +brick:Cooling_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Cooling_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables cooling functionality in equipment but certain condition(s) must be met first before actively cooling. For the actively cooling control, see Cooling_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Cooling, + tag:Enable, + tag:Point . + +brick:Cooling_Only_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Source, + tag:Unit, + tag:Water . + +brick:Cooling_Only_Ground_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ground ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Ground, + tag:Source, + tag:Unit . + +brick:Cooling_Only_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Source, + tag:Unit, + tag:Water . + +brick:Cooling_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Cooling_Tower a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Tower . + +brick:Cooling_Tower_Fan a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Fan, + tag:Tower . + +brick:Cooling_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of cold water flowing through a cooling coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Equipment, + tag:Valve . + +brick:Copy_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for common office equipment, including printers and copiers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Copy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CopyingRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Copy, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:CopyingRoom . + +brick:Core_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Core_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Core ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Core, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Cubicle a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "A smaller space set aside for an individual, but not with a door and without full-height walls"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cubicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workspace perhaps with a rec:Desk"^^xsd:string ; + brick:hasAssociatedTag tag:Cubicle, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Workspace . + +brick:Current_Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the current difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Imbalance, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Current_Imbalance . + +brick:Current_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Current_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Limit, + tag:Parameter, + tag:Point . + +brick:Current_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of currents in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint ; + brick:hasQuantity brick:Electric_Current . + +brick:Curtailment_Override_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Override_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Curtailment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Curtailment, + tag:Override, + tag:Point . + +brick:DC_Bus_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage across a DC bus"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bus ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dc ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bus, + tag:Dc, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Damper_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper_Command, + brick:Position_Command ; + skos:definition "Controls the position (the degree of openness) of a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a damper in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the position of damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Setpoint ; + brick:hasQuantity brick:Position . + +brick:Damper_Position_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Point, + tag:Position, + tag:Status ; + brick:hasQuantity brick:Position . + +brick:Deceleration_Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Time_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deceleration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deceleration, + tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Dehumidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dehumidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dehumidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Dehumidify_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Triggers the dehumidification process, actively removing moisture from the air to achieve desired humidity levels"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dehumidify ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Dehumidify, + tag:Point ; + brick:hasSubstance brick:Air . + +brick:Deionised_Water_Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Conductivity_Sensor ; + skos:definition "Measures the electrical conductance of deionised water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Deionised, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:Conductivity ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionised_Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Level_Sensor ; + skos:definition "Measures the height/level of deionised water in some container"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deionised ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deionised, + tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Deionized_Water . + +brick:Deionized_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates deionized water leaks."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deionized ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Deionized, + tag:Point, + tag:Water . + +brick:Derivative_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Derivative_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Derivative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Derivative, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Detention_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Security_Service_Room ; + owl:deprecated true ; + skos:definition "A space for the temporary involuntary confinement of people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detention ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detention, + tag:Location, + tag:Room, + tag:Space . + +brick:Dewpoint_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets dew point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:DewPointTemperature . + +brick:Differential_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets temperature of diffrential air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Differential_Discharge_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor . + +brick:Differential_Pressure_Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Bypass_Valve ; + skos:definition "A 2-way, self contained proportional valve with an integral differential pressure adjustment setting."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Differential, + tag:Equipment, + tag:Pressure, + tag:Valve . + +brick:Differential_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Differential_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor . + +brick:Dimmer a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switch ; + skos:definition "A switch providing continuous control over all or part of a lighting installation; typically potentiometer-based"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dimmer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dimmer, + tag:Equipment, + tag:Interface, + tag:Switch . + +brick:Direct_Expansion_Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Direct, + tag:Equipment, + tag:Expansion . + +brick:Direct_Expansion_Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Coil ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Direct, + tag:Equipment, + tag:Expansion, + tag:Heat . + +brick:Direction_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that affect the direction of some phenomenon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Direction, + tag:Point ; + brick:hasQuantity brick:Direction . + +brick:Disable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Enthalpy, + tag:Point . + +brick:Disable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Disable, + tag:Point, + tag:Temperature . + +brick:Disable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Disable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disable_Command ; + skos:definition "Disables the use of fixed temperature temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Disables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Disable, + tag:Hot, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:System, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Disable_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if functionality has been disabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disable, + tag:Point, + tag:Status . + +brick:Discharge_Chilled_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Chilled_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water . + +brick:Discharge_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint . + +brick:Discharge_Condenser_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water . + +brick:Discharge_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Discharge_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor . + +brick:Discharge_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor . + +brick:Discharge_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint . + +brick:Discharge_Hot_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water . + +brick:Discharge_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water . + +brick:Displacement_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Displacement ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Displacement, + tag:Equipment, + tag:Flow . + +brick:Domestic_Hot_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Circulator_Pump ; + skos:definition "Used to move domestic hot water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Domestic, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Domestic_Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ; + skos:definition "Measures the pressure difference in domestic hot water systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Domestic, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Domestic_Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe used to carry domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Domestic, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Domestic_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor . + +brick:Domestic_Hot_Water_Discharge_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Discharge_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor . + +brick:Domestic_Hot_Water_Supply_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Supply_Hot_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_System_Enable_Command ; + skos:definition "Enables operation of the domestic hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Domestic, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:Domestic_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Valve ; + skos:definition "A valve regulating the flow of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Domestic_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Loop ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Loop, + tag:Water . + +brick:Drench_Hose a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drench ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hose ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drench, + tag:Emergency, + tag:Equipment, + tag:Hose, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Drive_Ready_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ready ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Point, + tag:Ready, + tag:Status . + +brick:Dry_Cooler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A dry cooler is a fluid cooler that uses air, a relatively dry, non-liquid fluid to accomplish process cooling. (https://submer.com/submer-academy/library/dry-cooler/)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cooler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dry ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cooler, + tag:Dry, + tag:Equipment, + tag:HVAC . + +brick:Duct_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Air . + +brick:EconCycle_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Econcycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Econcycle, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Economizer a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Economizer, + tag:Equipment . + +brick:Economizer_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is part of an economizer that is used to module the flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Economizer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Economizer, + tag:Equipment . + +brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Effective_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Effective_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Effective_Heating_Zone_Air_Temperature_Setpoint . + +brick:Effective_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Effective_Zone_Air_Temperature_Setpoint' is deprecated and replaced to better represent its function as a target setpoint" ; + brick:isReplacedBy brick:Effective_Target_Zone_Air_Temperature_Setpoint . + +brick:ElectricVehicleChargingDirectionalityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "unidirectional"^^xsd:string "bidirectional"^^xsd:string "unidirectional" "bidirectional" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:ElectricVehicleChargingTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Level 1"^^xsd:string "Level 2"^^xsd:string "Level 3"^^xsd:string "Level 1" "Level 2" "Level 3" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:ElectricVehicleConnectorTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Type 1 (CSS)"^^xsd:string "Type 2 (CSS)"^^xsd:string "GB/T"^^xsd:string "Type 1 (SAE J1772)"^^xsd:string "Type 2 (IEC 62196)"^^xsd:string "CHAdeMO"^^xsd:string "CCS (Combined Charging System)"^^xsd:string "Tesla Supercharger"^^xsd:string "Wireless"^^xsd:string "Type 1 (CSS)" "Type 2 (CSS)" "GB/T" "Type 1 (SAE J1772)" "Type 2 (IEC 62196)" "CHAdeMO" "CCS (Combined Charging System)" "Tesla Supercharger" "Wireless" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +brick:Electric_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Electric_Radiator ; + skos:definition "Electric heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electric_Boiler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Electric, + tag:Equipment . + +brick:Electrical_Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Usage_Sensor ; + skos:definition "A sensor that records the quantity of electrical energy consumed in a given period"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:Quantity brick:Electric_Energy ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity brick:Energy . + +brick:Electronic_Expansion_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "A digitally controlled valve in HVAC systems that precisely regulates refrigerant flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modulating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Expansion, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Modulating, + tag:Refrigerant, + tag:Valve . + +brick:Electronic_Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mixing_Valve ; + skos:definition "Electronically controlled valve for precise mixing of hot and cold fluid."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electronic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electronic, + tag:Equipment, + tag:Mixed, + tag:Valve . + +brick:Elevator a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that provides vertical transportation between floors, levels or decks of a building, vessel or other structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Elevator, + tag:Equipment . + +brick:Emergency_Air_Flow_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Safety_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:System . + +brick:Emergency_Air_Flow_System_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Emergency, + tag:Flow, + tag:Point, + tag:Status, + tag:System . + +brick:Emergency_Generator_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with an emergency generator"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Generator, + tag:Point . + +brick:Emergency_Generator_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency generator is active"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Generator, + tag:Point, + tag:Status . + +brick:Emergency_Phone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Phone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Intercom, + tag:Phone, + tag:Security . + +brick:Emergency_Power_Off_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Power, + tag:System . + +brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Power_Off_System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if an emergency button has been pushed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Button ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Push ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Button, + tag:Emergency, + tag:Point, + tag:Push, + tag:Status . + +brick:Employee_Entrance_Lobby a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lobby ; + owl:deprecated true ; + skos:definition "An open space near an entrance that is typicaly only used for employees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Employee ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Employee, + tag:Entrance, + tag:Lobby, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:ServiceEntrance . + +brick:Enable_Differential_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Enthalpy, + tag:Point . + +brick:Enable_Differential_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of differential temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Differential, + tag:Enable, + tag:Point, + tag:Temperature . + +brick:Enable_Fixed_Enthalpy_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed enthalpy control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Enthalpy, + tag:Fixed, + tag:Point . + +brick:Enable_Fixed_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables the use of fixed temperature control"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Fixed, + tag:Point, + tag:Temperature . + +brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + skos:definition "Enables hot water system when outside air temperature reaches the indicated value"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enable, + tag:Hot, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:System, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Energy_Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Generation_Sensor ; + skos:definition "A sensor measuring the amount of generated energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Energy . + +brick:Energy_Zone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "A space or group of spaces that are managed or monitored as one unit for energy purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone"^^xsd:string ; + brick:hasAssociatedTag tag:Energy, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:Zone . + +brick:Entering_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Entering_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Entering_Hot_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity qudtqk:Power . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Entering, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Entering_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Entering_Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Pressure_Sensor ; + skos:definition "Measures the water pressure at the entry point of a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Entering_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the entering water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Entering, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Entering_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Entering_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Entering_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Entering, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Enthalpy_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets enthalpy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Enthalpy . + +brick:Entrance a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "The location and space of a building where people enter and exit the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entrance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Entrance"^^xsd:string ; + brick:hasAssociatedTag tag:Entrance, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Entrance . + +brick:Environment_Box a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "(also known as climatic chamber), enclosed space designed to create a particular environment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Environment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Environment, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Equipment_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A telecommunications room where equipment that serves the building is stored"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Equipment, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Evaporative_Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Exchanger ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Evaporative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Evaporative, + tag:Exchanger, + tag:Heat . + +brick:Even_Month_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Even ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Month ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Even, + tag:Month, + tag:Point, + tag:Status . + +brick:Exercise_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "An indoor room used for exercise and physical activities"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Exercise ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ExerciseRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Exercise, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:ExerciseRoom . + +brick:Exhaust_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Exhaust, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Exhaust_Air_Stack_Flow_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in the exhaust air stack"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Exhaust_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Exhaust . + +brick:Exhaust_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving exhaust air -- air that must be removed from a space due to contaminants"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exhaust, + tag:Fan . + +brick:Exhaust_Fan_Disable_Command a owl:Class ; + rdfs:subClassOf brick:Command ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Exhaust_Fan_Disable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ; + brick:isReplacedBy brick:Disable_Command . + +brick:Exhaust_Fan_Enable_Command owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Exhaust_Fan_Enable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ; + brick:isReplacedBy brick:Enable_Command . + +brick:Eye_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Eye ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Eye, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Fan_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Status, + brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Fan_Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Command ; + skos:definition "Controls the speed of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point, + tag:Speed . + +brick:Fan_VFD a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "Variable-frequency drive for fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:VFD . + +brick:Fault_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Command ; + skos:definition "Clears a fault status"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fault, + tag:Point, + tag:Reset . + +brick:Field_Of_Play a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "The area of a stadium where athletic events occur, e.g. the soccer pitch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Field ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Play ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Field, + tag:Location, + tag:Outdoor, + tag:Play . + +brick:Filter_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor, + brick:Filter_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in air pressure before and after an air filter."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Filter_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Filter, + tag:Point, + tag:Reset . + +brick:Filter_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter_Differential_Pressure_Sensor, + brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure before and after a water filter."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Final_Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter ; + skos:definition "The last, high-efficiency filter installed in a sequence to remove the finest particulates from the substance being filtered"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Final ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Final . + +brick:Fire_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Fire_Alarm_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "Fire alarm panel is the controlling component of a fire alarm system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Alarm_Manual_Call_Point a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "Manual alarm call points are designed for the purpose of raising an alarm manually once verification of a fire or emergency condition exists. by operating the push button or break glass the alarm signal can be raised."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Call ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Call, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety, + tag:Station . + +brick:Fire_Alarm_Pull_Station a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ; + skos:definition "An active fire protection device (usually wall-mounted) that when activated initiates an alarm on a fire alarm system. In its simplest form the user activates the alarm by pulling the handle down."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pull ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Pull, + tag:Safety, + tag:Station . + +brick:Fire_Control_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A panel-mounted device that provides status and control of a fire safety system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Control, + tag:Equipment, + tag:Fire, + tag:Panel, + tag:Safety . + +brick:Fire_Safety_System a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Safety_System ; + skos:definition "A system containing devices and equipment that monitor, detect and suppress fire hazards"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Safety, + tag:System . + +brick:Fire_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the presence of fire"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fire, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Fire_Sprinkler_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A specialized thermal expansion tank that is part of a building's fire suppression system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Expansion, + tag:Fire, + tag:Tank, + tag:Thermal . + +brick:Fire_Sprinkler_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A specialized tank intended to store water that can be quickly accessed for fire suppression."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fire, + tag:Storage, + tag:Water . + +brick:Fire_Zone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "A logical subdivision of a building that is monitored for fire; may also have a classification for the type of fire hazard that can occur"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance"^^xsd:string ; + brick:hasAssociatedTag tag:Fire, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:ServiceEntrance . + +brick:First_Aid_Kit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FirstAid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Aid, + tag:Equipment, + tag:FirstAid, + tag:Safety . + +brick:First_Aid_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Medical_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Aid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:First ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meidcal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Aid, + tag:First, + tag:Location, + tag:Meidcal, + tag:Room, + tag:Space . + +brick:Floor_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A fan coil unit installed on the floor, typically against a wall, for providing heating and cooling in residential or small office spaces"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Floor, + tag:Unit . + +brick:Formaldehyde_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of formaldehyde in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Formaldehyde ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Formaldehyde, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Formaldehyde_Concentration ; + brick:hasSubstance brick:Air . + +brick:Freeze_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a substance contained within a vessel has frozen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Point, + tag:Status . + +brick:Freezer a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freezer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freezer, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Frequency_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Fan a owl:Class ; + rdfs:subClassOf brick:Fan ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Fresh Air Fan is deprecated in favor of Outside Fan because the latter is a more accurate representation" ; + brick:isReplacedBy brick:Outside_Fan . + +brick:Frost_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor, + brick:Temperature_Sensor ; + skos:definition "Senses the presence of frost or conditions that may cause frost"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frost ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frost, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Frost . + +brick:Fume_Hood a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fume, + tag:Hood . + +brick:Fume_Hood_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of air in a fume hood"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hood ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Fume, + tag:Hood, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Gas_Distribution a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a gas distribution source to represent how gas is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Gas . + +brick:Gas_Pressure_Regulator_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gas_Valve, + brick:Pressure_Regulator_Valve ; + skos:definition "Valve designed to maintain controlled downstream gas pressure with varying upstream pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Regulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Pressure, + tag:Regulator, + tag:Valve . + +brick:Gas_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures gas concentration (other than CO2)"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Gas_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:System . + +brick:Gatehouse a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "The standalone building used to manage the entrance to a campus or building grounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gatehouse ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gatehouse, + tag:Location, + tag:Space . + +brick:Gateway a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gateway ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gateway, + tag:ICT . + +brick:Generator_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "A room for electrical equipment, specifically electrical generators."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Electrical, + tag:Generator, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Grease_Interceptor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Separation_Tank ; + skos:definition "A larger, more industrial version of a grease trap designed to handle higher volumes of wastewater and more efficiently separate grease and fats."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank, + tag:Waste . + +brick:HVAC_Zone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + skos:definition "a space or group of spaces, within a building with heating, cooling, and ventilating requirements, that are sufficiently similar so that desired conditions (e.g., temperature) can be maintained throughout using a single sensor (e.g., thermostat or temperature sensor)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HVACZone"^^xsd:string ; + brick:hasAssociatedTag tag:HVAC, + tag:Location, + tag:Zone ; + brick:isReplacedBy rec:HVACZone . + +brick:Hail_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures hail in terms of its size and damage potential"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hail, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless ; + brick:hasSubstance brick:Hail . + +brick:Hallway a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A common space, used to connect other parts of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hallway ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Hallway"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Hallway, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Hallway . + +brick:Hazardous_Materials_Storage a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Storage_Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hazardous ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Materials ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hazardous, + tag:Location, + tag:Materials, + tag:Room, + tag:Space, + tag:Storage . + +brick:Heat_Detector a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Heat, + tag:Safety . + +brick:Heat_Exchanger_Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor . + +brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor . + +brick:Heat_Exchanger_System_Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Status, + brick:System_Status ; + skos:definition "Indicates if the heat exchanger system has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Exchanger, + tag:Heat, + tag:Point, + tag:Status, + tag:System . + +brick:Heat_Pump_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Heat_Pump_Ground_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ground ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ground, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Heat_Pump_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source, + tag:Water . + +brick:Heat_Recovery_Air_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Source, + tag:Unit, + tag:Water . + +brick:Heat_Recovery_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Hot, + tag:Recovery, + tag:System, + tag:Water . + +brick:Heat_Recovery_Water_Source_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Source, + tag:Unit, + tag:Water . + +brick:Heat_Sensor owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "This class has a poor definition is supplanted by Temperature_Sensor" ; + brick:isReplacedBy brick:Temperature_Sensor . + +brick:Heat_Sink_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measure temperature of the heat sink on a device such as a VFD."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat_Sink ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat_Sink, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Heat_Wheel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Wheel . + +brick:Heat_Wheel_VFD a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "A VFD that drives a heat wheel"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wheel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:VFD, + tag:Wheel . + +brick:Heating_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of heating to be delivered (typically as a proportion of total heating output)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Heat, + tag:Point . + +brick:Heating_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Heating_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Command that enables heating functionality in equipment but certain condition(s) must be met first before actively heating. For the actively heating control, see Heating_Command."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Heating, + tag:Point . + +brick:Heating_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Heating_Thermal_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal ; + brick:hasQuantity qudtqk:Power . + +brick:High_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is higher than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:High, + tag:Point . + +brick:High_CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Alarm ; + skos:definition "A device that indicates high concentration of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:High, + tag:Point . + +brick:High_Head_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Head ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Head, + tag:High, + tag:Point, + tag:Pressure . + +brick:High_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates high concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Point . + +brick:High_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a high humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Humidity, + tag:Parameter, + tag:Point . + +brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The upper bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too high"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:High, + tag:Point, + tag:Return, + tag:Temperature . + +brick:High_Static_Pressure_Cutout_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cutout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cutout, + tag:High, + tag:Limit, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:High_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a high temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:High_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor . + +brick:Hold_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hold, + tag:Point, + tag:Status . + +brick:Hospitality_Box a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hospitality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hospitality, + tag:Location, + tag:Room, + tag:Space . + +brick:Hot_Box a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Laboratory ; + owl:deprecated true ; + skos:definition "hot air chamber forming part of an air handler."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Hot, + tag:Laboratory, + tag:Location, + tag:Room . + +brick:Hot_Water_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Hot_Water_Radiator ; + skos:definition "Hydronic heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Booster_Pump, + brick:Hot_Water_Pump ; + skos:definition "Used to increase the pressure and flow of hot water in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat, + tag:Hot, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Hot_Water_Discharge_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Discharge_Water_Flow_Sensor, + brick:Hot_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Sensor . + +brick:Hot_Water_Discharge_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Discharge_Water_Flow_Setpoint, + brick:Hot_Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Setpoint . + +brick:Hot_Water_Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gauge_Pressure_Sensor ; + skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gauge, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Hot_Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Loop ; + skos:definition "A collection of equipment that transport and regulate hot water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Loop, + tag:Water . + +brick:Hot_Water_Return_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Entering_Flow_Sensor . + +brick:Hot_Water_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of hot air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Water ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank designed to store hot water in an HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Storage, + tag:Water . + +brick:Hot_Water_Supply_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Sensor . + +brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Hot_Water_Leaving_Flow_Setpoint . + +brick:Hot_Water_Thermal_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Hot, + tag:Storage, + tag:Tank, + tag:Thermal, + tag:Water . + +brick:Hot_Water_Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Thermal_Expansion_Tank ; + skos:definition "A thermal expansion tank used in hot water heating systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Expansion, + tag:Hot, + tag:Tank, + tag:Thermal . + +brick:Hot_Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Usage_Sensor ; + skos:definition "Measures the amount of hot water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Sensor, + tag:Usage, + tag:Water ; + brick:hasQuantity qudtqk:Volume . + +brick:Humidification_Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidification ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidification, + tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Humidifier a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that adds moisture to air or other gases"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Humidifier . + +brick:Humidifier_Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the presence of a fault in a humidifier"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidifier ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Humidifier, + tag:Point, + tag:Status . + +brick:Humidify_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidify ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Humidify, + tag:Point ; + brick:hasSubstance brick:Air . + +brick:Humidity_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Humidity_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of humidity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:IDF a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Distribution_Frame ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:IDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:IDF, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Ice_Tank_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving an ice tank"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Illuminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Target Illuminance of the zone."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Induction_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an primary air connection and integrated coil and condensate pan that performs sensible and latent cooling of a space. Essentially an Active Chilled Beam with a built in condensate pan."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Induction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Induction, + tag:Unit . + +brick:Information_Area a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outdoor_Area ; + owl:deprecated true ; + skos:definition "An information booth or kiosk where visitors would look for information"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Information ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Area, + tag:Information, + tag:Location, + tag:Outdoor . + +brick:Inside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the inside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Inside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Intake_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters air intake"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Intake . + +brick:Intake_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + skos:definition "Measures air at the interface between the building and the outside"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intake ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Intake, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Intrusion_Detection_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intrusion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detection, + tag:Equipment, + tag:Intrusion, + tag:Security . + +brick:Isolation_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that isolates a section of ductwork or other air handling system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Isolation . + +brick:Janitor_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for the storage of cleaning equipment and supplies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Janitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BackOffice"^^xsd:string ; + brick:hasAssociatedTag tag:Janitor, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:BackOffice . + +brick:Jet_Nozzle_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Jet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Nozzle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Jet, + tag:Nozzle . + +brick:Laminar_Flow_Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Laminar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment, + tag:Flow, + tag:Laminar . + +brick:Last_Fault_Code_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fault_Status ; + skos:definition "Indicates the last fault code that occurred"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Code ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Last ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Code, + tag:Fault, + tag:Last, + tag:Point, + tag:Status . + +brick:Lead_Lag_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Enables lead/lag operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lag, + tag:Lead, + tag:Point . + +brick:Lead_Lag_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if lead/lag operation is enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lag ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lag, + tag:Lead, + tag:Point, + tag:Status . + +brick:Lead_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "Controls the active/inactive status of the \"lead\" part of a lead/lag system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lead ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Lead, + tag:Off, + tag:On, + tag:Point . + +brick:Leaving_Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity qudtqk:Power . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Medium, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Medium, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Leaving, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time, + tag:Water . + +brick:Leaving_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Water . + +brick:Leaving_Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Pressure_Sensor ; + skos:definition "Measures the water pressure at the exit point of a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Leaving_Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the leaving water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leaving, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Leaving_Water_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time, + tag:Water . + +brick:Leaving_Water_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Leaving, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Temperature, + tag:Water . + +brick:Level_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Adjusts the operational state to a specific level within a predefined range."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Level, + tag:Point . + +brick:Level_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "The current operational state of a specific level within a predefined range."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Status . + +brick:Library a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A place for the storage and/or consumption of physical media, e.g. books, periodicals, and DVDs/CDs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Library ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Library"^^xsd:string ; + brick:hasAssociatedTag tag:Library, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Library . + +brick:Light_Command a owl:Class ; + rdfs:subClassOf brick:Command ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMitigationMessage "Replaced with Lighting_Command to represent its function more precisely." ; + brick:isReplacedBy brick:Lighting_Level_Command . + +brick:Lighting_Correlated_Color_Temperature_Command a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to set correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Color ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Correlated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Color, + tag:Command, + tag:Correlated, + tag:Lighting, + tag:Point, + tag:Temperature . + +brick:Lighting_Correlated_Color_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor to measure correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Color ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Correlated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Color, + tag:Correlated, + tag:Lighting, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity qudtqk:CorrelatedColorTemperature ; + brick:hasSubstance brick:Light . + +brick:Lighting_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + skos:definition "The equipment, devices and interfaces that serve or are a part of the lighting subsystem in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:System . + +brick:Lighting_Zone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Zone ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lighting, + tag:Location, + tag:Zone . + +brick:Liquid_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Liquid, + tag:Point . + +brick:Load_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a load"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Load, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Loading_Dock a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dock ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loading ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dock, + tag:Loading, + tag:Location, + tag:Room, + tag:Space . + +brick:Locally_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Locally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Locally, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Lockout_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a piece of equipment, system, or functionality has been locked out from operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Lockout, + tag:Point, + tag:Status . + +brick:Low_Battery_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the battery is low."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Battery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Battery, + tag:Low, + tag:Point . + +brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Freeze ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Protect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Freeze, + tag:Low, + tag:Parameter, + tag:Point, + tag:Protect, + tag:Temperature . + +brick:Low_Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Alarm ; + skos:definition "An alarm that indicates low concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Point . + +brick:Low_Humidity_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Parameter ; + skos:definition "A parameter determining the humidity level at which to trigger a low humidity alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Low, + tag:Parameter, + tag:Point . + +brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ; + skos:definition "The lower bound of the outside air temperature lockout range"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Enable_Differential_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Enable, + tag:Low, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Low_Outside_Air_Temperature_Enable_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enable, + tag:Low, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Low_Return_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Return_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that return air temperature is too low"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Low, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Low_Suction_Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Alarm ; + skos:definition "An alarm that indicates a low suction pressure in the compressor in a refrigeration or air conditioning system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Suction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Pressure, + tag:Suction . + +brick:Low_Temperature_Alarm_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Parameter ; + skos:definition "A parameter determining the temperature level at which to trigger a low temperature alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Low_Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Voltage_Alarm ; + skos:definition "An alarm that indicates the voltage is lower than its normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Voltage . + +brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lowest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Lowest, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Luminaire a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A complete lighting unit consisting of a lamp or lamps and ballast(s) (when applicable) together with the parts designed to distribute the light, to position and protect the lamps, and to connect the lamps to the power supply."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Luminaire . + +brick:Luminaire_Driver a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lighting ; + skos:definition "A power source for a luminaire"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Driver ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminaire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Driver, + tag:Equipment, + tag:Luminaire . + +brick:Luminance_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Luminance, + tag:Point . + +brick:Luminance_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of luminance delivered by a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Luminance, + tag:Point . + +brick:Luminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the luminous intensity per unit area of light travelling in a given direction"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LuminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Luminance . + +brick:Luminance_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets luminance"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Luminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Luminance, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Luminance . + +brick:MDF a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Distribution_Frame ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MDF ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:MDF, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Mail_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room where mail is recieved and sorted for distribution to the rest of the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:MailRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Mail, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:MailRoom . + +brick:Main_Circuit_Breaker a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Circuit_Breaker ; + skos:definition "All breaker panels generally have a main circuit breaker before the bus / MCBs. In some older panels there may be a Main Disconnect Switch instead. It is also possible to have a main disconnect switch, and a main circuit breaker in a panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circuit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Main ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Circuit, + tag:Equipment, + tag:Main . + +brick:Main_Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Disconnect_Switch ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Main ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Disconnect, + tag:Equipment, + tag:Main, + tag:Switch . + +brick:Maintenance_Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Maintenance\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Maintenance, + tag:Mode, + tag:Point . + +brick:Maintenance_Required_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that repair/maintenance is required on an associated device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Maintenance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Required ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Maintenance, + tag:Point, + tag:Required . + +brick:Majlis a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lounge ; + owl:deprecated true ; + skos:definition "In Arab countries, an Majlis is a private lounge where visitors are recieved and entertained"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Majlis ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Majlis, + tag:Space . + +brick:Makeup_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Valve, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fluid, + tag:Liquid, + tag:Makeup, + tag:Valve, + tag:Water . + +brick:Manual_Auto_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system is under manual or automatic operation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Auto ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Auto, + tag:Manual, + tag:Point, + tag:Status . + +brick:Massage_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "Usually adjunct to an athletic facility, a private/semi-private space where massages are performed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Massage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TherapyRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Massage, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:TherapyRoom . + +brick:Max_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for maximum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Max_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Frequency_Command ; + skos:definition "Sets the maximum permitted frequency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Max, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Max_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fresh_Air_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint . + +brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Outside_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Max_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Max_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Max_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the maximum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Max, + tag:Point, + tag:Water . + +brick:Max_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for max water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Media_Hot_Desk a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Desk ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Desk, + tag:Location, + tag:Media, + tag:Space . + +brick:Media_Production_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A enclosed space used by media professionals for the production of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Production ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure between sections of a medium temperature hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor . + +brick:Methane_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of methane in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Methane ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Methane, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Methane_Concentration ; + brick:hasSubstance brick:Air . + +brick:Min_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Setpoint for minimum air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Frequency_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Min, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Min_Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water . + +brick:Min_Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Outside_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Position_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Limit, + brick:Position_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Position, + tag:Setpoint . + +brick:Min_Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Min_Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Level_Alarm ; + skos:definition "Alarm indicating that the minimum water level was reached"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Min, + tag:Point, + tag:Water . + +brick:Min_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Setpoint for min water temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Mixed_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter ; + skos:definition "A filter that is applied to the mixture of recirculated and outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Mixed . + +brick:Mixed_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Mixed, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the humidity of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Mixed, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of mixed air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Mixed, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Mixed_Air . + +brick:Mixed_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of the mixed outside and return air streams"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Mixed . + +brick:Motor_Control_Center a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Center ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Center, + tag:Control, + tag:Equipment . + +brick:Motor_Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Measures the current consumed by a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Motor, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Motor_Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Direction_Status ; + skos:definition "Indicates which direction a motor is operating in, e.g. forward or reverse"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Motor, + tag:Point, + tag:Status ; + brick:hasQuantity brick:Direction . + +brick:Motor_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Motor_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Speed_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Motor_Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Torque_Sensor ; + skos:definition "Measures the torque, or rotating power, of a motor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motor, + tag:Point, + tag:Sensor, + tag:Torque ; + brick:hasQuantity qudtqk:Torque . + +brick:NO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of NO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:NO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:NO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:Natural_Gas_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Seismic_Shutoff_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valves that automatically shut off your natural gas service when an earthquake of a sufficient magnitude occurs at the location."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Seismic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutoff ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Natural, + tag:Seismic, + tag:Shutoff, + tag:Valve . + +brick:Natural_Gas_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of natural gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Natural_Gas . + +brick:Natural_Gas_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of natural gas that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Natural, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity qudtqk:Volume . + +brick:No_Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "Alarm indicating that there is no water in the equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:No ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:No, + tag:Point, + tag:Water . + +brick:Noncondensing_Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Noncondensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural, + tag:Noncondensing . + +brick:Occupancy_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls whether or not a device or controller is operating in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Occupancy, + tag:Point . + +brick:Occupancy_Count_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring the number of people in an area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:IntegerValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Count ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Count, + tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy_Count . + +brick:Occupancy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects occupancy of some space or area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Occupancy . + +brick:Occupied_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Occupied_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Occupied_Heating_Zone_Air_Temperature_Setpoint . + +brick:Occupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + skos:definition "Sets temperature for cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Occupied_Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Heating_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + skos:definition "Sets temperature for heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is occupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Occupied, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Occupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Return_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Room_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Zone_Air_Temperaure_Setpoint a owl:Class ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Occupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ; + brick:isReplacedBy brick:Occupied_Target_Zone_Air_Temperature_Setpoint . + +brick:Off_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:Point . + +brick:Office_Kitchen a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A common space, usually near or in a breakroom, where minor food preperation occurs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Kitchen ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Kitchenette"^^xsd:string ; + brick:hasAssociatedTag tag:Kitchen, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Kitchenette . + +brick:On_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:On, + tag:Point . + +brick:Open_Close_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "A binary signal given to a device, such as a damper or valve, to either open or close"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Command, + tag:Open, + tag:Point . + +brick:Open_Close_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the open/close status of a device such as a damper or valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Close ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Close, + tag:Open, + tag:Point, + tag:Status . + +brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Open, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Valve ; + brick:hasQuantity brick:Temperature . + +brick:Open_Office a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "An open space used for work or study by mulitple people. Usuaully subdivided into cubicles or desks"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Open ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Open, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:OfficeLandscape . + +brick:Output_Frequency_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Frequency_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Output, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Frequency . + +brick:Output_Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Voltage_Sensor ; + skos:definition "Measures the voltage output by some process or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Output, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Outside a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Outside . + +brick:Outside_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of outside air into the system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets outside air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Outside, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Lockout, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Outside, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Wet_Bulb_Temperature_Sensor, + brick:Outside_Air_Temperature_Sensor ; + skos:definition "A sensor measuring the wet-bulb temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Outside_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Outside . + +brick:Outside_Face_Surface_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the outside face surface temperature of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Face ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Face, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Surface, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Illuminance_Sensor ; + skos:definition "Measures the total luminous flux incident on an outside, per unit area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Outside, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Overload_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that can indicate when a full-load current is exceeded."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overload ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Overload, + tag:Point . + +brick:Overridden_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Overridden_On_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Overridden, + tag:Point, + tag:Status . + +brick:Ozone_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of ozone in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ozone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Ozone, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Ozone_Concentration ; + brick:hasSubstance brick:Air . + +brick:PIR_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Motion_Sensor ; + skos:definition "Detects the presense of motion in some area using the differential change in infrared intensity between two or more receptors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PIR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PIR, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:PM10_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PM10_Sensor ; + skos:definition "Detects level of particulates of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM10_Concentration . + +brick:PM1_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PM1_Sensor ; + skos:definition "Detects level of particulates of size 1 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM1_Concentration . + +brick:PM2.5_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PM2.5_Sensor ; + skos:definition "Detects level of particulates of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM2.5_Concentration . + +brick:PVT_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar, + tag:Thermal . + +brick:PV_Generation_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Generation_System ; + skos:definition "A collection of photovoltaic devices that generates energy"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Generation, + tag:Photovoltaic, + tag:System . + +brick:Packaged_Air_Source_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Packaged_Heat_Pump ; + skos:definition "A self-contained unit that uses air as a heat source or sink for heating and cooling purposes."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source . + +brick:Packaged_Water_Source_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Packaged_Heat_Pump ; + skos:definition "A self-contained unit that uses water as a heat source or sink for heating and cooling purposes."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Source ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump, + tag:Source, + tag:Water . + +brick:Parking_Level a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + skos:definition "A floor of a parking structure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Floor, + tag:Level, + tag:Location, + tag:Parking . + +brick:Parking_Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "An area large enough to park an individual vehicle"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ParkingSpace"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Parking, + tag:Space ; + brick:isReplacedBy rec:ParkingSpace . + +brick:Parking_Structure a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Building ; + owl:deprecated true ; + skos:definition "A building or part of a building devoted to vehicle parking"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parking ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Structure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Location, + tag:Parking, + tag:Structure . + +brick:Passive_Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Beam ; + skos:definition "A chilled beam that does not have an integral air supply and instead relies on natural convection to draw air through the device."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Passive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment, + tag:Passive . + +brick:Peak_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "The peak power consumed by a process over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Peak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Electric, + tag:Peak, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Photovoltaic_Inverter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Inverter ; + skos:definition " Converts direct current electricity generated by solar panels into alternating current"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inverter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Inverter, + tag:Photovoltaic . + +brick:Piezoelectric_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses changes pressure, acceleration, temperature, force or strain via the piezoelectric effect"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Piezoelectric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Piezoelectric, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:PlugStrip a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PlugStrip ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PlugStrip . + +brick:Plumbing_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A service room devoted to the operation and routing of water in a building. Usually distinct from the HVAC subsystems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plumbing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Plumbing, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Portfolio a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection ; + owl:deprecated true ; + skos:definition "A collection of sites"@en ; + sh:property [ sh:class brick:Site ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Portfolio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Portfolio"^^xsd:string ; + brick:hasAssociatedTag tag:Collection, + tag:Portfolio ; + brick:isReplacedBy rec:Portfolio . + +brick:Power_Factor_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Sensors measuring power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S)."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Factor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Factor, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity brick:Power_Factor . + +brick:Power_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Power_Alarm ; + skos:definition "An alarm that indicates a power failure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Power . + +brick:Prayer_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A room set aside for prayer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Prayer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Prayer, + tag:Room, + tag:Space . + +brick:Pre_Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter, + tag:Pre . + +brick:Pre_Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter_Status ; + skos:definition "Indicates if a prefilter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pre ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Pre, + tag:Status . + +brick:Preheat_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to activate preheating. Typically used to preheat cool air coming from a mixing box or economizer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Preheat . + +brick:Preheat_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Setpoint ; + skos:definition "Sets the rate required for preheat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Preheat, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Preheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Preheat, + tag:System, + tag:Water . + +brick:Preheat_Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Hot, + tag:Preheat, + tag:Valve, + tag:Water . + +brick:Pressurization_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "A pressurization fan is a device used to increase and maintain higher air pressure in a specified space compared to its surroundings."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressurization ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Pressurization . + +brick:Private_Office a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office devoted to a single individual, with walls and door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Private ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office"^^xsd:string ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Private, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Office . + +brick:Pump_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the speed of a pump (typically as a proportion of its full pumping capacity)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Pump . + +brick:Pump_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mechanical_Room ; + owl:deprecated true ; + skos:definition "A mechanical room that houses pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Pump, + tag:Room, + tag:Service, + tag:Space . + +brick:Pump_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a pump"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pump, + tag:Status . + +brick:Pump_VFD a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Variable_Frequency_Drive ; + skos:definition "Variable-frequency drive for pumps"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:VFD . + +brick:Radiation_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Radiation, + tag:System, + tag:Water . + +brick:Radon_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radioactivity_Concentration_Sensor ; + skos:definition "Measures the concentration of radioactivity due to radon"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radon ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radon, + tag:Sensor ; + brick:hasQuantity brick:Radon_Concentration ; + brick:hasSubstance brick:Air . + +brick:Rain_Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Duration_Sensor ; + skos:definition "Measures the duration of precipitation within some time frame"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Rain, + tag:Sensor ; + brick:hasQuantity qudtqk:Time . + +brick:Rain_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of precipitation fallen"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rain, + tag:Sensor ; + brick:hasQuantity brick:Precipitation . + +brick:Rain_Sensor sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] . + +brick:Rain_Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Storage_Tank ; + skos:definition "A tank engineered to capture and store rainwater, usually for non-potable uses."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Rain, + tag:Storage, + tag:Water . + +brick:Rated_Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Speed_Setpoint ; + skos:definition "Sets rated speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Rated, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Reactive_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electric_Energy_Sensor ; + skos:definition "Measures the integral of reactive power"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity brick:Reactive_Energy . + +brick:Reactive_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electric_Power_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reactive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Reactive, + tag:Sensor ; + brick:hasQuantity qudtqk:ReactivePower . + +brick:Reception a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reception ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Reception"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Reception, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Reception . + +brick:Refrigerant_Level_Sensor a owl:Class ; + rdfs:subClassOf brick:Sensor ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Refrigerant . + +brick:Refrigeration_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "System designed to remove heat from a space or substance, typically using a refrigerant in a closed loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Refrigeration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Refrigeration, + tag:System . + +brick:Reheat_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to activate reheating, which is used for either heating or for dehumidification purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reheat . + +brick:Reheat_Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Reheat, + tag:System, + tag:Water . + +brick:Reheat_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Reheat, + tag:Valve . + +brick:Relay a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "an electrically operated switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Relay . + +brick:Relay_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands to switch the relay"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Relay . + +brick:Relief_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Relief . + +brick:Relief_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Relief . + +brick:Remotely_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Remotely ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Remotely, + tag:Status . + +brick:Retail_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space set aside for retail in a larger establishment, e.g. a gift shop in a hospital"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Retail ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RetailRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Retail, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:RetailRoom . + +brick:Return_Air_CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Setpoint ; + skos:definition "Sets some property of CO2 in Return Air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO2, + tag:Point, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:CO2_Concentration . + +brick:Return_Air_CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO_Sensor ; + skos:definition "Measures the concentration of CO in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CO, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Senses the dewpoint temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between the return and supply side"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Return, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Enthalpy_Sensor ; + skos:definition "Measures the total heat content of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Filter ; + skos:definition "Filters return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Filter, + tag:Return . + +brick:Return_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Grains_Sensor ; + skos:definition "Measures the mass of water vapor in return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Return, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Return, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Return, + tag:Setpoint ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Return . + +brick:Return_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:High, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Low, + tag:Point, + tag:Reset, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Setpoint . + +brick:Return_Condenser_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water . + +brick:Return_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Return_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Flow_Sensor . + +brick:Return_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Sensor . + +brick:Return_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Setpoint . + +brick:Return_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "A damper that modulates the flow of return air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Return . + +brick:Return_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving return air -- air that is circulated from the building back into the HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Return . + +brick:Return_Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Valve ; + skos:definition "A valve installed on the return side of a heat exchanger"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Return, + tag:Valve . + +brick:Return_Hot_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water . + +brick:Return_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Setpoint . + +brick:Return_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water . + +brick:Reversing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Refrigerant_Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reversing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Liquid, + tag:Refrigerant, + tag:Reversing, + tag:Valve . + +brick:Riser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + skos:definition "A vertical shaft indented for installing building infrastructure e.g., electrical wire, network communication wire, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Riser, + tag:Space, + tag:Vertical . + +brick:Rooftop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Floor ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RoofLevel"^^xsd:string ; + brick:hasAssociatedTag tag:Floor, + tag:Location, + tag:Rooftop ; + brick:isReplacedBy rec:RoofLevel . + +brick:Run_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Run . + +brick:Run_Request_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Run_Status ; + skos:definition "Indicates if a request has been filed to start a device or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Request ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Request, + tag:Run, + tag:Status . + +brick:Safety_Shower a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Emergency_Wash_Station ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Shower, + tag:Station, + tag:Wash . + +brick:Sash_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a sash in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sash, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Schedule_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "The current setpoint as indicated by the schedule"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Schedule ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Schedule, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Sensor_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Failure_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Sensor . + +brick:Server_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Server ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Server ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Shared_Office a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office used by multiple people"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shared ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape"^^xsd:string ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Shared, + tag:Space ; + brick:isReplacedBy rec:OfficeLandscape . + +brick:Short_Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Short ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point, + tag:Short . + +brick:Shower a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space containing showers, usually adjacent to an athletic or execise area"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shower ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ShowerRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Shower, + tag:Space ; + brick:isReplacedBy rec:ShowerRoom . + +brick:Smoke_Detector a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:Fire, + tag:Safety, + tag:Smoke . + +brick:Soil_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of soil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Soil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Soil, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Soil . + +brick:Solar_Azimuth_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the azimuth angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Azimuth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Azimuth, + tag:Point, + tag:Sensor, + tag:Solar ; + brick:hasQuantity qudtqk:Angle . + +brick:Solar_Radiance_Sensor a owl:Class ; + rdfs:subClassOf brick:Sensor ; + owl:deprecated true ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications." ; + brick:isReplacedBy brick:Solar_Irradiance_Sensor . + +brick:Solar_Zenith_Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Angle_Sensor ; + skos:definition "Measures the zenith angle of the sun"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zenith ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor, + tag:Solar, + tag:Zenith ; + brick:hasQuantity qudtqk:Angle . + +brick:Space_Heater a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A heater used to warm the air in an enclosed area, such as a room or office"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Space . + +brick:Speed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "A command to set speed to a certain degree."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Speed . + +brick:Speed_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status, + brick:Speed_Status ; + skos:definition "Status indicating the speed mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Speed, + tag:Status . + +brick:Speed_Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Sports_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used in the support of sports"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sports ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Sports . + +brick:Stage_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:Stage . + +brick:Stage_Riser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Furniture ; + owl:deprecated true ; + skos:definition "A low platform in a space or on a stage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Riser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture, + tag:Riser, + tag:Stage . + +brick:Stages_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which stage a control loop or equipment is in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stages ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Stages, + tag:Status . + +brick:Staircase a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + skos:definition "A vertical space containing stairs"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Staircase ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Stairwell"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Staircase, + tag:Vertical ; + brick:isReplacedBy rec:Stairwell . + +brick:Standby_CRAC a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Computer_Room_Air_Conditioning ; + skos:definition "A CRAC that is activated as part of a lead/lag operation or when an alarm occurs in a primary unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CRAC, + tag:Equipment, + tag:Standby . + +brick:Standby_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Standby_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan that is activated as part of a lead/lag operation or when a primary fan raises an alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Standby . + +brick:Standby_Glycool_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Standby_Unit_On_Off_Status ; + skos:definition "Indicates the on/off status of a standby glycool unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Glycool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Glycool, + tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Standby_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Standby_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Standby, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Start_Stop_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Command ; + skos:definition "A Start/Stop Command controls or reports the active/inactive status of a control sequence"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Start, + tag:Stop . + +brick:Static_Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Automatic_Switch, + brick:Transfer_Switch ; + skos:definition "Similar to ATS, but utilises no moving parts in the switch to achieve much faster response times."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Static, + tag:Switch, + tag:Transfer . + +brick:Steam_Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Baseboard_Radiator, + brick:Steam_Radiator ; + skos:definition "Steam heating device located at or near the floor"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Steam_Distribution a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a steam distribution source to represent how steam is distributed across multiple destinations"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Steam . + +brick:Steam_On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point, + tag:Steam . + +brick:Steam_Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Reducing_Valve, + brick:Steam_Valve ; + skos:definition "Valve designed to reduce steam pressure from a high to a manageable level; maintains uniform steam outlet pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Steam, + tag:Valve . + +brick:Steam_Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Relief_Valve, + brick:Steam_Valve ; + skos:definition "Valve designed to automatically relieve excessive steam pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Steam, + tag:Valve . + +brick:Steam_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Steam, + tag:System . + +brick:Steam_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of steam that is consumed or used, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Steam, + tag:Usage ; + brick:hasQuantity qudtqk:Volume . + +brick:Studio a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Media_Room ; + owl:deprecated true ; + skos:definition "A room used for the production or media, usually with either a specialized set or a specialized sound booth for recording"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Studio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space, + tag:Studio ; + brick:isReplacedBy rec:RecordingRoom . + +brick:Supply_Chilled_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Chilled_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water . + +brick:Supply_Chilled_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint . + +brick:Supply_Condenser_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Condenser_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water . + +brick:Supply_Condenser_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Supply_Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor . + +brick:Supply_Condenser_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor, + brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor . + +brick:Supply_Condenser_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint . + +brick:Supply_Hot_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Hot_Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water . + +brick:Supply_Water a brick:Substance ; + owl:deprecated true ; + skos:broader brick:Water ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water . + +brick:Surveillance_Camera a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Camera, + brick:Video_Surveillance_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Switch_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A telecommuncations room housing network switches"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Switch, + tag:Telecom ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Switch_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a switch"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Switch . + +brick:System_Shutdown_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status, + brick:System_Status ; + skos:definition "Indicates if a system has been shutdown"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shutdown ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Shutdown, + tag:Status, + tag:System . + +brick:TETRA_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TETRA ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:TETRA, + tag:Telecom . + +brick:TVOC_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:TVOC_Sensor ; + skos:definition "A sensor measuring the level of all VOCs in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC ; + brick:hasQuantity brick:TVOC_Concentration . + +brick:Tablet a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Hardware ; + skos:definition "A flat, handheld mobile computer, usually with a touchscreen"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tablet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT, + tag:Tablet . + +brick:Team_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enclosed_Office ; + owl:deprecated true ; + skos:definition "An office used by multiple team members for specific work tasks. Distinct from Conference Room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Team ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TeamRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space, + tag:Team ; + brick:isReplacedBy rec:TeamRoom . + +brick:Temperature_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "Measures user-provided adjustment of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Temperature_Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ; + skos:definition "A parameter indicates the sensitivity to activate a temperature alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity, + tag:Temperature . + +brick:Temperature_Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Parameter, + brick:Tolerance_Parameter ; + skos:definition "A parameter determining the difference between upper and lower limits of temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature, + tag:Tolerance . + +brick:Temporary_Occupancy_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temporary ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status, + tag:Temporary . + +brick:Thermal_Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Usage_Sensor ; + skos:definition "A sensor that records the quantity of thermal energy consumed in a given period"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor, + tag:Thermal, + tag:Usage ; + brick:hasQuantity brick:Thermal_Energy . + +brick:Thermal_Expansion_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Refrigerant_Metering_Device ; + skos:definition "An type of metering device that automatically adjusts refrigerant flow based on temperature changes, using a sensing bulb"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Expansion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Metering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modulating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Expansion, + tag:Gas, + tag:Liquid, + tag:Metering, + tag:Modulating, + tag:Refrigerant, + tag:Valve . + +brick:Thermal_Power_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A standalone thermal power meter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Power, + tag:Thermal . + +brick:Thermostat_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Thermostat . + +brick:Thermostat_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Status of a thermostat"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Thermostat . + +brick:Thermostatic_Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Mixing_Valve ; + skos:definition "A valve that blends hot water with cold water to ensure constant, safe shower and bath outlet temperatures, preventing scalding."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mixed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Mixed, + tag:Thermal, + tag:Valve . + +brick:Ticketing_Booth a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A room or space used to sell or distribute tickets to events at a venue"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booth ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ticketing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booth, + tag:Location, + tag:Space, + tag:Ticketing . + +brick:Tint_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "The target level of window tint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Tint . + +brick:Tint_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "The current level of window tint, errors, or transient states."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Tint . + +brick:Touchpanel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Touchpanel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Touchpanel . + +brick:Trace_Heat_Sensor owl:deprecated true ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Removed due to unclear definition" ; + brick:isReplacedBy brick:Sensor . + +brick:Transfer_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "A fan that transfers air from a space to another space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Transfer . + +brick:Transformer a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Transformer . + +brick:Transformer_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Room ; + owl:deprecated true ; + skos:definition "An electrical room where electricity enters and is transformed to different voltages and currents by the equipment contained in the room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transformer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space, + tag:Transformer ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Tunnel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "An enclosed space that connects buildings. Often underground"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tunnel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tunnel . + +brick:Underfloor_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum, + tag:Underfloor . + +brick:Underfloor_Air_Plenum_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Underfloor ; + brick:hasQuantity brick:Pressure . + +brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + skos:definition "Sets the underfloor air plenum static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Plenum, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Underfloor ; + brick:hasQuantity brick:Static_Pressure . + +brick:Underfloor_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of underfloor air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Underfloor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Underfloor ; + brick:hasQuantity brick:Temperature . + +brick:Unit_Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Failure_Alarm ; + skos:definition "An alarm that indicates the failure of an equipment or device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point, + tag:Unit . + +brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class ; + rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint . + +brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class ; + rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ; + brick:isReplacedBy brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint . + +brick:Unoccupied_Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Cooling_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Mode_Status, + brick:Unoccupied_Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in an unoccupied heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Heating_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Target humidity level when the location is unoccupied."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Unoccupied ; + brick:hasQuantity qudtqk:RelativeHumidity . + +brick:Unoccupied_Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Return_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Unoccupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ; + brick:isReplacedBy brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint . + +brick:VFD_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a variable frequency drive"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:VFD . + +brick:VRF_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Refrigerant, + tag:System, + tag:Variable . + +brick:Valve_Position_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates that the valve position is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Position, + tag:Valve . + +brick:Valve_Position_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Position_Command, + brick:Valve_Command ; + skos:definition "Controls the position (the degree of openness) of a valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Position_Sensor ; + skos:definition "Measures the current position of a valve in terms of the percent of fully open"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor, + tag:Valve ; + brick:hasQuantity brick:Position . + +brick:Valve_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "The current status of the valve."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:Valve . + +brick:Velocity_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static veloicty pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Velocity ; + brick:hasQuantity brick:Pressure . + +brick:Vent_Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Operating_Mode_Status ; + skos:definition "Indicates the current operating mode of a vent"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vent ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status, + tag:Vent . + +brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Ratio, + tag:Ventilation . + +brick:Ventilation_Air_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_System ; + skos:definition "The equipment, devices, and conduits that handle the introduction and distribution of ventilation air in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System, + tag:Ventilation . + +brick:Video_Intercom a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Intercom_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security, + tag:Video . + +brick:Visitor_Lobby a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lobby ; + owl:deprecated true ; + skos:definition "A lobby for visitors to the building. Sometimes used to distinguish from an employee entrance looby"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Visitor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Lobby, + tag:Location, + tag:Space, + tag:Visitor ; + brick:isReplacedBy rec:Lobby . + +brick:Voltage_Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Imbalance_Sensor ; + skos:definition "A sensor which measures the voltage difference (imbalance) between phases of an electrical system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity brick:Voltage_Imbalance . + +brick:Voltage_Ratio_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the ratio of voltage in a transformer"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ratio ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Ratio, + tag:Setpoint, + tag:Voltage ; + brick:hasQuantity brick:Voltage . + +brick:Volume a brick:Quantity ; + rdfs:label "Volume"@en ; + qudt:applicableUnit unit:AC-FT, + unit:AC-FT_US, + unit:ANGSTROM3, + unit:BBL, + unit:BBL_UK_PET, + unit:BBL_US, + unit:CentiM3, + unit:DecaL, + unit:DecaM3, + unit:DeciL, + unit:DeciM3, + unit:FBM, + unit:FT3, + unit:FemtoL, + unit:GI_UK, + unit:GI_US, + unit:GT, + unit:HectoL, + unit:IN3, + unit:Kilo-FT3, + unit:KiloL, + unit:L, + unit:M3, + unit:MI3, + unit:MI_UK3, + unit:MegaL, + unit:MicroL, + unit:MicroM3, + unit:MilliL, + unit:MilliM3, + unit:NanoL, + unit:OZ_VOL_UK, + unit:PINT, + unit:PINT_UK, + unit:PK_UK, + unit:PicoL, + unit:PlanckVolume, + unit:QT_UK, + unit:QT_US, + unit:RT, + unit:STR, + unit:Standard, + unit:TBSP, + unit:TON_Register, + unit:TON_SHIPPING_UK, + unit:TON_SHIPPING_US, + unit:TSP, + unit:YD3 ; + qudt:hasDimensionVector ; + brick:hasQUDTReference qudtqk:Volume . + +brick:Wall_Air_Conditioner a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A wall air conditioner, also known as a window air conditioner when installed in a window frame, is a self-contained unit that cools a room by drawing in warm air, cooling it over a refrigerant coil, and recirculating it back into the space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioner ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wall ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioner, + tag:Equipment, + tag:Wall . + +brick:Wall_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + skos:definition "A wall-mounted fan coil unit used for individual room heating and cooling, often found in hotels, apartments, and offices"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mounted ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wall ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Mounted, + tag:Unit, + tag:Wall . + +brick:Wardrobe a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "Storage for clothing, costumes, or uniforms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wardrobe ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CloakRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Wardrobe ; + brick:isReplacedBy rec:CloakRoom . + +brick:Warm_Cool_Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Adjust_Sensor ; + skos:definition "User provided adjustment of zone temperature, typically in the range of +/- 5 degrees"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Cool, + tag:Point, + tag:Sensor, + tag:Warm ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Warmest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Warmest, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Waste_Amount_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A metric used for measuring the quantity of waste generated in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Amount ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Amount, + tag:Sensor, + tag:Waste . + +brick:Waste_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Meter, + tag:Waste . + +brick:Waste_Storage a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Storage_Room ; + owl:deprecated true ; + skos:definition "A room used for storing waste such as trash or recycling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Waste ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:WasteManagementRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage, + tag:Waste ; + brick:isReplacedBy rec:WasteManagementRoom . + +brick:Water_Cooled_Chiller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chiller ; + skos:definition "A chiller system using water in the heat exchange process, employed in industrial or commercial facilities for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Cooled, + tag:Equipment, + tag:Water . + +brick:Water_Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Temperature_Setpoint ; + skos:definition "Sets the target differential temperature between the start and end of a heat transfer cycle in a water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:Water_Distribution a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Utilize a water distribution source to represent how water is distributed across multiple destinations (pipes)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Distribution, + tag:Equipment, + tag:Water . + +brick:Water_Loss_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a loss of water e.g. during transport"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loss ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Loss, + tag:Point, + tag:Water . + +brick:Water_Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Reducing_Valve, + brick:Water_Valve ; + skos:definition "Valve specifically designed to reduce high water pressure to a usable level; maintains uniform water outlet pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Valve, + tag:Water . + +brick:Water_Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Relief_Valve, + brick:Water_Valve ; + skos:definition "Valve designed to automatically relieve excessive water pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Steam, + tag:Valve . + +brick:Water_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Water_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A space used to hold water. This will likely be deprecated in future releases of Brick for the sake of clarity w.r.t. equipment classification of tanks"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Tank, + tag:Water . + +brick:Weather_Condition a brick:Quantity . + +brick:Weather_Station a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A dedicated weather measurement station"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Weather ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Station, + tag:Weather . + +brick:Wind_Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Direction_Sensor ; + skos:definition "Measures the direction of wind in degrees relative to North"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor, + tag:Wind ; + brick:hasQuantity brick:Wind_Direction . + +brick:Wind_Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Speed_Sensor ; + skos:definition "Measured speed of wind, caused by air moving from high to low pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wind ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed, + tag:Wind ; + brick:hasQuantity brick:Linear_Speed . + +brick:Workshop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space used to house equipment that can be used to repair or fabricate things"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Workshop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workshop"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Workshop ; + brick:isReplacedBy rec:Workshop . + +brick:Zone_Air_Conditioning_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the mode of AC for a zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:Mode, + tag:Point, + tag:Status, + tag:Zone . + +brick:Zone_Air_Cooling_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "The upper (cooling) setpoint for zone air temperature"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Zone_Air_Cooling_Temperature_Setpoint' is deprecated to support new naming convention, which reorders intended behaviour (cooling) before the substance (zone air)." ; + brick:isReplacedBy brick:Cooling_Zone_Air_Temperature_Setpoint . + +brick:Zone_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + skos:definition "Measures dewpoint of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Point, + tag:Sensor, + tag:Zone ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Heating_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "The lower (heating) setpoint for zone air temperature"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "'Zone_Air_Heating_Temperature_Setpoint' is deprecated to support new naming convention, whic reorders intended behaviour (heating) before the substance (zone air)" ; + brick:isReplacedBy brick:Heating_Zone_Air_Temperature_Setpoint . + +brick:Zone_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + skos:definition "Measures the relative humidity of zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Zone ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + skos:definition "Humidity setpoint for zone air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Zone ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Zone_Air . + +brick:Zone_CO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Level_Sensor ; + skos:definition "A physical or virtual sensor which represents the CO2 level of an HVAC Zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Level, + tag:Point, + tag:Sensor, + tag:Zone ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:Zone_Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Damper ; + skos:definition "Dampers open and close to regulate zone temperatures in an HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment, + tag:Zone . + +brick:Zone_Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed, + tag:Zone . + +brick:Zone_Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Standby_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby, + tag:Zone . + +brick:Zone_Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Unoccupied_Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied, + tag:Zone . + +ref:BACnetReferenceShape a sh:NodeShape ; + skos:definition "Infers a BACnetReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:BACnetReference ; + sh:object ref:BACnetReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:ExternalReferenceShape a sh:NodeShape ; + sh:property [ sh:message "All ExternalReference must have an rdfs:label" ; + sh:minCount 1 ; + sh:path rdfs:label ], + [ sh:message "All ExternalReference must have an skos:definition" ; + sh:minCount 1 ; + sh:path skos:definition ] ; + sh:target [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this WHERE { + ?this rdfs:subClassOf+ ref:ExternalReference . + } + """ ] . + +ref:IFCReferenceShape a sh:NodeShape ; + skos:definition "Infers a IFCReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:IFCReference ; + sh:object ref:IFCReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:PreferredShape a sh:NodeShape ; + sh:property [ sh:message "An entity can only have one 'preferred' External Reference" ; + sh:path ref:hasExternalReference ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedValueShape [ sh:class ref:ExternalReference ; + sh:property [ sh:datatype xsd:boolean ; + sh:hasValue true ; + sh:path ref:preferred ] ] ] ; + sh:targetSubjectsOf ref:hasExternalReference . + +ref:TimeseriesReferenceShape a sh:NodeShape ; + skos:definition "Infers a TimeseriesReference instance from the object of an hasExternalReference." ; + sh:rule [ a sh:TripleRule ; + sh:condition ref:TimeseriesReference ; + sh:object ref:TimeseriesReference ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetObjectsOf ref:hasExternalReference . + +ref:bacnet-read-property a owl:DatatypeProperty ; + rdfs:label "bacnet-read-property" ; + rdfs:comment "The property of the BACnet object to read to get the current value of this entity." . + +ref:hasTimeseriesReference a owl:ObjectProperty ; + rdfs:label "hasTimeseriesReference" ; + rdfs:range ref:TimeseriesReference ; + rdfs:subPropertyOf ref:hasExternalReference ; + skos:definition "Metadata for accessing related timeseries data: Relates a data source (such as a Brick Point or 223 Property) to the TimeseriesReference that indicates where and how the data for this point is stored"@en . + +bsh:Active_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MegaW-HR unit:KiloW-HR unit:W-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:AddDefaultEVSEChargerDirection a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality [ brick:value "unidirectional" ] + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Station . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?direction . + } + FILTER NOT EXISTS { + $this brick:hasPart ?port . + ?port a brick:Electric_Vehicle_Charging_Port . + ?port brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Electric_Vehicle_Charging_Station . + +bsh:Alternating_Current_FrequencyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:GigaHZ unit:HZ unit:MegaHZ unit:KiloHZ ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Ammonia_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Apparent_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A-HR unit:KiloV-A-HR unit:V-A-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Atmospheric_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:HectoPA unit:CentiM_H2O_4DEG_C unit:KiloLB_F-PER-IN2 unit:IN_H2O_60DEG_F unit:MicroBAR unit:PDL-PER-FT2 unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:PDL-PER-IN2 unit:MilliPA unit:MicroTORR unit:BAR unit:DYN-PER-CentiM2 unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:TORR unit:KiloPA_A unit:IN_H2O unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:BARAD unit:MilliM_HG unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:HectoBAR unit:MegaPA unit:DeciBAR unit:FT_H2O_39dot2DEG_F unit:M_H2O unit:KiloBAR unit:ATM_T unit:MilliM_H2O unit:CentiBAR unit:CentiM_H2O unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:BuildingMeterRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?newtype . + } + WHERE { + $this brick:meters ?bldg . + ?bldg rdf:type/rdfs:subClassOf* brick:Building . + $this rdf:type ?type . + BIND(IRI(CONCAT("https://brickschema.org/schema/Brick#Building_", strafter(str(?type), "https://brickschema.org/schema/Brick#"))) as ?newtype) . + FILTER (strEnds(str(?type), "_Meter")) + FILTER (!strStarts(str(?type), "https://brickschema.org/schema/Brick#Building_")) + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:CO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:CO_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:CollectionIncludesEquipment a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rec:includes ?eq . + } + WHERE { + $this brick:hasPart ?eq . + { + ?eq rdf:type/rdfs:subClassOf* brick:Equipment . + } + UNION + { + ?eq rdf:type/rdfs:subClassOf* brick:Collection . + } + UNION + { + ?eq rdf:type/rdfs:subClassOf* brick:System . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Collection, + brick:Equipment, + brick:System . + +bsh:Current_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:REV unit:ARCSEC unit:MilliRAD unit:MIL unit:GRAD unit:DEG unit:MilliARCSEC unit:RAD unit:MicroRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Current_ImbalanceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Current_Total_Harmonic_DistortionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT unit:DeciB_M ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:DeprecationInferenceForInstancesRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """CONSTRUCT { +$this a ?newClass . +} +WHERE { +$this a ?class . +?class owl:deprecated true . +?class brick:isReplacedBy ?newClass . +FILTER NOT EXISTS {$this a ?newClass} +}""" ; + sh:message "Deprecated class is temporarily augmented by the new class" ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:DeprecationRule a sh:NodeShape ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecatedInVersion ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationMessage ], + [ sh:class sh:NodeShape ; + sh:maxCount 1 ; + sh:path brick:deprecationMitigationRule ], + [ sh:maxCount 0 ; + sh:message "This concept is deprecated" ; + sh:path ( rdf:type brick:deprecation ) ; + sh:severity sh:Warning ] ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { $this owl:deprecated true } + WHERE { $this brick:deprecation ?dep } + """ ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:deprecation . + +bsh:DeprecationRuleForInstances a sh:NodeShape ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "{$this} has type {?class} which was deprecated in version {?depver}. For now, it has been updated to also be of type {?newClass}." ; + sh:prefixes ; + sh:select """SELECT $this ?class ?newClass ?depver WHERE { +$this a ?class . +?class owl:deprecated true . +?class brick:deprecatedInVersion ?depver . +?class brick:isReplacedBy ?newClass . +}""" ] ; + sh:targetClass brick:Entity . + +bsh:Differential_CO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Differential_CO_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Differential_Dynamic_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:HectoPA unit:CentiM_H2O_4DEG_C unit:KiloLB_F-PER-IN2 unit:PDL-PER-FT2 unit:IN_H2O_60DEG_F unit:MicroBAR unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:MicroTORR unit:PDL-PER-IN2 unit:DYN-PER-CentiM2 unit:MilliPA unit:BAR unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:IN_H2O unit:KiloPA_A unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:CentiBAR unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:BARAD unit:MilliM_HG unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:HectoBAR unit:DeciBAR unit:MegaPA unit:MilliM_H2O unit:FT_H2O_39dot2DEG_F unit:M_H2O unit:ATM_T unit:CentiM_H2O unit:TORR unit:KiloBAR unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_Static_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:CentiM_H2O_4DEG_C unit:HectoPA unit:MicroBAR unit:PDL-PER-FT2 unit:KiloLB_F-PER-IN2 unit:IN_H2O_60DEG_F unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:MicroTORR unit:PDL-PER-IN2 unit:DYN-PER-CentiM2 unit:BAR unit:MilliPA unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:IN_H2O unit:KiloPA_A unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:CentiBAR unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:MilliM_HG unit:BARAD unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:MegaPA unit:DeciBAR unit:HectoBAR unit:M_H2O unit:MilliM_H2O unit:KiloBAR unit:ATM_T unit:CentiM_H2O unit:TORR unit:FT_H2O_39dot2DEG_F unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Differential_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MilliDEG_C unit:DEG_R unit:DEG_F unit:DEG_C unit:PlanckTemperature unit:K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Dry_Bulb_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:K unit:DEG_F unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Electric_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:V-A-HR unit:MegaV-A_Reactive-HR unit:V-A_Reactive-HR unit:W-HR unit:KiloV-A_Reactive-HR unit:KiloW-HR unit:J unit:KiloV-A-HR unit:MegaW-HR unit:MegaV-A-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:EquivalentPropertyRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s ?t2 ?o . +} WHERE { + ?s $this ?o . + { $this owl:equivalentProperty ?t2 } + UNION + { ?t2 owl:equivalentProperty $this } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf owl:equivalentProperty . + +bsh:Formaldehyde_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:FrequencyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PER-MIN unit:PER-WK unit:GigaHZ unit:PER-SEC unit:PPTH-PER-HR unit:PlanckFrequency unit:PER-MO unit:PERCENT-PER-DAY unit:TeraHZ unit:PER-HR unit:PER-MilliSEC unit:HZ unit:NUM-PER-YR unit:PER-YR unit:PERCENT-PER-WK unit:PERCENT-PER-HR unit:MegaHZ unit:NUM-PER-SEC unit:NUM-PER-HR unit:failures-in-time unit:PER-DAY unit:PERCENT-PER-MO unit:KiloHZ unit:MilliHZ unit:PetaHZ unit:SAMPLE-PER-SEC ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Gauge_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:MilliM_H2O unit:IN_H2O unit:BAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:GrainsOfMoistureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:GRAIN ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:InferInverseProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this ?invP ?o . +} +WHERE { +?o ?p $this . +?invP owl:inverseOf ?p . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InferInverseProperties2 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this ?p ?o . +} +WHERE { +?o ?invP $this . +?invP owl:inverseOf ?p . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InferRecValue a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this rec:value ?v +} +WHERE { +$this brick:value ?v +} + """^^xsd:string ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:value . + +bsh:InferSymmetricProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +?o ?prop $this . +$this ?prop ?o . +} +WHERE { + { $this ?prop ?o } UNION { ?o ?prop $this } . + ?prop a owl:SymmetricProperty . +} + """ ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:InheritEVSEChargerDirection a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality ?direction + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Port . + $this brick:isPartOf ?charger . + ?charger a brick:Electric_Vehicle_Charging_Station . + ?charger brick:electricVehicleChargerDirectionality ?direction . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Electric_Vehicle_Charging_Port . + +bsh:IrradianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-CentiM2 unit:W-PER-FT2 unit:W-PER-IN2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:LastKnownBooleanShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp"^^xsd:string ; + sh:path brick:timestamp ] . + +bsh:LastKnownDurationShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp"^^xsd:string ; + sh:path brick:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:duration ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path brick:value ] . + +bsh:LastKnownIntegerShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp"^^xsd:string ; + sh:path brick:timestamp ] . + +bsh:LevelQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:M unit:CentiM unit:MicroM unit:YD unit:IN unit:FT unit:MilliM unit:DeciM unit:KiloM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Linear_SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:KiloM-PER-SEC unit:FT-PER-SEC unit:M-PER-SEC unit:KiloM-PER-HR unit:FT-PER-HR unit:M-PER-HR unit:MI-PER-SEC unit:MI-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:MeterInferSubclassBuildingMeter a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?metertype . + } WHERE { + $this rdf:type/rdfs:subClassOf* brick:Building_Meter . + $this brick:hasSubstance ?substance . + ?metertype brick:hasSubstance ?substance . + ?metertype rdfs:subClassOf+ brick:Building_Meter . + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Building_Meter . + +bsh:MeterInferSubclassNonBuildingMeter a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this rdf:type ?metertype . + } WHERE { + $this rdf:type/rdfs:subClassOf* brick:Meter . + $this brick:hasSubstance ?substance . + ?metertype brick:hasSubstance ?substance . + FILTER NOT EXISTS { + $this rdf:type/rdf:subClassOf* brick:Building_Meter + } + MINUS { + ?metertype rdfs:subClassOf* brick:Building_Meter . + } + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:MeterInferSubstance a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:hasSubstance ?substance . + } WHERE { + $this rdf:type ?meter . + ?meter rdfs:subClassOf* brick:Meter . + ?meter brick:hasSubstance ?substance . + } + """ ; + sh:prefixes ] ; + sh:targetClass brick:Meter . + +bsh:MeterRelationshipRule a sh:NodeShape ; + sh:property [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:meters ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ], + [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ; + sh:path brick:isMeteredBy ; + sh:qualifiedMaxCount 0 ; + sh:qualifiedValueShape [ sh:class brick:Meter ] ] ; + sh:targetClass brick:Meter . + +bsh:Methane_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:NO2_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:OWLEquivalentClassRule1 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf owl:equivalentClass . + +bsh:OWLEquivalentClassRule2 a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s a ?t2 . +} WHERE { + ?s a $this . + { ?t2 owl:equivalentClass $this } + UNION + { $this owl:equivalentClass ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetObjectsOf owl:equivalentClass . + +bsh:Occupancy_PercentageQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:OneLastKnownValuePerEntity a sh:NodeShape ; + sh:property [ sh:maxCount 1 ; + sh:message "Only one last known value per entity is allowed" ; + sh:path brick:lastKnownValue ] ; + sh:targetSubjectsOf brick:lastKnownValue . + +bsh:Operative_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:K unit:DEG_F unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Ozone_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PM10_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroGM-PER-M3 unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PM1_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroGM-PER-M3 unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PM2.5_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroGM-PER-M3 unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Phasor_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:REV unit:ARCSEC unit:MilliRAD unit:MIL unit:GRAD unit:DEG unit:MilliARCSEC unit:RAD unit:MicroRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Phasor_MagnitudeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:REV unit:ARCSEC unit:MilliRAD unit:MIL unit:GRAD unit:DEG unit:MilliARCSEC unit:RAD unit:MicroRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PointsHaveQuantityKinds a sh:NodeShape ; + sh:property [ sh:class qudt:QuantityKind ; + sh:message "Brick Points should have associated quantity kinds" ; + sh:minCount 1 ; + sh:path brick:hasQuantity ] ; + sh:target [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Sensor . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ], + [ a sh:SPARQLTarget ; + sh:prefixes ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Setpoint . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ] . + +bsh:PositionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Power_FactorQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:UNITLESS ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PrecipitationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:M unit:CentiM unit:MicroM unit:YD unit:IN unit:FT unit:MilliM unit:DeciM unit:KiloM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:HectoPA unit:CentiM_H2O_4DEG_C unit:KiloLB_F-PER-IN2 unit:IN_H2O_60DEG_F unit:MicroBAR unit:PDL-PER-FT2 unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:PDL-PER-IN2 unit:MilliPA unit:MicroTORR unit:BAR unit:DYN-PER-CentiM2 unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:TORR unit:KiloPA_A unit:IN_H2O unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:BARAD unit:MilliM_HG unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:HectoBAR unit:MegaPA unit:DeciBAR unit:FT_H2O_39dot2DEG_F unit:M_H2O unit:KiloBAR unit:ATM_T unit:MilliM_H2O unit:CentiBAR unit:CentiM_H2O unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:RDFSRangeRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?val a ?shape . +} WHERE { + $this rdfs:range ?shape . + ?shape a sh:NodeShape . + ?ent $this ?val . + FILTER NOT EXISTS { ?val a ?shape } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:range . + +bsh:RDFSSubPropertyOfRuleForEntityProperties a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + ?s ?super ?skolemized . + ?skolemized ?ep ?eo . + } WHERE { + $this rdfs:subPropertyOf+ ?super . + ?super a brick:EntityProperty . + $this a brick:EntityProperty . + ?s $this ?o . + BIND(IF(isBlank(?o), IRI(CONCAT("urn:skolem:", STRUUID())), ?o) AS ?skolemized) + ?o ?ep ?eo . + } + """ ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:subPropertyOf . + +bsh:RadianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Radiant_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:K unit:DEG_F unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Radon_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:BQ-PER-M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Reactive_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MegaV-A_Reactive-HR unit:V-A_Reactive-HR unit:KiloV-A_Reactive-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Rotational_SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:RAD-PER-SEC unit:DEG-PER-MIN unit:RAD-PER-MIN unit:RAD-PER-HR unit:DEG-PER-SEC unit:DEG-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Solar_IrradianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2 unit:W-PER-CentiM2 unit:W-PER-FT2 unit:W-PER-IN2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Solar_RadianceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:W-PER-M2-SR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:SpeedQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:KiloM-PER-SEC unit:FT-PER-SEC unit:DEG-PER-SEC unit:DEG-PER-HR unit:FT-PER-HR unit:MicroM-PER-SEC unit:M-PER-HR unit:MI-PER-SEC unit:HZ-M unit:IN-PER-YR unit:MegaHZ-M unit:YD-PER-MIN unit:RAD-PER-MIN unit:YD-PER-HR unit:BFT unit:RAD-PER-HR unit:YD-PER-SEC unit:M-PER-SEC unit:KiloM-PER-HR unit:DEG-PER-MIN unit:MicroM-PER-MIN unit:RAD-PER-SEC unit:FT3-PER-MIN-FT2 unit:GigaHZ-M unit:MI-PER-HR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Static_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:CentiM_H2O_4DEG_C unit:HectoPA unit:MicroBAR unit:PDL-PER-FT2 unit:KiloLB_F-PER-IN2 unit:IN_H2O_60DEG_F unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:MicroTORR unit:PDL-PER-IN2 unit:DYN-PER-CentiM2 unit:BAR unit:MilliPA unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:IN_H2O unit:KiloPA_A unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:CentiBAR unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:MilliM_HG unit:BARAD unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:MegaPA unit:DeciBAR unit:HectoBAR unit:M_H2O unit:MilliM_H2O unit:KiloBAR unit:ATM_T unit:CentiM_H2O unit:TORR unit:FT_H2O_39dot2DEG_F unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:SubPropertyOfRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { + ?s ?t2 ?o . +} WHERE { + ?s $this ?o . + { $this rdfs:subPropertyOf ?t2 } +}""" ; + sh:prefixes ] ; + sh:targetSubjectsOf rdfs:subPropertyOf . + +bsh:TVOC_ConcentrationQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroGM-PER-M3 unit:PPB unit:PPM ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TagInferenceRule a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ +CONSTRUCT { +$this brick:hasTag ?tag . +} WHERE { + $this rdf:type/rdfs:subClassOf* ?class . + ?class brick:hasAssociatedTag ?tag . +}""" ; + sh:prefixes ] ; + sh:targetClass brick:Entity . + +bsh:TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MilliDEG_C unit:DEG_R unit:DEG_F unit:DEG_C unit:PlanckTemperature unit:K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Thermal_EnergyQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:KiloCAL_TH unit:CAL_15_DEG_C unit:BTU_TH unit:MegaJ unit:KiloJ unit:KiloCAL unit:KiloBTU_IT unit:CAL_TH unit:CAL_20DEG_C unit:PicoJ unit:BTU_59DEG_F unit:THERM_EC unit:CAL_IT unit:BTU_IT unit:THERM_US unit:KiloCAL_Mean unit:BTU_MEAN unit:GigaJ unit:NanoJ unit:BTU_39DEG_F unit:CAL_MEAN unit:THM_EEC unit:KiloCAL_IT unit:TON_FG-HR unit:J unit:KiloBTU_TH unit:THM_US unit:BTU_60DEG_F ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TimeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MicroSEC unit:NanoSEC unit:MilliH-PER-KiloOHM unit:PlanckTime unit:PicoSEC unit:AttoSEC unit:MO_MeanJulian unit:MegaSEC unit:DAY_Sidereal unit:SH unit:MO_Synodic unit:KiloYR unit:CentiPOISE-PER-BAR unit:YR_Metrology unit:MilliH-PER-OHM unit:SEC unit:POISE-PER-PA unit:MilliPA-SEC-PER-BAR unit:DeciSEC unit:MicroH-PER-KiloOHM unit:POISE-PER-BAR unit:MIN_Sidereal unit:MicroH-PER-OHM unit:FemtoSEC unit:HR_Sidereal unit:KiloSEC unit:MO unit:HR unit:PA-SEC-PER-BAR unit:MO_MeanGREGORIAN unit:H-PER-KiloOHM unit:H-PER-OHM unit:DAY unit:MIN unit:YR unit:MilliSEC unit:YR_Common unit:YR_TROPICAL unit:MegaYR unit:WK unit:YR_Sidereal ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TimeseriesReferenceOnPointsConstraint a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only Brick Points can have external timeseries references" ; + sh:prefixes ; + sh:select """ + SELECT $this + WHERE { + $this ref:hasExternalReference ?ref . + ?ref rdf:type ref:TimeseriesReference . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Point } + } + """ ] ; + sh:targetSubjectsOf ref:hasExternalReference . + +bsh:Velocity_PressureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:LB_F-PER-IN2 unit:ATM unit:LB_F-PER-FT2 unit:MicroATM unit:HectoPA unit:CentiM_H2O_4DEG_C unit:KiloLB_F-PER-IN2 unit:PDL-PER-FT2 unit:IN_H2O_60DEG_F unit:MicroBAR unit:PlanckPressure unit:GigaPA unit:IN_HG unit:PSI unit:FT_H2O unit:MicroTORR unit:PDL-PER-IN2 unit:DYN-PER-CentiM2 unit:MilliPA unit:BAR unit:IN_H2O_39dot2DEG_F unit:FT_HG unit:IN_H2O unit:KiloPA_A unit:MilliBAR unit:N-PER-CentiM2 unit:KiloN-PER-M2 unit:N-PER-MilliM2 unit:DecaPA unit:KiloGM_F-PER-M2 unit:MilliM_HGA unit:GM_F-PER-CentiM2 unit:PA unit:N-PER-M2 unit:IN_HG_60DEG_F unit:KiloPA unit:CentiBAR unit:KiloGM_F-PER-CentiM2 unit:BARYE unit:MegaPSI unit:IN_HG_32DEG_F unit:KiloGM-PER-M-SEC2 unit:BARAD unit:MilliM_HG unit:MicroPA unit:CentiM_HG_0DEG_C unit:KiloGM_F-PER-MilliM2 unit:PicoPA unit:CentiM_HG unit:MilliTORR unit:CentiM_H20_4DEG_C unit:HectoBAR unit:DeciBAR unit:MegaPA unit:MilliM_H2O unit:FT_H2O_39dot2DEG_F unit:M_H2O unit:ATM_T unit:CentiM_H2O unit:TORR unit:KiloBAR unit:KIP_F-PER-IN2 unit:MegaBAR ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:VirtualMeterRule a sh:NodeShape ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "Only meters can have the isVirtualMeter property be true" ; + sh:prefixes ; + sh:select """ + SELECT $this WHERE { + $this brick:isVirtualMeter/brick:value true . + FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Meter } . + } + """ ] ; + sh:targetClass brick:Entity . + +bsh:Voltage_AngleQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:REV unit:ARCSEC unit:MilliRAD unit:MIL unit:GRAD unit:DEG unit:MilliARCSEC unit:RAD unit:MicroRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:Voltage_ImbalanceQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:VolumeQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:ANGSTROM3 unit:GT unit:PINT_UK unit:TBSP unit:TON_SHIPPING_UK unit:BBL_US unit:Standard unit:HectoL unit:L unit:M3 unit:GI_UK unit:TSP unit:MicroM3 unit:FemtoL unit:MI_UK3 unit:RT unit:Kilo-FT3 unit:DeciL unit:DecaL unit:KiloL unit:GI_US unit:BBL unit:PK_UK unit:OZ_VOL_UK unit:MegaL unit:CentiM3 unit:PlanckVolume unit:NanoL unit:TON_SHIPPING_US unit:FT3 unit:QT_UK unit:YD3 unit:BBL_UK_PET unit:MI3 unit:STR unit:QT_US unit:AC-FT unit:DecaM3 unit:MilliM3 unit:MilliL unit:PINT unit:IN3 unit:DeciM3 unit:TON_Register unit:AC-FT_US unit:FBM unit:MicroL unit:PicoL ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Wet_Bulb_TemperatureQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:K unit:DEG_F unit:DEG_C ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:Wind_DirectionQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:ARCMIN unit:REV unit:ARCSEC unit:MilliRAD unit:MIL unit:GRAD unit:DEG unit:MilliARCSEC unit:RAD unit:MicroRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:connectedToShape a sh:PropertyShape ; + sh:path brick:connectedTo . + +bsh:feedsShape a sh:PropertyShape ; + sh:path brick:feeds . + +bsh:hasHotColdDeck a sh:NodeShape ; + sh:property [ sh:message "DDAHU must have a brick:Hot_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Hot_Deck ] ; + sh:qualifiedValueShapesDisjoint true ], + [ sh:message "DDAHU must have a brick:Cold_Deck" ; + sh:path brick:hasPart ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class brick:Cold_Deck ] ; + sh:qualifiedValueShapesDisjoint true ] ; + sh:targetClass brick:DDAHU . + +bsh:hasPartShape a sh:PropertyShape ; + sh:path brick:hasPart . + +bsh:hasQuantity a sh:NodeShape ; + sh:class qudt:QuantityKind ; + sh:targetObjectsOf brick:hasQuantity . + +bsh:hasSubstance a sh:NodeShape ; + sh:class brick:Substance ; + sh:targetObjectsOf brick:hasSubstance . + +bsh:isFedByShape a sh:PropertyShape ; + sh:path brick:isFedBy . + +bsh:isPartOfShape a sh:PropertyShape ; + sh:path brick:isPartOf . + +rec:AssetCollection a sh:NodeShape . + +rec:ICTRack owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Rack"^^xsd:string ; + brick:isReplacedBy brick:ICT_Rack . + +rec:ICT_Equipment owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Equipment"^^xsd:string ; + brick:isReplacedBy brick:ICT_Equipment . + +rec:ICT_Hardware owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Hardware"^^xsd:string ; + brick:isReplacedBy brick:ICT_Hardware . + +rec:Network_Router owl:deprecated true ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkRouter"^^xsd:string ; + brick:isReplacedBy brick:Network_Router . + +rec:substance a owl:AnnotationProperty ; + rdfs:label "substance"^^xsd:string ; + rdfs:domain rec:feeds, + rec:isFedBy ; + rdfs:range [ a rdfs:Datatype ; + owl:oneOf ( "ACElec"^^xsd:string "Air"^^xsd:string "BlowdownWater"^^xsd:string "ChilledWater"^^xsd:string "ColdDomesticWater"^^xsd:string "Condensate"^^xsd:string "CondenserWater"^^xsd:string "DCElec"^^xsd:string "Diesel"^^xsd:string "DriveElec"^^xsd:string "Ethernet"^^xsd:string "ExhaustAir"^^xsd:string "Freight"^^xsd:string "FuelOil"^^xsd:string "Gasoline"^^xsd:string "GreaseExhaustAir"^^xsd:string "HotDomesticWater"^^xsd:string "HotWater"^^xsd:string "IrrigationWater"^^xsd:string "Light"^^xsd:string "MakeupWater"^^xsd:string "NaturalGas"^^xsd:string "NonPotableDomesticWater"^^xsd:string "OutsideAir"^^xsd:string "People"^^xsd:string "Propane"^^xsd:string "RecircHotDomesticWater"^^xsd:string "Refrig"^^xsd:string "ReturnAir"^^xsd:string "SprinklerWater"^^xsd:string "Steam"^^xsd:string "StormDrainage"^^xsd:string "SupplyAir"^^xsd:string "TransferAir"^^xsd:string "WasteVentDrainage"^^xsd:string "Water"^^xsd:string ) ], + [ a rdfs:Datatype ; + owl:oneOf ( "ACElec"^^xsd:string "Air"^^xsd:string "BlowdownWater"^^xsd:string "ChilledWater"^^xsd:string "ColdDomesticWater"^^xsd:string "Condensate"^^xsd:string "CondenserWater"^^xsd:string "DCElec"^^xsd:string "Diesel"^^xsd:string "DriveElec"^^xsd:string "Ethernet"^^xsd:string "ExhaustAir"^^xsd:string "Freight"^^xsd:string "FuelOil"^^xsd:string "Gasoline"^^xsd:string "GreaseExhaustAir"^^xsd:string "HotDomesticWater"^^xsd:string "HotWater"^^xsd:string "IrrigationWater"^^xsd:string "Light"^^xsd:string "MakeupWater"^^xsd:string "NaturalGas"^^xsd:string "NonPotableDomesticWater"^^xsd:string "OutsideAir"^^xsd:string "People"^^xsd:string "Propane"^^xsd:string "RecircHotDomesticWater"^^xsd:string "Refrig"^^xsd:string "ReturnAir"^^xsd:string "SprinklerWater"^^xsd:string "Steam"^^xsd:string "StormDrainage"^^xsd:string "SupplyAir"^^xsd:string "TransferAir"^^xsd:string "WasteVentDrainage"^^xsd:string "Water"^^xsd:string ) ] . + +bacnet:description a bacnet:StandardProperty, + owl:DatatypeProperty ; + rdfs:label "description"@en ; + bacnet:propertyEnum bacnet:PropertyIdentifier-description ; + bacnet:propertyName "description" ; + bacnet:propertyRef bacnet:Description ; + skos:definition "The content of the description field of the BACnet object." . + +bacnet:object-identifier a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-identifier" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-identifier ; + bacnet:propertyName "object-identifier" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Identifier ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The BACnet object identifier" . + +bacnet:object-name a bacnet:StandardProperty, + owl:DatatypeProperty ; + rdfs:label "object-name"@en ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-name ; + bacnet:propertyName "object-name" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Name ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The content of the name field of the BACnet object." . + +bacnet:object-type a bacnet:StandardProperty, + rdf:Property, + owl:DatatypeProperty ; + rdfs:label "object-type" ; + bacnet:propertyEnum bacnet:PropertyIdentifier-object-type ; + bacnet:propertyName "object-type" ; + bacnet:propertyOf bacnet:Object ; + bacnet:propertyRef bacnet:Object_Type ; + rdfs:subPropertyOf bacnet:ReadableProperty ; + skos:definition "The type of the BACnet object" . + +bacnet:objectOf a owl:ObjectProperty ; + rdfs:label "objectOf" ; + rdfs:comment "The 'parent' BACnet device that hosts this BACnet object." ; + rdfs:range bacnet:BACnetDevice . + +skos:broader a rdf:Property ; + rdfs:label "has broader"@en ; + owl:inverseOf skos:narrower . + +skos:narrower a rdf:Property ; + rdfs:label "has narrower"@en ; + owl:inverseOf skos:broader . + +vcard:Address a owl:Class . + +vcard:hasAddress a owl:ObjectProperty ; + rdfs:label "hasAddress"@en . + +sosa:FeatureOfInterest a owl:Class . + +sosa:ObservableProperty a owl:Class . + +brick:AED a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Safety_Equipment ; + owl:equivalentClass brick:Automated_External_Defibrillator ; + brick:aliasOf brick:Automated_External_Defibrillator . + +brick:AHU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Air_Handling_Unit ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + brick:aliasOf brick:Air_Handling_Unit . + +brick:Acceleration_Time a brick:Quantity ; + skos:broader brick:Time . + +brick:Access_Control_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Control ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Control, + tag:Equipment, + tag:Security . + +brick:Active_Energy a brick:Quantity ; + rdfs:label "Active_Energy"@en ; + 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:Air_Flow_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Air_Handler_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Air_Handling_Unit ; + skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ; + brick:aliasOf brick:Air_Handling_Unit . + +brick:Air_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the pressure of the surrounding air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Pressure . + +brick:Air_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, distribution systems and terminals that introduce or exhaust, either collectively or individually, the air into and from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:System . + +brick:Air_Wet_Bulb_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor, + brick:Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Bulb ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Bulb, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Wet ; + brick:hasQuantity brick:Wet_Bulb_Temperature ; + brick:hasSubstance brick:Air . + +brick:Apparent_Energy a brick:Quantity ; + rdfs:label "Apparent_Energy"@en ; + qudt:applicableUnit unit:KiloV-A-HR, + unit:MegaV-A-HR, + unit:V-A-HR ; + rdfs:isDefinedBy ; + skos:broader brick:Electric_Energy ; + skos:definition "The integral of the apparent power over a time interval" . + +brick:Atmospheric_Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + 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:Average_Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Sensor ; + owl:equivalentClass brick:Average_Supply_Air_Flow_Sensor ; + skos:definition "The computed average flow of discharge air over some interval"@en ; + brick:aliasOf brick:Average_Supply_Air_Flow_Sensor . + +brick:BACnet_Controller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Controller ; + sh:rule [ a sh:TripleRule ; + sh:object tag:BACnet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:BACnet, + tag:Controller, + tag:Equipment . + +brick:Blowdown_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water expelled from a system to remove mineral build up"@en . + +brick:Breakroom a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Break_Room ; + skos:definition "A space for people to relax while not working"@en ; + brick:aliasOf brick:Break_Room ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom"^^xsd:string ; + brick:isReplacedBy rec:StaffRoom . + +brick:CAV a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:Constant_Air_Volume_Box ; + brick:aliasOf brick:Constant_Air_Volume_Box . + +brick:CO a brick:Substance ; + skos:broader brick:Gas ; + skos:definition "Carbon Monoxide in the vapor phase"@en . + +brick:CO2 a brick:Substance ; + skos:broader brick:Gas ; + skos:definition "Carbon Dioxide in the vapor phase"@en . + +brick:CO2_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the presence of carbon dioxide."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:CO2, + tag:Point . + +brick:CO2_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:CO2_Sensor ; + skos:definition "Measures the concentration of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Level, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO2_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets some property of CO2"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Setpoint ; + brick:hasQuantity brick:CO2_Concentration . + +brick:CRAC a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Computer_Room_Air_Conditioning ; + brick:aliasOf brick:Computer_Room_Air_Conditioning . + +brick:CRAH a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Computer_Room_Air_Handler ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + brick:aliasOf brick:Computer_Room_Air_Handler . + +brick:Camera a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Camera ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Camera, + tag:Equipment . + +brick:Check_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve that allows fluid to flow in only one direction, preventing reverse flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Check ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Check, + tag:Valve . + +brick:Chilled_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Chilled_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Chilled_Water . + +brick:Circuit_Breaker a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "A circuit breaker is a safety device to prevent damage to devices in a circuit, such as electric motors, and wiring when the current flowing through the electrical circuit supersedes its design limits. It does this by removing the current from a circuit when an unsafe condition arises. Unlike a switch, a circuit breaker automatically does this and shuts off the power immediately."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Breaker ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Circuit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Breaker, + tag:Circuit . + +brick:Cold_Deck a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cold ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cold, + tag:Deck, + tag:Equipment . + +brick:Conductivity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures electrical conductance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Conductivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Conductivity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Conductivity . + +brick:Cooling_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a cooling process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Cooling_Setpoint, + brick:Supply_Air_Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of cooling discharge air"@en ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint . + +brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter . + +brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter . + +brick:Current_Angle a brick:Quantity ; + rdfs:label "CurrentAngle"@en ; + 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_Total_Harmonic_Distortion a brick:Quantity ; + rdfs:label "CurrentTotalHarmonicDistortion"@en ; + 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:Cycle_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates off-normal conditions associated with HVAC cycles"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cycle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Cycle, + tag:Point . + +brick:DOAS a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:Dedicated_Outdoor_Air_System_Unit ; + skos:definition "See Dedicated_Outdoor_Air_System_Unit"@en ; + brick:aliasOf brick:Dedicated_Outdoor_Air_System_Unit . + +brick:Damper_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of dampers"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Damper, + tag:Point . + +brick:Daylight_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Daylight ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Daylight, + tag:Equipment, + tag:ICT, + tag:Sensor . + +brick:Deceleration_Time a brick:Quantity ; + skos:broader brick:Time . + +brick:Delay_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter determining how long to delay a subsequent action to take place after a received signal"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Delay ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Delay, + tag:Parameter, + tag:Point . + +brick:DeprecationShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "A SHACL rule which will mitigate the deprecation" ; + sh:class sh:NodeShape ; + sh:path brick:deprecationMitigationRule ], + [ a sh:PropertyShape ; + skos:definition "The version in which the entity was deprecated" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecatedInVersion ], + [ a sh:PropertyShape ; + skos:definition "A message describing how to mitigate or address the deprecation" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:deprecationMitigationMessage ] . + +brick:Differential_Dry_Bulb_Temperature a brick:Quantity ; + qudt:isDeltaQuantity true ; + skos:broader brick:Dry_Bulb_Temperature . + +brick:Differential_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Step . + +brick:Direction_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the direction in degrees in which a phenomenon is occuring"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Direction . + +brick:Direction_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which direction a device is operating in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Direction ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Direction, + tag:Point, + tag:Status ; + brick:hasQuantity brick:Direction . + +brick:Discharge_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + owl:equivalentClass brick:Supply_Air_Dewpoint_Sensor ; + skos:definition "Measures dewpoint of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Dewpoint_Sensor . + +brick:Discharge_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + owl:equivalentClass brick:Supply_Air_Differential_Pressure_Sensor ; + brick:aliasOf brick:Supply_Air_Differential_Pressure_Sensor . + +brick:Discharge_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ; + owl:equivalentClass brick:Supply_Air_Differential_Pressure_Setpoint ; + brick:aliasOf brick:Supply_Air_Differential_Pressure_Setpoint . + +brick:Discharge_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Status ; + owl:equivalentClass brick:Supply_Air_Duct_Pressure_Status ; + skos:definition "Indicates if air pressure in discharge duct is within expected bounds"@en ; + brick:aliasOf brick:Supply_Air_Duct_Pressure_Status . + +brick:Discharge_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Demand_Setpoint, + brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Supply_Air_Flow_Demand_Setpoint ; + skos:definition "Sets the rate of discharge air flow required for a process"@en ; + brick:aliasOf brick:Supply_Air_Flow_Demand_Setpoint . + +brick:Discharge_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Flow_High_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Flow_High_Reset_Setpoint . + +brick:Discharge_Air_Flow_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Flow_Low_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Flow_Low_Reset_Setpoint . + +brick:Discharge_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Flow_Reset_Setpoint ; + skos:definition "Setpoints used in Reset strategies"@en ; + brick:aliasOf brick:Supply_Air_Flow_Reset_Setpoint . + +brick:Discharge_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + owl:equivalentClass brick:Supply_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Flow_Sensor . + +brick:Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + owl:equivalentClass brick:Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow"@en ; + brick:aliasOf brick:Supply_Air_Flow_Setpoint . + +brick:Discharge_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + owl:equivalentClass brick:Supply_Air_Humidity_Sensor ; + skos:definition "Measures the relative humidity of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Humidity_Sensor . + +brick:Discharge_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + owl:equivalentClass brick:Supply_Air_Humidity_Setpoint ; + skos:definition "Humidity setpoint for discharge air"@en ; + brick:aliasOf brick:Supply_Air_Humidity_Setpoint . + +brick:Discharge_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Gain_Parameter ; + owl:equivalentClass brick:Supply_Air_Integral_Gain_Parameter ; + brick:aliasOf brick:Supply_Air_Integral_Gain_Parameter . + +brick:Discharge_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Plenum ; + owl:equivalentClass brick:Supply_Air_Plenum ; + brick:aliasOf brick:Supply_Air_Plenum . + +brick:Discharge_Air_Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Gain_Parameter ; + owl:equivalentClass brick:Supply_Air_Proportional_Gain_Parameter ; + brick:aliasOf brick:Supply_Air_Proportional_Gain_Parameter . + +brick:Discharge_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Alarm, + brick:Smoke_Detection_Alarm ; + owl:equivalentClass brick:Supply_Air_Smoke_Detection_Alarm ; + brick:aliasOf brick:Supply_Air_Smoke_Detection_Alarm . + +brick:Discharge_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint, + brick:Static_Pressure_Deadband_Setpoint, + brick:Supply_Air_Static_Pressure_Setpoint ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Deadband_Setpoint . + +brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Integral_Time_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Integral_Time_Parameter . + +brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter . + +brick:Discharge_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within discharge regions of an HVAC system"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Sensor . + +brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Step_Parameter ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Step_Parameter . + +brick:Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Alarm ; + owl:equivalentClass brick:Supply_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of discharge air."@en ; + brick:aliasOf brick:Supply_Air_Temperature_Alarm . + +brick:Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Deadband_Setpoint . + +brick:Discharge_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_High_Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_High_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_High_Reset_Setpoint . + +brick:Discharge_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_Low_Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Low_Reset_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_Low_Reset_Setpoint . + +brick:Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + owl:equivalentClass brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Supply_Air_Temperature_Proportional_Band_Parameter . + +brick:Discharge_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Reset_Differential_Setpoint ; + brick:aliasOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint . + +brick:Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + owl:equivalentClass brick:Supply_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Sensor . + +brick:Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Supply_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ; + brick:aliasOf brick:Supply_Air_Temperature_Setpoint_Limit . + +brick:Discharge_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Step_Parameter ; + owl:equivalentClass brick:Supply_Air_Temperature_Step_Parameter ; + brick:aliasOf brick:Supply_Air_Temperature_Step_Parameter . + +brick:Discharge_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ; + owl:equivalentClass brick:Supply_Air_Velocity_Pressure_Sensor ; + brick:aliasOf brick:Supply_Air_Velocity_Pressure_Sensor . + +brick:Discharge_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + owl:equivalentClass brick:Supply_Fan ; + skos:definition "Fan moving air discharged from HVAC vents"@en ; + brick:aliasOf brick:Supply_Fan . + +brick:Discharge_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint . + +brick:Domestic_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "A collection of equipment that transport and regulate domestic water among each other"@en . + +brick:ESS_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel ; + owl:equivalentClass brick:Embedded_Surface_System_Panel ; + skos:definition "See Embedded_Surface_System_Panel"@en ; + brick:aliasOf brick:Embedded_Surface_System_Panel . + +brick:EV_Charging_Hub a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection ; + owl:equivalentClass brick:Electric_Vehicle_Charging_Hub ; + brick:aliasOf brick:Electric_Vehicle_Charging_Hub . + +brick:Effective_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Effective_Air_Temperature_Setpoint ; + skos:definition "The effective cooling setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Effective_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Effective_Supply_Air_Temperature_Setpoint . + +brick:Effective_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Heating_Zone_Air_Temperature_Setpoint ; + skos:definition "The effective heating setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Effective_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Target_Zone_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired air temperature in a specific zone of a building. This setpoint acts as a baseline from which the cooling and heating setpoints are established by adding or subtracting a deadband width"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Electric_Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Electric_Energy . + +brick:Electric_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Electric heating device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Equipment, + tag:Radiator . + +brick:Electrical_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment, + tag:Meter . + +brick:Electrical_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that serve or are part of the electrical subsystem in the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:System . + +brick:Elevator_Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + owl:equivalentClass brick:Elevator_Shaft ; + skos:definition "The vertical space in whcih an elevator ascends and descends"@en ; + brick:aliasOf brick:Elevator_Shaft ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft"^^xsd:string ; + brick:isReplacedBy rec:ElevatorShaft . + +brick:Embedded_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ; + skos:definition "Measures the internal temperature of the radiant layer of the radiant heating and cooling HVAC system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Embedded_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ; + skos:definition "Sets temperature for the internal material, e.g. concrete slab, of the radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Embedded, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Emergency_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate off-normal conditions associated with emergency systems"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Emergency, + tag:Point . + +brick:Enable_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a system or piece of functionality has been enabled"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enable, + tag:Point, + tag:Status . + +brick:Energy_Generation_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that generates electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Generation, + tag:System . + +brick:Energy_Storage a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "Devices or equipment that store energy in its various forms"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Storage . + +brick:Energy_Storage_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_System ; + skos:definition "A collection of devices that stores electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Storage, + tag:System . + +brick:Entering_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is enteringed to a cooling tower"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Entering_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the chilled water load) chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water . + +brick:Entering_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Water_Flow_Sensor ; + skos:definition "Measures the flow of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the entering condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Condenser_Water . + +brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:High, + tag:Hot, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint, + brick:Hot_Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of entering (downstream of the hot water load) hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water entering a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Entering_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total heat content of some substance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy . + +brick:Ethernet_Port a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ethernet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Port ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ethernet, + tag:Port . + +brick:Ethernet_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ethernet ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Ethernet, + tag:Switch . + +brick:Exhaust_Air_Flow_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Exhaust_Air_Flow_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Exhaust, + tag:Flow, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Exhaust_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of exhaust air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + skos:definition "Sets exhaust air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Exhaust_Air_Stack_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Exhaust_Air_Flow_Setpoint ; + skos:definition "Sets exhaust air stack flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Stack ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:FCU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:Fan_Coil_Unit ; + skos:definition "See Fan_Coil_Unit"@en ; + brick:aliasOf brick:Fan_Coil_Unit . + +brick:Fan_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Fan, + tag:Point . + +brick:Fan_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of fans"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fan, + tag:Point, + tag:Status . + +brick:Filter_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a filter needs to be replaced"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Filter, + tag:Point, + tag:Status . + +brick:Food_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A space used in the production, storage, serving, or cleanup of food and beverages"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Food ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Food, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:FoodHandlingRoom . + +brick:Frequency_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the frequency of a phenomenon or aspect of a phenomenon, e.g. the frequency of a fan turning"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:FrequencyObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Frequency, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Frequency . + +brick:Fuel_Oil a brick:Substance ; + skos:broader brick:Oil ; + skos:definition "Petroleum based oil burned for energy"@en . + +brick:Furniture a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + owl:deprecated true ; + skos:definition "Movable objects intended to support various human activities such as seating, eating and sleeping"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Furniture ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Furniture"^^xsd:string ; + brick:hasAssociatedTag tag:Equipment, + tag:Furniture ; + brick:isReplacedBy rec:Furniture . + +brick:Gas_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of gas"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Meter ; + brick:hasSubstance brick:Natural_Gas . + +brick:Gas_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Gas, + tag:Valve . + +brick:Gasoline a brick:Substance ; + skos:broader brick:Liquid ; + skos:definition "Petroleum derived liquid used as a fuel source"@en . + +brick:Generation_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor measuring how much something has been generated."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Generation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Generation, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Glycol a brick:Substance ; + skos:broader brick:Liquid . + +brick:HVAC_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + owl:equivalentClass brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + brick:aliasOf brick:Heating_Ventilation_Air_Conditioning_System . + +brick:HX a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:Heat_Exchanger ; + skos:definition "See Heat_Exchanger"@en ; + brick:aliasOf brick:Heat_Exchanger . + +brick:Heating_Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Demand_Sensor ; + skos:definition "Measures the amount of power consumed by a heating process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Heat, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Heating_Setpoint, + brick:Heating_Temperature_Setpoint, + brick:Supply_Air_Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of heating discharge air"@en ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Deadband_Setpoint . + +brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter . + +brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter ; + brick:aliasOf brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter . + +brick:High_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:High_Supply_Air_Temperature_Alarm ; + skos:definition "An alarm that indicates that discharge air temperature is too high"@en ; + brick:aliasOf brick:High_Supply_Air_Temperature_Alarm . + +brick:Horizontal_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + owl:equivalentClass brick:Duct_Fan_Coil_Unit ; + brick:aliasOf brick:Duct_Fan_Coil_Unit . + +brick:Hot_Deck a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Part of a dual duct air handling unit that supplies heating to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deck ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deck, + tag:Equipment, + tag:Hot . + +brick:Hot_Water_Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Circulator_Pump, + brick:Hot_Water_Pump ; + skos:definition "Used to move hot water in a closed circuit, ensuring continuous flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Water . + +brick:Hot_Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Meter ; + skos:definition "A meter that measures the usage or consumption of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Radiator, + tag:Water . + +brick:Hot_Water_System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System_Enable_Command ; + skos:definition "Enables operation of the hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Hot, + tag:Point, + tag:System, + tag:Water . + +brick:IAQ_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:IAQ ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:IAQ, + tag:ICT, + tag:Sensor . + +brick:ICT_Rack a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rack ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Rack . + +brick:Ice a brick:Substance ; + skos:broader brick:Solid ; + skos:definition "Water in its solid form"@en . + +brick:Illuminance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the total luminous flux incident on a surface, per unit area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:IlluminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Illuminance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Illuminance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Illuminance . + +brick:Inverter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "A device that changes direct current into alternating current"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Inverter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Inverter . + +brick:Irradiance a brick:Quantity ; + rdfs:label "Irradiance"@en ; + qudt:applicableUnit unit:W-PER-CentiM2, + unit:W-PER-FT2, + unit:W-PER-IN2, + unit:W-PER-M2 ; + rdfs:isDefinedBy ; + skos:broader qudtqk:PowerPerArea ; + skos:definition "The power per unit area of electromagnetic radiation incident on a surface", + "The power per unit area of electromagnetic radiation incident on a surface"@en ; + skos:narrower brick:Solar_Irradiance . + +brick:Isolation_Valve a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that stops the flow of a fluid, usually for maintenance or safety purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Isolation, + tag:Valve . + +brick:Leak_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates leaks occured in systems containing fluids"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Leak, + tag:Point . + +brick:Leak_Detector_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Detector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leak ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Detector, + tag:Equipment, + tag:ICT, + tag:Leak . + +brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Hot_Water_Temperature_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Load, + tag:Point, + tag:Shed, + tag:Status, + tag:Temperature, + tag:Water . + +brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Light a brick:Substance . + +brick:Lighting_Level_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the amount of the light provided by the device typically in percentages."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Level, + tag:Lighting, + tag:Point . + +brick:Liquid_CO2 a brick:Substance ; + skos:broader brick:Liquid ; + skos:definition "Carbon Dioxide in the liquid phase"@en . + +brick:Load_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Load_Shed_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint, + brick:Load_Shed_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Shed ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Lockout, + tag:Point, + tag:Sensor, + tag:Temperature . + +brick:Lounge a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A room for lesiure activities or relaxing"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lounge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lounge"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Lounge, + tag:Space ; + brick:isReplacedBy rec:Lounge . + +brick:Low_Discharge_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Low_Air_Flow_Alarm ; + owl:equivalentClass brick:Low_Supply_Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the discharge air flow is lower than normal."@en ; + brick:aliasOf brick:Low_Supply_Air_Flow_Alarm . + +brick:Low_Discharge_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:Low_Supply_Air_Temperature_Alarm ; + brick:aliasOf brick:Low_Supply_Air_Temperature_Alarm . + +brick:MAU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:Makeup_Air_Unit ; + skos:definition "See Makeup_Air_Unit"@en ; + brick:aliasOf brick:Makeup_Air_Unit . + +brick:Makeup_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water used used to makeup water loss through leaks, evaporation, or blowdown"@en . + +brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Limit, + brick:Max_Static_Pressure_Setpoint_Limit ; + owl:equivalentClass brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ; + brick:aliasOf brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit . + +brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Max_Supply_Air_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:aliasOf brick:Max_Supply_Air_Temperature_Setpoint_Limit . + +brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Mechanical_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A class of service rooms where mechanical equipment (HVAC) operates"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mechanical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Mechanical, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Medical_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of rooms used for medical purposes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HealthcareRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Medical, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:HealthcareRoom . + +brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Medium, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status, + tag:Temperature . + +brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Limit, + brick:Min_Static_Pressure_Setpoint_Limit ; + owl:equivalentClass brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ; + brick:aliasOf brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit . + +brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Min_Supply_Air_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:aliasOf brick:Min_Supply_Air_Temperature_Setpoint_Limit . + +brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Cooling_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit . + +brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Heating_Discharge_Air_Flow_Setpoint."@en ; + brick:aliasOf brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit . + +brick:Modbus_Controller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Controller ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Modbus ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Controller, + tag:Equipment, + tag:Modbus . + +brick:Motion_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Detects the presence of motion in some area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Motion ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Motion, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:NVR a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Video_Surveillance_Equipment ; + owl:equivalentClass brick:Network_Video_Recorder ; + brick:aliasOf brick:Network_Video_Recorder . + +brick:Network_Router a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Router ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Network, + tag:Router . + +brick:Network_Security_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Network, + tag:Security . + +brick:Occupancy_Percentage a brick:Quantity ; + rdfs:label "Occupancy_Percentage"@en ; + 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:Occupancy_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Occupancy, + tag:Sensor . + +brick:Occupancy_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a room or space is occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Occupancy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Occupancy, + tag:Point, + tag:Status . + +brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Cooling_Supply_Air_Flow_Setpoint, + brick:Occupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when occupied"@en ; + brick:aliasOf brick:Occupied_Cooling_Supply_Air_Flow_Setpoint . + +brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature for zone air cooling when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow when occupied"@en ; + brick:aliasOf brick:Occupied_Supply_Air_Flow_Setpoint . + +brick:Occupied_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Occupied_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Occupied_Supply_Air_Temperature_Setpoint . + +brick:Occupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Heating_Supply_Air_Flow_Setpoint, + brick:Occupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Heating_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating when occupied"@en ; + brick:aliasOf brick:Occupied_Heating_Supply_Air_Flow_Setpoint . + +brick:Occupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint, + brick:Occupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature for zone air heating when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Occupied, + tag:Point, + tag:Shed . + +brick:Occupied_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Target_Zone_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired occupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Operating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates the current operating mode of a system, device or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Operating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Operating, + tag:Point, + tag:Status . + +brick:Operative_Temperature a brick:Quantity ; + rdfs:label "Operative_Temperature"@en ; + 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:Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Enable, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Outside_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan ; + skos:definition "Fan moving outside air; air that is supplied into the building from the outdoors"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan, + tag:Outside . + +brick:Override_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports whether or not a device or control loop is in 'override'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Override ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Override, + tag:Point . + +brick:PAU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:Pre-Cooling_Air_Unit ; + skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ; + brick:aliasOf brick:Pre-Cooling_Air_Unit . + +brick:PM10_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 10 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM10 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM10, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM10_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM1_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 1 micron"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM1 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM1, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM1_Concentration ; + brick:hasSubstance brick:Air . + +brick:PM2.5_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + skos:definition "Detects matter of size 2.5 microns"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PM2.5 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:PM2.5, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:PM2.5_Concentration ; + brick:hasSubstance brick:Air . + +brick:PV_Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Current_Output_Sensor ; + owl:equivalentClass brick:Photovoltaic_Current_Output_Sensor ; + skos:definition "See Photovoltaic_Current_Output_Sensor"@en ; + brick:aliasOf brick:Photovoltaic_Current_Output_Sensor . + +brick:People_Count_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Count ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:People ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Count, + tag:Equipment, + tag:ICT, + tag:People, + tag:Sensor . + +brick:Phasor_Magnitude a brick:Quantity ; + rdfs:label "PhasorMagnitude"@en ; + 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:Potable_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water that is safe to drink"@en . + +brick:Power_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with electrical power."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Power . + +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:Preheat_Discharge_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Sensor ; + owl:equivalentClass brick:Preheat_Supply_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of discharge air before heating is applied"@en ; + brick:aliasOf brick:Preheat_Supply_Air_Temperature_Sensor . + +brick:Pressure_Regulator_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Device to maintain controlled downstream fluid pressure with varying upstream pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Regulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Regulator, + tag:Valve . + +brick:RC_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel ; + owl:equivalentClass brick:Radiant_Ceiling_Panel ; + skos:definition "See Radiant_Ceiling_Panel"@en ; + brick:aliasOf brick:Radiant_Ceiling_Panel . + +brick:RTU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:Rooftop_Unit ; + skos:definition "see Rooftop_Unit"@en ; + brick:aliasOf brick:Rooftop_Unit . + +brick:RVAV a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Variable_Air_Volume_Box ; + owl:equivalentClass brick:Variable_Air_Volume_Box_With_Reheat ; + skos:definition "See Variable_Air_Volume_Box_With_Reheat"@en ; + brick:aliasOf brick:Variable_Air_Volume_Box_With_Reheat . + +brick:Radiance a brick:Quantity ; + qudt:applicableUnit unit:W-PER-M2-SR ; + skos:narrower brick:Solar_Radiance ; + brick:hasQUDTReference qudtqk:Radiance . + +brick:Radiant_Temperature a brick:Quantity ; + rdfs:label "Radiant_Temperature"@en ; + 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:Radioactivity_Concentration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures the concentration of radioactivity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Concentration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radioactivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Concentration, + tag:Point, + tag:Radioactivity, + tag:Sensor ; + brick:hasQuantity brick:Radioactivity_Concentration ; + brick:hasSubstance brick:Air . + +brick:Refrigerant_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "A valve controlling the flow or pressure of refrigerant in refrigeration or air conditioning systems, crucial for system efficiency"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Liquid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Refrigerant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gas, + tag:Liquid, + tag:Refrigerant, + tag:Valve . + +brick:Region a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A unit of geographic space, usually contigious or somehow related to a geopolitical feature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Region ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Region"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Region ; + brick:isReplacedBy rec:Region . + +brick:Rest_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Restroom ; + skos:definition "A room that provides toilets and washbowls. Alternate spelling of Restroom"@en ; + brick:aliasOf brick:Restroom ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RestingRoom"^^xsd:string ; + brick:isReplacedBy rec:RestingRoom . + +brick:Rotational_Speed a brick:Quantity ; + rdfs:label "Rotational_Speed"@en ; + qudt:applicableUnit unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Frequency, + qudtqk:Speed, + brick:Speed ; + skos:definition "Rotational speed" . + +brick:Run_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Start_Stop_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Run, + tag:Status . + +brick:Run_Time_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Duration_Sensor ; + owl:equivalentClass brick:On_Timer_Sensor ; + skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ; + brick:aliasOf brick:On_Timer_Sensor . + +brick:Security_Service_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used by the security staff of a facility"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Security, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:SecurityRoom . + +brick:Separation_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Tank ; + skos:definition "A tank used in conjunction with a filter to facilitate the separation of filtrate material for disposal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Server a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Hardware ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Server ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT, + tag:Server . + +brick:Shading_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + skos:definition "Devices that can control daylighting through various means"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Shade, + tag:System . + +brick:Smoke_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with smoke."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Smoke . + +brick:Solar_Irradiance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures solar irradiance levels for photovoltaic systems"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Irradiance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Irradiance, + tag:Point, + tag:Sensor, + tag:Solar ; + brick:hasQuantity brick:Solar_Irradiance . + +brick:Solar_Radiance a brick:Quantity ; + rdfs:label "Solar_Radiance"@en ; + qudt:applicableUnit unit:W-PER-M2-SR ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Radiance, + brick:Radiance ; + 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", + "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:Solar_Thermal_Collector a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A type of solar panels that converts solar radiation into thermal energy."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collector ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collector, + tag:Equipment, + tag:Solar, + tag:Thermal . + +brick:Speed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets speed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Speed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the operating speed of a device or equipment, e.g. fan"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Speed, + tag:Status . + +brick:Standby_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Standby . + +brick:Standby_Unit_On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the on/off status of a standby unit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Standby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Standby, + tag:Status, + tag:Unit . + +brick:Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures resistance to airflow in a heating and cooling system's components and duct work"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Pressure . + +brick:Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Steam a brick:Substance ; + skos:broader brick:Gas ; + skos:definition "water in the vapor phase."@en . + +brick:Steam_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Radiator that uses steam"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator, + tag:Steam . + +brick:Storey a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + owl:equivalentClass brick:Floor ; + brick:aliasOf brick:Floor ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level"^^xsd:string ; + brick:isReplacedBy rec:Level . + +brick:Supply_Hot_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint . + +brick:Supply_Water_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint . + +brick:Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Interface ; + skos:definition "A switch used to operate all or part of a lighting installation"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface, + tag:Switch . + +brick:TABS_Panel a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiant_Panel ; + owl:equivalentClass brick:Thermally_Activated_Building_System_Panel ; + skos:definition "See Thermally_Activated_Building_System_Panel"@en ; + brick:aliasOf brick:Thermally_Activated_Building_System_Panel . + +brick:TVOC_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Particulate_Matter_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TVOC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor, + tag:TVOC ; + brick:hasQuantity brick:TVOC_Concentration ; + brick:hasSubstance brick:Air . + +brick:Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Step_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Thermal_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Power_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor, + tag:Thermal ; + brick:hasQuantity qudtqk:Power . + +brick:Thermostat a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Sensor_Equipment ; + skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermostat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Thermostat . + +brick:Torque_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures torque, the tendency of a force to rotate an object about some axis"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TorqueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Torque ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Torque ; + brick:hasQuantity qudtqk:Torque . + +brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Cooling_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling when unoccupied"@en ; + brick:aliasOf brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for cooling within a specific zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Supply_Air_Flow_Setpoint ; + brick:aliasOf brick:Unoccupied_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Unoccupied_Supply_Air_Temperature_Setpoint ; + brick:aliasOf brick:Unoccupied_Supply_Air_Temperature_Setpoint . + +brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Heating_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint ; + brick:aliasOf brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint . + +brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied for heating within a specific zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Command ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed, + tag:Unoccupied . + +brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired unoccupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Unoccupied, + tag:Zone ; + brick:hasQuantity brick:Temperature . + +brick:VAV a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:Variable_Air_Volume_Box ; + skos:definition "See Variable_Air_Volume_Box"@en ; + brick:aliasOf brick:Variable_Air_Volume_Box . + +brick:VFD a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Motor ; + owl:equivalentClass brick:Variable_Frequency_Drive ; + 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:aliasOf brick:Variable_Frequency_Drive . + +brick:Valve_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the openness of a valve (typically as a proportion of its full range of motion)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Valve . + +brick:Velocity_Pressure_Sensor a owl:Class ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between total pressure and static pressure"@en ; + brick:hasQuantity brick:Pressure . + +brick:Vibration_Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vibration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Sensor, + tag:Vibration . + +brick:Voltage_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the voltage is not in a normal state."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Voltage . + +brick:Voltage_Angle a brick:Quantity ; + rdfs:label "VoltageAngle"@en ; + 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:Water_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Usage_Sensor ; + skos:definition "Measures the amount of water that is consumed, over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage, + tag:Water ; + brick:hasQuantity qudtqk:Volume . + +brick:Wireless_Access_Point a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Data_Network_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Access ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wireless ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Access, + tag:Equipment, + tag:Point, + tag:Wireless . + +brick:aggregate a brick:EntityProperty ; + rdfs:label "Aggregate"@en ; + skos:definition "Description of how the dta for this point is aggregated" . + +brick:aggregationFunction a owl:DatatypeProperty ; + rdfs:label "aggregationFunction"@en . + +brick:aggregationInterval a owl:DatatypeProperty ; + rdfs:label "aggregationInterval"@en . + +brick:azimuth a brick:EntityProperty ; + rdfs:label "Azimuth"@en ; + 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:label "Building primary function"@en ; + 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:label "Building thermal transmittance"@en ; + 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:connectedTo a owl:IrreflexiveProperty, + owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "Connected To"@en ; + rdfs:subPropertyOf brick:Relationship . + +brick:coolingCapacity a brick:EntityProperty ; + rdfs:label "Cooling capacity"@en ; + 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:label "Coordinates"@en ; + skos:definition "The location of an entity in latitude/longitude" . + +brick:currentFlowType a brick:EntityProperty ; + rdfs:label "Current flow type"@en ; + skos:definition "The current flow type of the entity" . + +brick:electricVehicleChargerDirectionality a brick:EntityProperty ; + rdfs:label "has electric vehicle charger directionality"@en ; + skos:definition "Indicates if the EVSE charger supports bidirectional charging or just unidirectional charging of the EV battery" . + +brick:electricVehicleChargerType a brick:EntityProperty ; + rdfs:label "has electric vehicle charger type"@en ; + skos:definition "Which type of EVSE charger this is, e.g. Level 1 (up to up to 2.5kW of AC power on 1 phase 120V input), Level 2 (direct AC power but can use higher voltage and up to 3 phases), or Level 3 (direct DC power)" . + +brick:electricVehicleConnectorType a brick:EntityProperty ; + rdfs:label "has electric vehicle connector type"@en ; + skos:definition "Identifies which kind of connector the port has. This property helps identify the physical connection required between the vehicle and the charging equipment." . + +brick:electricalComplexPower a brick:EntityProperty ; + rdfs:label "electrical complex power type"@en ; + skos:definition "Associated electrical complexity with the entity" . + +brick:electricalFlow a brick:EntityProperty ; + rdfs:label "Electrical flow direction"@en ; + skos:definition "Entity has this electrical flow relative to the building'" . + +brick:electricalPhaseCount a brick:EntityProperty ; + rdfs:label "Electrical phase count"@en ; + skos:definition "Entity has these phases" . + +brick:electricalPhases a brick:EntityProperty ; + rdfs:label "Electrical phases"@en ; + skos:definition "Entity has these electrical AC phases" . + +brick:grossArea a brick:EntityProperty ; + rdfs:label "Gross area"@en ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has gross 2-dimensional area" . + +brick:hasAddress rdfs:label "Has address"@en ; + rdfs:subPropertyOf vcard:hasAddress, + brick:Relationship ; + skos:definition "To specify the address of a building."@en . + +brick:hasInputSubstance a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has input substance"@en ; + rdfs:subPropertyOf brick:Relationship ; + 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:label "Has output substance"@en ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "The subject produces or exports the given substance from its internal process"@en . + +brick:hasQUDTReference a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has QUDT reference"@en ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "Points to the relevant QUDT definition"@en . + +brick:isReplacedBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is replaced by"@en ; + rdfs:subPropertyOf brick:Relationship . + +brick:isVirtualMeter a brick:EntityProperty ; + rdfs:label "is virtual meter"@en ; + skos:definition "True if the associated meter is 'virtual', i.e. a logical meter which includes or aggregates information from a variety of sources such as other submeters or equipment." . + +brick:measuredModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Measured module conversion efficiency"@en ; + rdfs:subPropertyOf brick:conversionEfficiency ; + skos:definition "The measured percentage of sunlight that is converted into usable power" . + +brick:measuredPowerInput a brick:EntityProperty ; + rdfs:label "Measured power input"@en ; + skos:definition "The nominal measured power input of the entity" . + +brick:measuredPowerOutput a brick:EntityProperty ; + rdfs:label "Measured power output"@en ; + skos:definition "The nominal measured power output of the entity" . + +brick:netArea a brick:EntityProperty ; + rdfs:label "Net area"@en ; + rdfs:subPropertyOf brick:area ; + skos:definition "Entity has net 2-dimensional area" . + +brick:operationalStage a brick:EntityProperty ; + rdfs:label "Operational stage"@en ; + skos:definition "The associated operational stage" . + +brick:operationalStageCount a brick:EntityProperty ; + rdfs:label "Operational stage count"@en ; + skos:definition "The number of operational stages supported by this eqiupment" . + +brick:panelArea a brick:EntityProperty ; + rdfs:label "Panel area"@en ; + rdfs:subPropertyOf brick:area ; + skos:definition "Surface area of a panel, such as a PV panel" . + +brick:ratedMaximumCurrentInput a brick:EntityProperty ; + rdfs:label "Rated maximum current input"@en ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The maximum current that can be input to the entity" . + +brick:ratedMaximumCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated maximum current output"@en ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The maximum current that can be output by the entity" . + +brick:ratedMaximumVoltageInput a brick:EntityProperty ; + rdfs:label "Rated maximum voltage input"@en ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The maximum voltage that can be input to the entity" . + +brick:ratedMaximumVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated maximum voltage output"@en ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The maximum voltage that can be output by the entity" . + +brick:ratedMinimumCurrentInput a brick:EntityProperty ; + rdfs:label "Rated minimum current input"@en ; + rdfs:subPropertyOf brick:ratedCurrentInput ; + skos:definition "The minimum current that can be input to the entity" . + +brick:ratedMinimumCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated minimum current output"@en ; + rdfs:subPropertyOf brick:ratedCurrentOutput ; + skos:definition "The minimum current that can be output by the entity" . + +brick:ratedMinimumVoltageInput a brick:EntityProperty ; + rdfs:label "Rated minimum voltage input"@en ; + rdfs:subPropertyOf brick:ratedVoltageInput ; + skos:definition "The minimum voltage that can be input to the entity" . + +brick:ratedMinimumVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated minimum voltage output"@en ; + rdfs:subPropertyOf brick:ratedVoltageOutput ; + skos:definition "The minimum voltage that can be output by the entity" . + +brick:ratedModuleConversionEfficiency a brick:EntityProperty ; + rdfs:label "Rated module conversion efficiency"@en ; + 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:label "Rated power input"@en ; + skos:definition "The nominal rated power input of the entity" . + +brick:ratedPowerOutput a brick:EntityProperty ; + rdfs:label "Rated power output"@en ; + skos:definition "The nominal rated power output of the entity" . + +brick:temperatureCoefficientofPmax a brick:EntityProperty ; + rdfs:label "Temperature coefficient"@en ; + 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:label "Tilt"@en ; + skos:definition "The direction an entity is facing in degrees above the horizon" . + +brick:volume a brick:EntityProperty ; + rdfs:label "Volume"@en ; + skos:definition "Entity has 3-dimensional volume" . + +brick:yearBuilt a brick:EntityProperty ; + rdfs:label "Year built"@en ; + rdfs:seeAlso "https://project-haystack.org/tag/yearBuilt" ; + skos:definition "Four digit year that a building was first built. (adopted from Project Haystack)" . + +ref:BACnetURI a owl:DatatypeProperty ; + rdfs:label "BACnetURI" ; + rdfs:comment "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" . + +ref:hasIfcProjectReference a owl:ObjectProperty ; + rdfs:label "hasIfcProjectReference" ; + skos:definition "A reference to the IFC Project that defines this entity" . + +ref:hasTimeseriesId a owl:DatatypeProperty ; + rdfs:label "hasTimeseriesId" ; + skos:definition "The unique identifier (primary key) for this TimeseriesReference in some database"@en . + +ref:ifcFileLocation a owl:DatatypeProperty ; + rdfs:label "The location of the IFC file defining a project" ; + rdfs:range xsd:string . + +ref:ifcGlobalID a owl:DatatypeProperty ; + rdfs:label "ifcGlobalID" ; + skos:definition "The IFC Global ID of the entity" . + +ref:ifcName a owl:DatatypeProperty ; + rdfs:label "ifcName" ; + skos:definition "The name of the IFC entity" . + +ref:ifcProject a owl:Class, + sh:NodeShape ; + rdfs:label "IfcProject" ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcFileLocation ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ref:ifcProjectID ] . + +ref:ifcProjectID a owl:DatatypeProperty ; + rdfs:label "ifcProjectID" ; + skos:definition "The IFC ID of the containing project" . + +ref:preferred a owl:DatatypeProperty ; + rdfs:label "preferred"@en ; + skos:definition "An entity can have one 'preferred' External Reference. Consumers of the model should prioritize any external reference with the 'preferred' property" . + +ref:storedAt a owl:DatatypeProperty ; + rdfs:label "storedAt" ; + skos:definition "A reference to where the data for this TimeseriesReference is stored"@en . + +bsh:AggregationShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "Interval expressed in an ISO 8601 Duration string, e.g. RP1D" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path brick:aggregationInterval ], + [ a sh:PropertyShape ; + skos:definition "The aggregation function applied to data in the interval which produces the value" ; + sh:in ( "max" "min" "count" "mean" "sum" "median" "mode" ) ; + sh:minCount 1 ; + sh:path brick:aggregationFunction ] . + +bsh:AzimuthShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MIN_Angle unit:ARCMIN unit:REV unit:ARCSEC unit:MIL unit:MilliARCSEC unit:GRAD unit:MicroRAD unit:DEG unit:RAD unit:MilliRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:maxInclusive 360 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:BuildingPrimaryFunctionShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "Adult Education"^^xsd:string "Ambulatory Surgical Center"^^xsd:string "Aquarium"^^xsd:string "Automobile Dealership"^^xsd:string "Bank Branch"^^xsd:string "Bar/Nightclub"^^xsd:string "Barracks"^^xsd:string "Bowling Alley"^^xsd:string "Casino"^^xsd:string "College/University"^^xsd:string "Convenience Store with Gas Station"^^xsd:string "Convenience Store without Gas Station"^^xsd:string "Convention Center"^^xsd:string "Courthouse"^^xsd:string "Data Center"^^xsd:string "Distribution Center"^^xsd:string "Drinking Water Treatment & Distribution"^^xsd:string "Enclosed Mall"^^xsd:string "Energy/Power Station"^^xsd:string "Fast Food Restaurant"^^xsd:string "Financial Office"^^xsd:string "Fire Station"^^xsd:string "Fitness Center/Health Club/Gym"^^xsd:string "Food Sales"^^xsd:string "Food Service"^^xsd:string "Hospital (General Medical & Surgical)"^^xsd:string "Hotel"^^xsd:string "Ice/Curling Rink"^^xsd:string "Indoor Arena"^^xsd:string "K-12 School"^^xsd:string "Laboratory"^^xsd:string "Library"^^xsd:string "Lifestyle Center"^^xsd:string "Mailing Center/Post Office"^^xsd:string "Manufacturing/Industrial Plant"^^xsd:string "Medical Office"^^xsd:string "Mixed Use Property"^^xsd:string "Movie Theater"^^xsd:string "Multifamily Housing"^^xsd:string "Museum"^^xsd:string "Non-Refrigerated Warehouse"^^xsd:string "Office"^^xsd:string "Other - Education"^^xsd:string "Other - Entertainment/Public Assembly"^^xsd:string "Other - Lodging/Residential"^^xsd:string "Other - Mall"^^xsd:string "Other - Public Services"^^xsd:string "Other - Recreation"^^xsd:string "Other - Restaurant/Bar"^^xsd:string "Other - Services"^^xsd:string "Other - Stadium"^^xsd:string "Other - Technology/Science"^^xsd:string "Other - Utility"^^xsd:string "Other"^^xsd:string "Other/Specialty Hospital"^^xsd:string "Outpatient Rehabilitation/Physical Therapy"^^xsd:string "Parking"^^xsd:string "Performing Arts"^^xsd:string "Personal Services (Health/Beauty, Dry Cleaning, etc)"^^xsd:string "Police Station"^^xsd:string "Pre-school/Daycare"^^xsd:string "Prison/Incarceration"^^xsd:string "Race Track"^^xsd:string "Refrigerated Warehouse"^^xsd:string "Repair Services (Vehicle, Shoe, Locksmith, etc)"^^xsd:string "Residence Hall/Dormitory"^^xsd:string "Restaurant"^^xsd:string "Retail Store"^^xsd:string "Roller Rink"^^xsd:string "Self-Storage Facility"^^xsd:string "Senior Care Community"^^xsd:string "Single Family Home"^^xsd:string "Social/Meeting Hall"^^xsd:string "Stadium (Closed)"^^xsd:string "Stadium (Open)"^^xsd:string "Strip Mall"^^xsd:string "Supermarket/Grocery Store"^^xsd:string "Swimming Pool"^^xsd:string "Transportation Terminal/Station"^^xsd:string "Urgent Care/Clinic/Other Outpatient"^^xsd:string "Veterinary Office"^^xsd:string "Vocational School"^^xsd:string "Wastewater Treatment Plant"^^xsd:string "Wholesale Club/Supercenter"^^xsd:string "Worship Facility"^^xsd:string "Zoo"^^xsd:string "Adult Education" "Ambulatory Surgical Center" "Aquarium" "Automobile Dealership" "Bank Branch" "Bar/Nightclub" "Barracks" "Bowling Alley" "Casino" "College/University" "Convenience Store with Gas Station" "Convenience Store without Gas Station" "Convention Center" "Courthouse" "Data Center" "Distribution Center" "Drinking Water Treatment & Distribution" "Enclosed Mall" "Energy/Power Station" "Fast Food Restaurant" "Financial Office" "Fire Station" "Fitness Center/Health Club/Gym" "Food Sales" "Food Service" "Hospital (General Medical & Surgical)" "Hotel" "Ice/Curling Rink" "Indoor Arena" "K-12 School" "Laboratory" "Library" "Lifestyle Center" "Mailing Center/Post Office" "Manufacturing/Industrial Plant" "Medical Office" "Mixed Use Property" "Movie Theater" "Multifamily Housing" "Museum" "Non-Refrigerated Warehouse" "Office" "Other - Education" "Other - Entertainment/Public Assembly" "Other - Lodging/Residential" "Other - Mall" "Other - Public Services" "Other - Recreation" "Other - Restaurant/Bar" "Other - Services" "Other - Stadium" "Other - Technology/Science" "Other - Utility" "Other" "Other/Specialty Hospital" "Outpatient Rehabilitation/Physical Therapy" "Parking" "Performing Arts" "Personal Services (Health/Beauty, Dry Cleaning, etc)" "Police Station" "Pre-school/Daycare" "Prison/Incarceration" "Race Track" "Refrigerated Warehouse" "Repair Services (Vehicle, Shoe, Locksmith, etc)" "Residence Hall/Dormitory" "Restaurant" "Retail Store" "Roller Rink" "Self-Storage Facility" "Senior Care Community" "Single Family Home" "Social/Meeting Hall" "Stadium (Closed)" "Stadium (Open)" "Strip Mall" "Supermarket/Grocery Store" "Swimming Pool" "Transportation Terminal/Station" "Urgent Care/Clinic/Other Outpatient" "Veterinary Office" "Vocational School" "Wastewater Treatment Plant" "Wholesale Club/Supercenter" "Worship Facility" "Zoo" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:CoolingCapacityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:TON_FG unit:BTU_IT-PER-HR unit:BTU_TH-PER-HR unit:W ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:CoordinateShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:latitude ], + [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:longitude ] . + +bsh:CurrentFlowTypeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "AC"^^xsd:string "DC"^^xsd:string "AC" "DC" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ElectricalComplexPowerShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "real"^^xsd:string "reactive"^^xsd:string "apparent"^^xsd:string "real" "reactive" "apparent" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ElectricalFlowShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "import"^^xsd:string "export"^^xsd:string "net"^^xsd:string "absolute"^^xsd:string "import" "export" "net" "absolute" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PhaseCountShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( 1 2 3 "Total" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:PhasesShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( "A"^^xsd:string "B"^^xsd:string "C"^^xsd:string "AB"^^xsd:string "BC"^^xsd:string "AC"^^xsd:string "ABC"^^xsd:string "A" "B" "C" "AB" "BC" "AC" "ABC" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:TemperatureCoefficientPerDegreeCelsiusShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:TiltShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MIN_Angle unit:ARCMIN unit:REV unit:ARCSEC unit:MIL unit:MilliARCSEC unit:GRAD unit:MicroRAD unit:DEG unit:RAD unit:MilliRAD unit:GON ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:VirtualMeterShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:VolumeShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:FT3 unit:M3 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:YearBuiltShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:hasAddressShape a sh:PropertyShape ; + sh:class vcard:Address ; + sh:path brick:hasAddress . + +bsh:hasAssociatedTagShape a sh:PropertyShape ; + sh:class brick:Tag ; + sh:path brick:hasAssociatedTag . + +bsh:hasInputSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasInputSubstance . + +bsh:hasLocationShape a sh:PropertyShape ; + sh:class brick:Location ; + sh:path brick:hasLocation . + +bsh:hasOutputSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasOutputSubstance . + +bsh:hasQUDTReferenceShape a sh:PropertyShape ; + sh:class qudt:QuantityKind ; + sh:path brick:hasQUDTReference . + +bsh:hasQuantityShape a sh:PropertyShape ; + sh:or ( [ sh:class brick:Quantity ] [ sh:class qudt:QuantityKind ] ) ; + sh:path brick:hasQuantity . + +bsh:hasSubMeterShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:hasSubMeter . + +bsh:hasTagShape a sh:PropertyShape ; + sh:class brick:Tag ; + sh:path brick:hasTag . + +bsh:hasUnitShape a sh:PropertyShape ; + sh:class qudt:Unit ; + sh:path brick:hasUnit . + +bsh:hasaggregateShape a sh:PropertyShape ; + rdfs:label "has Aggregate property"@en ; + sh:node bsh:AggregationShape ; + sh:path brick:aggregate . + +bsh:hasareaShape a sh:PropertyShape ; + rdfs:label "has Area property"@en ; + sh:node bsh:AreaShape ; + sh:path brick:area . + +bsh:hasazimuthShape a sh:PropertyShape ; + rdfs:label "has Azimuth property"@en ; + sh:node bsh:AzimuthShape ; + sh:path brick:azimuth . + +bsh:hasbuildingPrimaryFunctionShape a sh:PropertyShape ; + rdfs:label "has Building primary function property"@en ; + sh:node bsh:BuildingPrimaryFunctionShape ; + sh:path brick:buildingPrimaryFunction . + +bsh:hasbuildingThermalTransmittanceShape a sh:PropertyShape ; + rdfs:label "has Building thermal transmittance property"@en ; + sh:node bsh:ThermalTransmittanceShape ; + sh:path brick:buildingThermalTransmittance . + +bsh:hasconversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Conversion efficiency property"@en ; + sh:node bsh:EfficiencyShape ; + sh:path brick:conversionEfficiency . + +bsh:hascoolingCapacityShape a sh:PropertyShape ; + rdfs:label "has Cooling capacity property"@en ; + sh:node bsh:CoolingCapacityShape ; + sh:path brick:coolingCapacity . + +bsh:hascurrentFlowTypeShape a sh:PropertyShape ; + rdfs:label "has Current flow type property"@en ; + sh:node bsh:CurrentFlowTypeShape ; + sh:path brick:currentFlowType . + +bsh:hasdeprecationShape a sh:PropertyShape ; + rdfs:label "has Deprecation Notice property"@en ; + sh:node brick:DeprecationShape ; + sh:path brick:deprecation . + +bsh:haselectricVehicleChargerTypeShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle charger type property"@en ; + sh:node bsh:ElectricVehicleChargingTypeShape ; + sh:path brick:electricVehicleChargerType . + +bsh:haselectricVehicleConnectorTypeShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle connector type property"@en ; + sh:node bsh:ElectricVehicleConnectorTypeShape ; + sh:path brick:electricVehicleConnectorType . + +bsh:haselectricalPhaseCountShape a sh:PropertyShape ; + rdfs:label "has Electrical phase count property"@en ; + sh:node bsh:PhaseCountShape ; + sh:path brick:electricalPhaseCount . + +bsh:haselectricalPhasesShape a sh:PropertyShape ; + rdfs:label "has Electrical phases property"@en ; + sh:node bsh:PhasesShape ; + sh:path brick:electricalPhases . + +bsh:hasgrossAreaShape a sh:PropertyShape ; + rdfs:label "has Gross area property"@en ; + sh:node bsh:AreaShape ; + sh:path brick:grossArea . + +bsh:hasisVirtualMeterShape a sh:PropertyShape ; + rdfs:label "has is virtual meter property"@en ; + sh:node bsh:VirtualMeterShape ; + sh:path brick:isVirtualMeter . + +bsh:haslastKnownValueShape a sh:PropertyShape ; + rdfs:label "has Last known value property"@en ; + sh:node bsh:LastKnownValueShape ; + sh:path brick:lastKnownValue . + +bsh:hasmeasuredModuleConversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Measured module conversion efficiency property"@en ; + sh:node bsh:EfficiencyShape ; + sh:path brick:measuredModuleConversionEfficiency . + +bsh:hasmeasuredPowerInputShape a sh:PropertyShape ; + rdfs:label "has Measured power input property"@en ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:measuredPowerInput . + +bsh:hasmeasuredPowerOutputShape a sh:PropertyShape ; + rdfs:label "has Measured power output property"@en ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:measuredPowerOutput . + +bsh:hasnetAreaShape a sh:PropertyShape ; + rdfs:label "has Net area property"@en ; + sh:node bsh:AreaShape ; + sh:path brick:netArea . + +bsh:hasoperationalStageCountShape a sh:PropertyShape ; + rdfs:label "has Operational stage count property"@en ; + sh:node bsh:StageShape ; + sh:path brick:operationalStageCount . + +bsh:hasoperationalStageShape a sh:PropertyShape ; + rdfs:label "has Operational stage property"@en ; + sh:node bsh:StageShape ; + sh:path brick:operationalStage . + +bsh:haspanelAreaShape a sh:PropertyShape ; + rdfs:label "has Panel area property"@en ; + sh:node bsh:AreaShape ; + sh:path brick:panelArea . + +bsh:hasratedCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated current input property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedCurrentInput . + +bsh:hasratedCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated current output property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedCurrentOutput . + +bsh:hasratedMaximumCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum current input property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMaximumCurrentInput . + +bsh:hasratedMaximumCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum current output property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMaximumCurrentOutput . + +bsh:hasratedMaximumVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum voltage input property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMaximumVoltageInput . + +bsh:hasratedMaximumVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated maximum voltage output property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMaximumVoltageOutput . + +bsh:hasratedMinimumCurrentInputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum current input property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMinimumCurrentInput . + +bsh:hasratedMinimumCurrentOutputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum current output property"@en ; + sh:node bsh:Electric_CurrentQuantityShape ; + sh:path brick:ratedMinimumCurrentOutput . + +bsh:hasratedMinimumVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum voltage input property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMinimumVoltageInput . + +bsh:hasratedMinimumVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated minimum voltage output property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedMinimumVoltageOutput . + +bsh:hasratedModuleConversionEfficiencyShape a sh:PropertyShape ; + rdfs:label "has Rated module conversion efficiency property"@en ; + sh:node bsh:EfficiencyShape ; + sh:path brick:ratedModuleConversionEfficiency . + +bsh:hasratedPowerInputShape a sh:PropertyShape ; + rdfs:label "has Rated power input property"@en ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:ratedPowerInput . + +bsh:hasratedPowerOutputShape a sh:PropertyShape ; + rdfs:label "has Rated power output property"@en ; + sh:node bsh:PowerQuantityShape ; + sh:path brick:ratedPowerOutput . + +bsh:hasratedVoltageInputShape a sh:PropertyShape ; + rdfs:label "has Measured voltage input property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedVoltageInput . + +bsh:hasratedVoltageOutputShape a sh:PropertyShape ; + rdfs:label "has Rated voltage output property"@en ; + sh:node bsh:VoltageQuantityShape ; + sh:path brick:ratedVoltageOutput . + +bsh:hastemperatureCoefficientofPmaxShape a sh:PropertyShape ; + rdfs:label "has Temperature coefficient property"@en ; + sh:node bsh:TemperatureCoefficientPerDegreeCelsiusShape ; + sh:path brick:temperatureCoefficientofPmax . + +bsh:hasthermalTransmittanceShape a sh:PropertyShape ; + rdfs:label "has Thermal transmittance property"@en ; + sh:node bsh:ThermalTransmittanceShape ; + sh:path brick:thermalTransmittance . + +bsh:hastiltShape a sh:PropertyShape ; + rdfs:label "has Tilt property"@en ; + sh:node bsh:TiltShape ; + sh:path brick:tilt . + +bsh:hasyearBuiltShape a sh:PropertyShape ; + rdfs:label "has Year built property"@en ; + sh:node bsh:YearBuiltShape ; + sh:path brick:yearBuilt . + +bsh:isAssociatedWithShape a sh:PropertyShape ; + sh:class owl:Class ; + sh:path brick:isAssociatedWith . + +bsh:isLocationOfShape a sh:PropertyShape ; + sh:class brick:Entity ; + sh:path brick:isLocationOf . + +bsh:isPointOfShape a sh:PropertyShape ; + sh:message "A Point can be a Point of Equipment, Location or Space." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] ), + ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:isPointOf ; + sh:targetClass brick:Point . + +bsh:isReplacedByShape a sh:PropertyShape ; + sh:class brick:Entity ; + sh:path brick:isReplacedBy . + +bsh:isSubMeterOfShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:isSubMeterOf . + +bsh:isTagOfShape a sh:PropertyShape ; + sh:class owl:Class ; + sh:path brick:isTagOf . + +bsh:latitudeShape a sh:PropertyShape ; + sh:or bsh:NumericValue ; + sh:path brick:latitude . + +bsh:longitudeShape a sh:PropertyShape ; + sh:or bsh:NumericValue ; + sh:path brick:longitude . + +bsh:metersShape a sh:PropertyShape ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Collection ] ) ; + sh:path brick:meters . + +bsh:timestampShape a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:path brick:timestamp . + +bsh:valueShape a sh:PropertyShape ; + sh:class rdfs:Resource ; + sh:path brick:value . + + rdfs:label "RealEstateCore"^^xsd:string ; + owl:versionInfo "4.0"^^xsd:string . + + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + +brick:Adjust_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures user-provided adjustment of some value"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Adjust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Adjust, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DimensionlessRatio . + +brick:Air_Enthalpy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enthalpy_Sensor ; + skos:definition "Measures the total heat content of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enthalpy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Enthalpy, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Enthalpy ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint, + brick:Demand_Setpoint ; + skos:definition "Sets the rate of air flow required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Air_Grains_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the mass of water vapor in air"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Grains ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Grains, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:GrainsOfMoisture ; + brick:hasSubstance brick:Air . + +brick:Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step . + +brick:Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Parameter, + tag:Point, + tag:Step, + tag:Temperature . + +brick:Alarm_Sensitivity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter indicates the sensitivity to activate an alarm."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensitivity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Parameter, + tag:Point, + tag:Sensitivity . + +brick:Alternating_Current_Frequency a brick:Quantity ; + rdfs:label "Alternating_Current_Frequency"@en ; + 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:Ammonia_Concentration a brick:Quantity ; + rdfs:label "AmmoniaConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of Ammonia in a medium" . + +brick:Angle_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measues the planar angle of some phenomenon"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Angle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Angle, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Angle . + +brick:Automated_External_Defibrillator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Safety_Equipment ; + owl:equivalentClass brick:AED ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AED ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Defibrillator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AED, + tag:Defibrillator, + tag:Equipment, + tag:Safety . + +brick:Automatic_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "An automatic switch operates automatically in the event of some current threshold or other designed event. Criteria for automatic operation is generally a physical property of the switch."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Automatic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Automatic, + tag:Equipment, + tag:Switch . + +brick:Average_Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Average ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Average, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Boiler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Water_Heater ; + skos:definition "A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment . + +brick:Break_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Breakroom ; + skos:definition "A space for people to relax while not working"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Break ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Breakroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Break, + tag:Breakroom, + tag:Location, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:StaffRoom . + +brick:Bypass_Valve a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A type of valve installed in a bypass pipeline"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Bypass ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Bypass, + tag:Equipment, + tag:Valve . + +brick:Chilled_Beam a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device with an integrated coil that performs sensible heating of a space via circulation of room air. Chilled Beams are not designed to perform latent cooling; see Induction Units. Despite their name, Chilled Beams may perform heating or cooling of a space depending on their configuration."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Beam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Beam, + tag:Chilled, + tag:Equipment . + +brick:Chilled_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on chilled water; typically part of a chilled water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heat_Exchanger ; + skos:definition "Cooling or heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape (ASHRAE Dictionary)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment . + +brick:Computer_Room_Air_Handler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAH ; + skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CRAH ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CRAH, + tag:Computer, + tag:Equipment, + tag:Handler, + tag:Room . + +brick:Condenser_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Equipment, + tag:Pump, + tag:Water . + +brick:Constant_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Constant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:CAV, + tag:Constant, + tag:Equipment, + tag:Volume . + +brick:Cooling_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Coil ; + skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows. Typically filled with either refrigerant or cold water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Cool, + tag:Equipment . + +brick:Cooling_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a cooling mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Mode, + tag:Point, + tag:Status . + +brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Cooling_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Cool, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:Current_Imbalance a brick:Quantity ; + rdfs:label "CurrentImbalance"@en ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average current", + "The percent deviation from average current"@en ; + skos:related brick:Electric_Current . + +brick:Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Current_Sensor ; + skos:definition "Senses the amperes of electrical current produced as output by a device"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:DDAHU a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:Dual_Duct_Air_Handling_Unit ; + skos:definition "See Dual_Duct_Air_Handling_Unit"@en ; + brick:aliasOf brick:Dual_Duct_Air_Handling_Unit . + +brick:Dedicated_Outdoor_Air_System_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:DOAS ; + skos:definition "A device that conditions and delivers 100% outdoor air to its assigned spaces. It decouples air-conditioning of the outdoor air, usually used to provide minimum outdoor air ventilation, from conditioning of the internal loads."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:DOAS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dedicated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:DOAS, + tag:Dedicated, + tag:Equipment, + tag:Outdoor, + tag:System . + +brick:Differential_CO2_Concentration a brick:Quantity ; + rdfs:label "ΔCO2Concentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO2_Concentration ; + skos:definition "The difference in carbon dioxide concentration between two areas" . + +brick:Differential_CO_Concentration a brick:Quantity ; + rdfs:label "ΔCOConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:isDeltaQuantity true ; + rdfs:isDefinedBy ; + skos:broader brick:CO_Concentration ; + skos:definition "The difference in carbon monoxide concentration between two areas" . + +brick:Differential_Dynamic_Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + qudt:isDeltaQuantity true ; + skos:broader brick:Differential_Pressure, + brick:Velocity_Pressure ; + brick:hasQUDTReference qudtqk:DynamicPressure . + +brick:Differential_Entering_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the difference in temperature between entering and leaving water of water a circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Differential, + tag:Entering, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Chilled_Water, + brick:Leaving_Chilled_Water . + +brick:Differential_Static_Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + qudt:isDeltaQuantity true ; + skos:broader brick:Differential_Pressure, + brick:Static_Pressure ; + brick:hasQUDTReference qudtqk:StaticPressure . + +brick:Differential_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two temperature measurements"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Discharge_Water_Flow_Setpoint a owl:Class ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint . + +brick:Distribution_Frame a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Telecom_Room ; + owl:deprecated true ; + skos:definition "A class of spaces where the cables carrying signals meet and connect, e.g. a wiring closet or a broadcast downlink room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Distribution ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frame ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Distribution, + tag:Frame, + tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:CableRoom . + +brick:Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Dry_Bulb_Temperature a brick:Quantity ; + rdfs:label "Dry_Bulb_Temperature"@en ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)", + "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)"@en ; + skos:narrower brick:Differential_Dry_Bulb_Temperature . + +brick:Dual_Duct_Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:DDAHU ; + skos:definition "An air handling unit that contains hot and cold decks to supply heating and cooling to a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:DDAHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:DDAHU, + tag:Dual, + tag:Equipment . + +brick:Duct_Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Fan_Coil_Unit ; + owl:equivalentClass brick:Horizontal_Fan_Coil_Unit ; + skos:definition "An inline HVAC component, the Duct Fan Coil Unit is integrated within the ductwork system, rather than within the served space, to distribute conditioned air through ducts to various areas or rooms."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Horizontal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Duct, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Horizontal, + tag:Unit . + +brick:Dynamic_Pressure a brick:Quantity ; + skos:broader brick:Pressure . + +brick:Effective_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Effective_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Effective, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Electric_Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Power_Sensor ; + skos:definition "Measures the amount of instantaneous electric power consumed"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electric, + tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricPower . + +brick:Electric_Vehicle_Charging_Hub a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection ; + owl:equivalentClass brick:EV_Charging_Hub ; + skos:definition "A collection of charging stations for charging electric vehicles. A hub may be located in a parking lot, for example"@en ; + sh:property [ sh:class brick:Electric_Vehicle_Charging_Station ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hub ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Collection, + tag:Electric, + tag:Hub, + tag:Vehicle . + +brick:Electric_Vehicle_Charging_Port a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "An individual point of attachment for charing a single electric vehicle"@en ; + sh:property bsh:haselectricVehicleChargerDirectionalityShape, + bsh:haselectricVehicleConnectorTypeShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Port ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Electric, + tag:Equipment, + tag:Port, + tag:Vehicle . + +brick:Electric_Vehicle_Charging_Station a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_Equipment ; + skos:definition "An individual piece of equipment supplying electrical power for charging electric vehicles. Contains 1 or more electric vehicle charging ports"@en ; + sh:property [ sh:class brick:Electric_Vehicle_Charging_Port ; + sh:path brick:hasPart ], + bsh:haselectricVehicleChargerDirectionalityShape, + bsh:haselectricVehicleChargerTypeShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Charging ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Electric ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vehicle ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Charging, + tag:Electric, + tag:Equipment, + tag:Station, + tag:Vehicle . + +brick:Elevator_Shaft a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Vertical_Space ; + owl:deprecated true ; + owl:equivalentClass brick:Elevator_Space ; + skos:definition "The vertical space in which an elevator ascends and descends"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Elevator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shaft ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft"^^xsd:string ; + brick:hasAssociatedTag tag:Elevator, + tag:Location, + tag:Shaft, + tag:Space, + tag:Vertical ; + brick:isReplacedBy rec:ElevatorShaft . + +brick:Embedded_Surface_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:ESS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Embedded ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:ESS, + tag:Embedded, + tag:Equipment, + tag:Panel, + tag:Surface, + tag:System . + +brick:Emergency_Power_Off_System_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Off_Status, + brick:System_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Off, + tag:Point, + tag:Power, + tag:Status, + tag:System . + +brick:Energy_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures energy consumption"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:EnergyObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Energy . + +brick:Energy_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Electrical_System ; + skos:definition "A collection of devices that generates, stores or transports electricity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:System . + +brick:Energy_Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Energy_Sensor, + brick:Usage_Sensor ; + skos:definition "Measures the total amount of energy used over some period of time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity brick:Energy . + +brick:Entering_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Water . + +brick:Exhaust_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within exhaust regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exhaust ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Exhaust, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Exhaust_Air . + +brick:Failure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarms that indicate the failure of devices, equipment, systems and control loops"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Failure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Failure, + tag:Point . + +brick:Fault_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates the presence of a fault in a device, system or control loop"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Fault ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Fault, + tag:Point, + tag:Status . + +brick:Filter_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure on either side of a filter"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Filter, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Formaldehyde_Concentration a brick:Quantity ; + rdfs:label "FormaldehydeConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of formaldehyde in a medium" . + +brick:Frequency_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the frequency of a device's operation (e.g. rotational frequency)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Frequency, + tag:Point ; + brick:hasQuantity brick:Frequency . + +brick:Fresh_Air_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fresh ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Fresh, + tag:Limit, + tag:Point, + tag:Setpoint . + +brick:Frost a brick:Substance ; + skos:broader brick:Solid ; + skos:definition "frost formed on the cold surface (tubes, plates) of a cooling coil."@en . + +brick:Gauge_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Pressure sensor which is zero-referenced against ambient air pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gauge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gauge, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Gauge_Pressure . + +brick:Hail a brick:Substance ; + skos:broader brick:Solid ; + skos:definition "pellets of frozen rain which fall in showers from cumulonimbus clouds."@en . + +brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ice ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ice, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Tank, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Heat_Recovery_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condensing_Unit ; + skos:definition "An advanced outdoor HVAC unit equipped for both heating and cooling, with the added capability of heat recovery. It efficiently recycles heat from the cooling process for heating purposes, featuring components like a condenser coil, compressor, and heat recovery systems."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recovery ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Recovery, + tag:Unit . + +brick:Heating_Coil a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Coil ; + skos:definition "A heating element typically made of pipe, tube or wire that emits heat. Typically filled with hot water, or, in the case of wire, uses electricity."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:Heat . + +brick:Heating_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates whether a system, device or control loop is in a heating mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Mode, + tag:Point, + tag:Status . + +brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Discharge_Air_Temperature_Heating_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ; + owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:Heat, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:High_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:High_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:High_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:High, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Hot_Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure on either side of a hot water valve"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Hot, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Discharge_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Pump ; + skos:definition "A pump that performs work on hot water; typically part of a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Pump, + tag:Water . + +brick:Hot_Water_Return_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Return_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Valve, + brick:Water_Valve ; + skos:definition "A valve regulating the flow of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hot, + tag:Valve, + tag:Water . + +brick:Humidity_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the concentration of water vapor in the air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Humidity, + tag:Point . + +brick:Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the concentration of water vapor in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:PressureRatio . + +brick:Imbalance_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which measures difference (imbalance) between phases of an electrical system"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Imbalance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Imbalance, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point . + +brick:Intercom_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Intercom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Intercom, + tag:Security . + +brick:Interface a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lighting_Equipment ; + skos:definition "A device that provides an occupant control over a lighting system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Interface ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Interface . + +brick:Isolation_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switchgear ; + owl:equivalentClass brick:Disconnect_Switch ; + skos:definition "See 'Disconnect_Switch'"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Isolation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Isolation, + tag:Switch . + +brick:Leaving_Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint, + brick:Leaving_Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water that is supplied from a chiller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Chilled_Water . + +brick:Leaving_Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condenser_Water_Flow_Sensor, + brick:Leaving_Water_Flow_Sensor ; + skos:definition "Measures the flow of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Condenser_Water . + +brick:Leaving_Condenser_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "The temperature setpoint for the leaving condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor, + brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of domestic water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leavinging part of domestic hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of high-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint, + brick:Leaving_Water_Temperature_Setpoint ; + skos:definition "Temperature setpoint for leaving hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ; + skos:definition "Measures the temperature of medium-temperature hot water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Medium ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Medium, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Lighting a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lighting_Equipment . + +brick:Linear_Speed a brick:Quantity ; + rdfs:label "Linear_Speed"@en ; + qudt:applicableUnit unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Speed, + brick:Speed ; + skos:definition "Speed in one dimension (linear)" . + +brick:Load_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Parameter, + tag:Point . + +brick:Lobby a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Common_Space ; + owl:deprecated true ; + skos:definition "A space just after the entrance to a building or other space of a building, where visitors can wait"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lobby ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Lobby, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Lobby . + +brick:Low_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Alarm ; + skos:definition "An alarm that indicates that the air flow is lower than normal."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Low, + tag:Point . + +brick:Low_Supply_Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Low_Air_Flow_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Flow_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point, + tag:Supply . + +brick:Low_Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Low_Temperature_Alarm, + brick:Supply_Air_Temperature_Alarm ; + owl:equivalentClass brick:Low_Discharge_Air_Temperature_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Low, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Makeup_Air_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:MAU ; + skos:definition "A device designed to condition ventilation air introduced into a space or to replace air exhausted from a process or general area exhaust. The device may be used to prevent negative pressure within buildings or to reduce airborne contaminants in a space."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:MAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Makeup ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:MAU, + tag:Makeup, + tag:Unit . + +brick:Manual_Fire_Alarm_Activation_Equipment a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Fire_Safety_Equipment ; + skos:definition "A device for manually activating fire alarm"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Manual ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activation, + tag:Alarm, + tag:Equipment, + tag:Fire, + tag:Manual, + tag:Safety . + +brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Max_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Max_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Max_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Measurable a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Class, + brick:Entity ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Measurable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Measurable . + +brick:Methane_Concentration a brick:Quantity ; + rdfs:label "MethaneConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of methane in a medium" . + +brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Occupied, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Limit, + brick:Static_Pressure_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply . + +brick:Min_Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit, + brick:Supply_Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Min_Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Min_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Limit, + brick:Temperature_Parameter ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Point, + tag:Setpoint, + tag:Temperature . + +brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied . + +brick:Mixing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve used for mixing hot and cold fluid to a desired temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mixing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mixing, + tag:Valve . + +brick:Motor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Motor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Motor . + +brick:NO2_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of nitrogen dioxide in a medium" . + +brick:Natural_Gas_Boiler a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Boiler ; + skos:definition "A closed, pressure vessel that uses natural gas for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Boiler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gas ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Natural ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Boiler, + tag:Equipment, + tag:Gas, + tag:Natural . + +brick:Network_Video_Recorder a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Video_Surveillance_Equipment ; + owl:equivalentClass brick:NVR ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:NVR ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Recorder ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:NVR, + tag:Network, + tag:Recorder, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Occupancy_Count a brick:Quantity ; + rdfs:label "Occupancy_Count"@en ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless, + brick:Occupancy ; + skos:definition "Number of people in an area", + "Number of people in an area"@en . + +brick:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Occupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + skos:definition "Indicates if a system, device or control loop is in \"Occupied\" mode"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Occupied, + tag:Point, + tag:Status . + +brick:Occupied_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Oil a brick:Substance ; + skos:broader brick:Liquid ; + skos:definition "a viscous liquid derived from petroleum, especially for use as a fuel or lubricant."@en ; + skos:narrower brick:Fuel_Oil . + +brick:On_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is on"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Status . + +brick:On_Timer_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Run ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Timer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:On, + tag:Point, + tag:Run, + tag:Sensor, + tag:Time, + tag:Timer ; + brick:hasQuantity qudtqk:Time . + +brick:Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Lockout_Temperature_Differential_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lockout ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Lockout, + tag:Outside, + tag:Parameter, + tag:Point, + tag:Temperature . + +brick:Overridden_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if the expected operating status of an equipment or control loop has been overridden"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Overridden ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Overridden, + tag:Point, + tag:Status . + +brick:Ozone_Concentration a brick:Quantity ; + rdfs:label "OzoneConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of ozone in a medium" . + +brick:PV_Array a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection, + rec:Collection ; + owl:equivalentClass brick:Photovoltaic_Array ; + sh:property [ a sh:PropertyShape ; + sh:class brick:PV_Panel ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] ; + brick:aliasOf brick:Photovoltaic_Array . + +brick:Packaged_Heat_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A self-contained unit designed to transfer heat energy to or from a designated space, capable of offering both heating and cooling functions"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Pump . + +brick:Phasor a brick:Quantity ; + skos:related brick:Phasor_Angle, + brick:Phasor_Magnitude . + +brick:Photovoltaic_Array a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection ; + owl:deprecated true ; + owl:equivalentClass brick:PV_Array ; + skos:definition "A collection of photovoltaic panels"@en ; + sh:property [ sh:class brick:PV_Panel ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Array ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Array, + tag:Collection, + tag:PV, + tag:Photovoltaic . + +brick:Photovoltaic_Current_Output_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Output ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Photovoltaic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Output, + tag:PV, + tag:Photovoltaic, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Position_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls or reports the position of some object"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Position ; + brick:hasQuantity brick:Position . + +brick:Position_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Position_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Point, + tag:Position . + +brick:Power_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of instantaneous power consumed"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Power ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Power, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Pre-Cooling_Air_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:PAU ; + skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PAU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PAU . + +brick:Precipitation a brick:Quantity ; + rdfs:label "Precipitation"@en ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length, + brick:Level ; + skos:definition "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)", + "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)"@en . + +brick:Preheat_Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Preheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Preheat, + tag:Sensor, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Pressure_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Pressure . + +brick:Pressure_Reducing_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Valve used to reduce a high supply pressure to a usable level; maintains uniform outlet pressure despite inlet pressure variation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reducing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Reducing, + tag:Valve . + +brick:Pressure_Relief_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "Pressure-actuated valve to automatically relieve excessive pressure; prevents explosive shattering of the housing."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relief ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Pressure, + tag:Relief, + tag:Valve . + +brick:Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Radiant_Ceiling_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Ceiling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Ceiling, + tag:Equipment, + tag:Panel, + tag:RC, + tag:Radiant . + +brick:Radon_Concentration a brick:Quantity ; + rdfs:label "RadonConcentration"@en ; + qudt:applicableUnit unit:BQ-PER-M3 ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:ActivityConcentration, + brick:Radioactivity_Concentration ; + skos:definition "The concentration of radioactivity due to Radon in a medium" . + +brick:Reactive_Energy a brick:Quantity ; + rdfs:label "Reactive_Energy"@en ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR, + unit:MegaV-A_Reactive-HR, + unit:V-A_Reactive-HR ; + rdfs:isDefinedBy ; + skos:broader brick:Electric_Energy ; + skos:definition "The integral of the reactive power over a time interval" . + +brick:Refrigerant a brick:Substance ; + rdfs:seeAlso ; + skos:broader brick:Fluid ; + skos:definition "A refrigerant is a working fluid used in the refrigeration cycle of air conditioning systems and heat pumps where in most cases they undergo a repeated phase transition from a liquid to a gas and back again."@en . + +brick:Restroom a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + owl:equivalentClass brick:Rest_Room ; + skos:definition "A room that provides toilets and washbowls."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rest ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Restroom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Bathroom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Rest, + tag:Restroom, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Bathroom . + +brick:Return_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of return air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Return, + tag:Temperature . + +brick:Return_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Temperature_Sensor . + +brick:Rooftop_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Handling_Unit ; + owl:equivalentClass brick:RTU ; + skos:definition "Packaged air conditioner mounted on a roof, the conditioned air being discharged directly into the rooms below or through a duct system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RTU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Rooftop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Equipment, + tag:RTU, + tag:Rooftop . + +brick:Shading_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shade ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Shade . + +brick:Site a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A geographic region containing 0 or more buildings. Typically used as the encapsulating location for a collection of Brick entities through the hasPart/isPartOf relationships"@en ; + sh:property [ sh:or ( [ sh:class brick:Building ] [ sh:class brick:Region ] [ sh:class brick:Site ] [ sh:class brick:Space ] [ sh:class brick:Room ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Site ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Site"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Site ; + brick:isReplacedBy rec:Site . + +brick:Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Smoke_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Detection, + tag:Point, + tag:Smoke . + +brick:Soil a brick:Substance ; + skos:broader brick:Solid . + +brick:Solar_Irradiance a brick:Quantity ; + rdfs:label "SolarIrradiance"@en ; + 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:Speed_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Speed_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Speed . + +brick:Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Static_Pressure_Setpoint ; + skos:definition "Sets the size of a deadband of static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Time . + +brick:Steam_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Steam ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Steam, + tag:Valve . + +brick:Storage_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used for storage"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Storage"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Storage ; + brick:isReplacedBy rec:Storage . + +brick:Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Tank ; + skos:definition "A specialized type of tank intended primarily for the storage of fluids or gases for extended periods."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Storage, + tag:Tank . + +brick:Supply_Air_Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Dewpoint_Sensor ; + owl:equivalentClass brick:Discharge_Air_Dewpoint_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Dewpoint, + tag:Discharge, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:DewPointTemperature ; + brick:hasSubstance brick:Discharge_Air . + +brick:Supply_Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Differential_Pressure_Sensor ; + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ; + owl:equivalentClass brick:Discharge_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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Duct_Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Duct ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Duct, + tag:Point, + tag:Pressure, + tag:Status, + tag:Supply ; + brick:hasQuantity brick:Pressure . + +brick:Supply_Air_Flow_Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Demand, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Flow_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Supply_Air_Flow_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Supply_Air_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Relative_Humidity_Sensor ; + owl:equivalentClass brick:Discharge_Air_Humidity_Sensor ; + skos:definition "Measures the relative humidity of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Humidity_Setpoint ; + skos:definition "Humidity setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Humidity, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Integral_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Integral_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Supply . + +brick:Supply_Air_Proportional_Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Gain_Parameter ; + owl:equivalentClass brick:Discharge_Air_Proportional_Gain_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Gain, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply . + +brick:Supply_Air_Smoke_Detection_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Alarm, + brick:Smoke_Detection_Alarm ; + owl:equivalentClass brick:Discharge_Air_Smoke_Detection_Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Detection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Smoke ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Detection, + tag:Discharge, + tag:Point, + tag:Smoke, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint, + 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + 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, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static, + tag:Supply . + +brick:Supply_Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Sensor ; + skos:definition "The static pressure of air within supply regions of an HVAC system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Static, + tag:Step, + tag:Supply . + +brick:Supply_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Cooling_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Supply_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Heating_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_High_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_High_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint, + brick:Temperature_Low_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Low_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Supply_Air . + +brick:Supply_Air_Temperature_Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Step_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Step_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Parameter, + tag:Point, + tag:Step, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ; + owl:equivalentClass brick:Discharge_Air_Velocity_Pressure_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Supply, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Discharge, + tag:Equipment, + tag:Fan, + tag:Supply . + +brick:System_Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Enable_Command ; + skos:definition "Enables operation of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point, + tag:System . + +brick:Temperature_Differential_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature . + +brick:Thermal_Energy a brick:Quantity ; + qudt:applicableUnit unit:BTU_39DEG_F, + unit:BTU_59DEG_F, + unit:BTU_60DEG_F, + unit:BTU_IT, + unit:BTU_MEAN, + unit:BTU_TH, + unit:CAL_15_DEG_C, + unit:CAL_20DEG_C, + unit:CAL_IT, + unit:CAL_MEAN, + unit:CAL_TH, + unit:GigaJ, + unit:J, + unit:KiloBTU_IT, + unit:KiloBTU_TH, + unit:KiloCAL, + unit:KiloCAL_IT, + unit:KiloCAL_Mean, + unit:KiloCAL_TH, + unit:KiloJ, + unit:MegaJ, + unit:NanoJ, + unit:PicoJ, + unit:THERM_EC, + unit:THERM_US, + unit:THM_EEC, + unit:THM_US, + unit:TON_FG-HR ; + 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_Energy_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Storage_Tank ; + skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating and cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Energy ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Energy, + tag:Equipment, + tag:Storage, + tag:Tank, + tag:Thermal . + +brick:Thermally_Activated_Building_System_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Activated ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:TABS ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Thermally ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Activated, + tag:Building, + tag:Equipment, + tag:Panel, + tag:System, + tag:TABS, + tag:Thermally . + +brick:Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Time . + +brick:Time_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Time ; + brick:hasQuantity brick:Time . + +brick:Tolerance_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "difference between upper and lower limits of size for a given nominal dimension or value."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tolerance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Tolerance . + +brick:Transfer_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switchgear ; + skos:definition "An electrical switch that switches a load between two (or more) sources."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Transfer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Switch, + tag:Transfer . + +brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint, + brick:Cooling_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint, + brick:Heating_Supply_Air_Flow_Setpoint, + brick:Unoccupied_Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Unoccupied_Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Mode_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status, + tag:Unoccupied . + +brick:Unoccupied_Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint, + brick:Unoccupied_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Variable_Air_Volume_Box_With_Reheat a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:RVAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reheat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:RVAV, + tag:Reheat, + tag:Variable, + tag:Volume . + +brick:Voltage_Imbalance a brick:Quantity ; + rdfs:label "VoltageImbalance"@en ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The percent deviation from average voltage", + "The percent deviation from average voltage"@en ; + skos:related brick:Voltage . + +brick:Water_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Water . + +brick:Water_Heater a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An apparatus for heating and usually storing hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heater ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heater, + tag:Water . + +brick:Water_Level_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the height/level of water in some container"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Level, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Level ; + brick:hasSubstance brick:Water . + +brick:Water_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the pressure exerted by water in a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Pressure . + +brick:Water_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Alarm, + brick:Water_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature of water."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature, + tag:Water . + +brick:Wind_Direction a brick:Quantity ; + rdfs:label "Wind_Direction"@en ; + 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:Direction ; + skos:definition "Direction of wind relative to North", + "Direction of wind relative to North"@en . + +brick:Wing a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A wing is part of a building – or any feature of a building – that is subordinate to the main, central structure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Wing . + +brick:deprecatedInVersion a owl:DatatypeProperty ; + rdfs:label "deprecatedInVersion"@en . + +brick:deprecationMitigationMessage a owl:DatatypeProperty ; + rdfs:label "deprecationMitigationMessage"@en . + +brick:deprecationMitigationRule a owl:ObjectProperty ; + rdfs:label "deprecationMitigationRule"@en . + +brick:hasAssociatedTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has associated tag"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isAssociatedWith ; + skos:definition "The class is associated with the given tag"@en . + +brick:hasSubMeter a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "has sub-meter"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isSubMeterOf ; + skos:definition "Indicates a submeter of this meter"@en . + +brick:isAssociatedWith a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is associated with"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasAssociatedTag ; + skos:definition "The tag is associated with the given class"@en . + +brick:isLocationOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is location of"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isLocationOf ; + owl:inverseOf brick:hasLocation ; + skos:definition "Subject is the physical location encapsulating the object"@en . + +brick:isSubMeterOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is sub-meter of"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasSubMeter ; + skos:definition "Indicates the parent for which this meter is a submeter"@en . + +brick:isTagOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is tag of"@en ; + rdfs:subPropertyOf brick:Relationship . + +brick:latitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Latitude"@en ; + rdfs:subPropertyOf sdo:latitude, + brick:Relationship . + +brick:longitude a owl:DatatypeProperty, + owl:ObjectProperty ; + rdfs:label "Longitude"@en ; + rdfs:subPropertyOf sdo:longitude, + brick:Relationship . + +brick:powerComplexity brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalComplexPower ?prop . + } WHERE { + $this brick:powerComplexity ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerComplexity ] ; + brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ], + [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalComplexPower ?prop . + } WHERE { + $this brick:powerComplexity ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerComplexity ] ; + brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ] . + +brick:powerFlow brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalFlow ?prop . + } WHERE { + $this brick:powerFlow ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerFlow ] ; + brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ], + [ brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMigitationRule [ a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalFlow ?prop . + } WHERE { + $this brick:powerFlow ?prop . + }""" ; + sh:prefixes ] ; + sh:targetSubjectsOf brick:powerFlow ] ; + brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ] . + +brick:thermalTransmittance a brick:EntityProperty ; + rdfs:label "Thermal transmittance"@en ; + rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ; + skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value)" . + +ref:BACnetReference a owl:Class, + sh:NodeShape ; + rdfs:label "BACnet Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to the BACnet object represented by this entity." ; + sh:or ( [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:units ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minLength 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ], + [ a sh:PropertyShape ; + sh:datatype bacnet:Property ; + sh:defaultValue bacnet:Present_Value ; + sh:path ref:read-property ] ] [ sh:property [ a sh:PropertyShape ; + skos:definition "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" ; + sh:datatype xsd:string ; + sh:path ref:BACnetURI ] ] ) ; + sh:property [ a sh:PropertyShape ; + sh:class bacnet:BACnetDevice ; + sh:minCount 1 ; + sh:path bacnet:objectOf ] . + +ref:IFCReference a owl:Class, + sh:NodeShape ; + rdfs:label "Industry Foundation Classes Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to an entity in an IFC project which may contain additional metadata about this entity." ; + sh:property [ a sh:PropertyShape ; + skos:definition "Name of the entity in IFC" ; + sh:datatype xsd:string ; + sh:path ref:ifcName ], + [ a sh:PropertyShape ; + skos:definition "The global ID of the entity in the IFC project" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:ifcGlobalID ], + [ a sh:PropertyShape ; + skos:definition "Reference to an IFC Project object, containing the project ID" ; + sh:class ref:ifcProject ; + sh:minCount 1 ; + sh:path ref:hasIfcProjectReference ] . + +bsh:StageShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( 1 2 3 4 1 2 3 4 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ] . + +bsh:ThermalTransmittanceShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:BTU_IT unit:W-PER-M2-K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:hasPointShape a sh:PropertyShape ; + sh:class brick:Point ; + sh:path brick:hasPoint . + +bsh:hasSubstanceShape a sh:PropertyShape ; + sh:class brick:Substance ; + sh:path brick:hasSubstance . + +bsh:hascoordinatesShape a sh:PropertyShape ; + rdfs:label "has Coordinates property"@en ; + sh:node bsh:CoordinateShape ; + sh:path brick:coordinates . + +bsh:haselectricVehicleChargerDirectionalityShape a sh:PropertyShape ; + rdfs:label "has has electric vehicle charger directionality property"@en ; + sh:node bsh:ElectricVehicleChargingDirectionalityShape ; + sh:path brick:electricVehicleChargerDirectionality . + +bsh:haselectricalComplexPowerShape a sh:PropertyShape ; + rdfs:label "has electrical complex power type property"@en ; + sh:node bsh:ElectricalComplexPowerShape ; + sh:path brick:electricalComplexPower . + +bsh:haselectricalFlowShape a sh:PropertyShape ; + rdfs:label "has Electrical flow direction property"@en ; + sh:node bsh:ElectricalFlowShape ; + sh:path brick:electricalFlow . + +bsh:hasvolumeShape a sh:PropertyShape ; + rdfs:label "has Volume property"@en ; + sh:node bsh:VolumeShape ; + sh:path brick:volume . + +tag:AED a brick:Tag ; + rdfs:label "AED"@en . + +tag:Ablutions a brick:Tag ; + rdfs:label "Ablutions"@en . + +tag:Absolute a brick:Tag ; + rdfs:label "Absolute"@en . + +tag:Absorption a brick:Tag ; + rdfs:label "Absorption"@en . + +tag:Acceleration a brick:Tag ; + rdfs:label "Acceleration"@en . + +tag:Activated a brick:Tag ; + rdfs:label "Activated"@en . + +tag:Activation a brick:Tag ; + rdfs:label "Activation"@en . + +tag:Active a brick:Tag ; + rdfs:label "Active"@en . + +tag:Ammonia a brick:Tag ; + rdfs:label "Ammonia"@en . + +tag:Amount a brick:Tag ; + rdfs:label "Amount"@en . + +tag:Atrium a brick:Tag ; + rdfs:label "Atrium"@en . + +tag:Audio a brick:Tag ; + rdfs:label "Audio"@en . + +tag:Auditorium a brick:Tag ; + rdfs:label "Auditorium"@en . + +tag:Auto a brick:Tag ; + rdfs:label "Auto"@en . + +tag:Availability a brick:Tag ; + rdfs:label "Availability"@en . + +tag:Azimuth a brick:Tag ; + rdfs:label "Azimuth"@en . + +tag:BACnet a brick:Tag ; + rdfs:label "BACnet"@en . + +tag:Backflow a brick:Tag ; + rdfs:label "Backflow"@en . + +tag:Basement a brick:Tag ; + rdfs:label "Basement"@en . + +tag:Bench a brick:Tag ; + rdfs:label "Bench"@en . + +tag:Booth a brick:Tag ; + rdfs:label "Booth"@en . + +tag:Branch a brick:Tag ; + rdfs:label "Branch"@en . + +tag:Break a brick:Tag ; + rdfs:label "Break"@en . + +tag:Breakroom a brick:Tag ; + rdfs:label "Breakroom"@en . + +tag:Broadcast a brick:Tag ; + rdfs:label "Broadcast"@en . + +tag:Bus a brick:Tag ; + rdfs:label "Bus"@en . + +tag:Button a brick:Tag ; + rdfs:label "Button"@en . + +tag:CAV a brick:Tag ; + rdfs:label "CAV"@en . + +tag:CRAH a brick:Tag ; + rdfs:label "CRAH"@en . + +tag:Cafeteria a brick:Tag ; + rdfs:label "Cafeteria"@en . + +tag:Call a brick:Tag ; + rdfs:label "Call"@en . + +tag:Capacity a brick:Tag ; + rdfs:label "Capacity"@en . + +tag:Cassette a brick:Tag ; + rdfs:label "Cassette"@en . + +tag:Center a brick:Tag ; + rdfs:label "Center"@en . + +tag:Centrifugal a brick:Tag ; + rdfs:label "Centrifugal"@en . + +tag:Change a brick:Tag ; + rdfs:label "Change"@en . + +tag:Check a brick:Tag ; + rdfs:label "Check"@en . + +tag:Code a brick:Tag ; + rdfs:label "Code"@en . + +tag:Coldest a brick:Tag ; + rdfs:label "Coldest"@en . + +tag:Communication a brick:Tag ; + rdfs:label "Communication"@en . + +tag:Compressor a brick:Tag ; + rdfs:label "Compressor"@en . + +tag:Concessions a brick:Tag ; + rdfs:label "Concessions"@en . + +tag:Condensate a brick:Tag ; + rdfs:label "Condensate"@en . + +tag:Conditioner a brick:Tag ; + rdfs:label "Conditioner"@en . + +tag:Conference a brick:Tag ; + rdfs:label "Conference"@en . + +tag:Constant a brick:Tag ; + rdfs:label "Constant"@en . + +tag:Contact a brick:Tag ; + rdfs:label "Contact"@en . + +tag:Cooler a brick:Tag ; + rdfs:label "Cooler"@en . + +tag:Copy a brick:Tag ; + rdfs:label "Copy"@en . + +tag:Cubicle a brick:Tag ; + rdfs:label "Cubicle"@en . + +tag:Curtailment a brick:Tag ; + rdfs:label "Curtailment"@en . + +tag:Cutout a brick:Tag ; + rdfs:label "Cutout"@en . + +tag:DDAHU a brick:Tag ; + rdfs:label "DDAHU"@en . + +tag:DOAS a brick:Tag ; + rdfs:label "DOAS"@en . + +tag:Data a brick:Tag ; + rdfs:label "Data"@en . + +tag:Daylight a brick:Tag ; + rdfs:label "Daylight"@en . + +tag:Dc a brick:Tag ; + rdfs:label "Dc"@en . + +tag:Deceleration a brick:Tag ; + rdfs:label "Deceleration"@en . + +tag:Dedicated a brick:Tag ; + rdfs:label "Dedicated"@en . + +tag:Defibrillator a brick:Tag ; + rdfs:label "Defibrillator"@en . + +tag:Dehumidification a brick:Tag ; + rdfs:label "Dehumidification"@en . + +tag:Dehumidify a brick:Tag ; + rdfs:label "Dehumidify"@en . + +tag:Deionized a brick:Tag ; + rdfs:label "Deionized"@en . + +tag:Desk a brick:Tag ; + rdfs:label "Desk"@en . + +tag:Detention a brick:Tag ; + rdfs:label "Detention"@en . + +tag:Device a brick:Tag ; + rdfs:label "Device"@en . + +tag:Dimmer a brick:Tag ; + rdfs:label "Dimmer"@en . + +tag:Displacement a brick:Tag ; + rdfs:label "Displacement"@en . + +tag:Dock a brick:Tag ; + rdfs:label "Dock"@en . + +tag:Drench a brick:Tag ; + rdfs:label "Drench"@en . + +tag:Driver a brick:Tag ; + rdfs:label "Driver"@en . + +tag:Dry a brick:Tag ; + rdfs:label "Dry"@en . + +tag:Dual a brick:Tag ; + rdfs:label "Dual"@en . + +tag:ESS a brick:Tag ; + rdfs:label "ESS"@en . + +tag:Econcycle a brick:Tag ; + rdfs:label "Econcycle"@en . + +tag:Electronic a brick:Tag ; + rdfs:label "Electronic"@en . + +tag:Employee a brick:Tag ; + rdfs:label "Employee"@en . + +tag:Environment a brick:Tag ; + rdfs:label "Environment"@en . + +tag:Evaporative a brick:Tag ; + rdfs:label "Evaporative"@en . + +tag:Even a brick:Tag ; + rdfs:label "Even"@en . + +tag:Exercise a brick:Tag ; + rdfs:label "Exercise"@en . + +tag:Eye a brick:Tag ; + rdfs:label "Eye"@en . + +tag:Factor a brick:Tag ; + rdfs:label "Factor"@en . + +tag:Field a brick:Tag ; + rdfs:label "Field"@en . + +tag:Final a brick:Tag ; + rdfs:label "Final"@en . + +tag:First a brick:Tag ; + rdfs:label "First"@en . + +tag:FirstAid a brick:Tag ; + rdfs:label "FirstAid"@en . + +tag:Formaldehyde a brick:Tag ; + rdfs:label "Formaldehyde"@en . + +tag:Freezer a brick:Tag ; + rdfs:label "Freezer"@en . + +tag:Frost a brick:Tag ; + rdfs:label "Frost"@en . + +tag:Gatehouse a brick:Tag ; + rdfs:label "Gatehouse"@en . + +tag:Gateway a brick:Tag ; + rdfs:label "Gateway"@en . + +tag:Glycool a brick:Tag ; + rdfs:label "Glycool"@en . + +tag:Group a brick:Tag ; + rdfs:label "Group"@en . + +tag:HX a brick:Tag ; + rdfs:label "HX"@en . + +tag:Hail a brick:Tag ; + rdfs:label "Hail"@en . + +tag:Hallway a brick:Tag ; + rdfs:label "Hallway"@en . + +tag:Handling a brick:Tag ; + rdfs:label "Handling"@en . + +tag:Hazardous a brick:Tag ; + rdfs:label "Hazardous"@en . + +tag:Head a brick:Tag ; + rdfs:label "Head"@en . + +tag:Heat_Sink a brick:Tag ; + rdfs:label "Heat_Sink"@en . + +tag:Hold a brick:Tag ; + rdfs:label "Hold"@en . + +tag:Horizontal a brick:Tag ; + rdfs:label "Horizontal"@en . + +tag:Hose a brick:Tag ; + rdfs:label "Hose"@en . + +tag:Hospitality a brick:Tag ; + rdfs:label "Hospitality"@en . + +tag:Hub a brick:Tag ; + rdfs:label "Hub"@en . + +tag:Humidification a brick:Tag ; + rdfs:label "Humidification"@en . + +tag:Humidify a brick:Tag ; + rdfs:label "Humidify"@en . + +tag:IAQ a brick:Tag ; + rdfs:label "IAQ"@en . + +tag:IDF a brick:Tag ; + rdfs:label "IDF"@en . + +tag:Induction a brick:Tag ; + rdfs:label "Induction"@en . + +tag:Information a brick:Tag ; + rdfs:label "Information"@en . + +tag:Intrusion a brick:Tag ; + rdfs:label "Intrusion"@en . + +tag:Irradiance a brick:Tag ; + rdfs:label "Irradiance"@en . + +tag:Janitor a brick:Tag ; + rdfs:label "Janitor"@en . + +tag:Jet a brick:Tag ; + rdfs:label "Jet"@en . + +tag:Kitchen a brick:Tag ; + rdfs:label "Kitchen"@en . + +tag:Laminar a brick:Tag ; + rdfs:label "Laminar"@en . + +tag:Last a brick:Tag ; + rdfs:label "Last"@en . + +tag:Library a brick:Tag ; + rdfs:label "Library"@en . + +tag:Loading a brick:Tag ; + rdfs:label "Loading"@en . + +tag:Locally a brick:Tag ; + rdfs:label "Locally"@en . + +tag:Lowest a brick:Tag ; + rdfs:label "Lowest"@en . + +tag:MAU a brick:Tag ; + rdfs:label "MAU"@en . + +tag:MDF a brick:Tag ; + rdfs:label "MDF"@en . + +tag:Mail a brick:Tag ; + rdfs:label "Mail"@en . + +tag:Majlis a brick:Tag ; + rdfs:label "Majlis"@en . + +tag:Massage a brick:Tag ; + rdfs:label "Massage"@en . + +tag:Materials a brick:Tag ; + rdfs:label "Materials"@en . + +tag:Measurable a brick:Tag ; + rdfs:label "Measurable"@en . + +tag:Medical a brick:Tag ; + rdfs:label "Medical"@en . + +tag:Meidcal a brick:Tag ; + rdfs:label "Meidcal"@en . + +tag:Methane a brick:Tag ; + rdfs:label "Methane"@en . + +tag:Mixing a brick:Tag ; + rdfs:label "Mixing"@en . + +tag:Modbus a brick:Tag ; + rdfs:label "Modbus"@en . + +tag:Month a brick:Tag ; + rdfs:label "Month"@en . + +tag:Motion a brick:Tag ; + rdfs:label "Motion"@en . + +tag:Mounted a brick:Tag ; + rdfs:label "Mounted"@en . + +tag:NO2 a brick:Tag ; + rdfs:label "NO2"@en . + +tag:NVR a brick:Tag ; + rdfs:label "NVR"@en . + +tag:No a brick:Tag ; + rdfs:label "No"@en . + +tag:Noncondensing a brick:Tag ; + rdfs:label "Noncondensing"@en . + +tag:Nozzle a brick:Tag ; + rdfs:label "Nozzle"@en . + +tag:Overload a brick:Tag ; + rdfs:label "Overload"@en . + +tag:Ozone a brick:Tag ; + rdfs:label "Ozone"@en . + +tag:PAU a brick:Tag ; + rdfs:label "PAU"@en . + +tag:PIR a brick:Tag ; + rdfs:label "PIR"@en . + +tag:Passive a brick:Tag ; + rdfs:label "Passive"@en . + +tag:Peak a brick:Tag ; + rdfs:label "Peak"@en . + +tag:People a brick:Tag ; + rdfs:label "People"@en . + +tag:Phone a brick:Tag ; + rdfs:label "Phone"@en . + +tag:Piezoelectric a brick:Tag ; + rdfs:label "Piezoelectric"@en . + +tag:Play a brick:Tag ; + rdfs:label "Play"@en . + +tag:PlugStrip a brick:Tag ; + rdfs:label "PlugStrip"@en . + +tag:Plumbing a brick:Tag ; + rdfs:label "Plumbing"@en . + +tag:Portfolio a brick:Tag ; + rdfs:label "Portfolio"@en . + +tag:Prayer a brick:Tag ; + rdfs:label "Prayer"@en . + +tag:Pressurization a brick:Tag ; + rdfs:label "Pressurization"@en . + +tag:Preventer a brick:Tag ; + rdfs:label "Preventer"@en . + +tag:Private a brick:Tag ; + rdfs:label "Private"@en . + +tag:Production a brick:Tag ; + rdfs:label "Production"@en . + +tag:Protect a brick:Tag ; + rdfs:label "Protect"@en . + +tag:Pull a brick:Tag ; + rdfs:label "Pull"@en . + +tag:Push a brick:Tag ; + rdfs:label "Push"@en . + +tag:Quality a brick:Tag ; + rdfs:label "Quality"@en . + +tag:RC a brick:Tag ; + rdfs:label "RC"@en . + +tag:RTU a brick:Tag ; + rdfs:label "RTU"@en . + +tag:RVAV a brick:Tag ; + rdfs:label "RVAV"@en . + +tag:Rack a brick:Tag ; + rdfs:label "Rack"@en . + +tag:Radiation a brick:Tag ; + rdfs:label "Radiation"@en . + +tag:Radioactivity a brick:Tag ; + rdfs:label "Radioactivity"@en . + +tag:Radon a brick:Tag ; + rdfs:label "Radon"@en . + +tag:Rated a brick:Tag ; + rdfs:label "Rated"@en . + +tag:Reader a brick:Tag ; + rdfs:label "Reader"@en . + +tag:Ready a brick:Tag ; + rdfs:label "Ready"@en . + +tag:Real a brick:Tag ; + rdfs:label "Real"@en . + +tag:Reception a brick:Tag ; + rdfs:label "Reception"@en . + +tag:Recorder a brick:Tag ; + rdfs:label "Recorder"@en . + +tag:Refrigeration a brick:Tag ; + rdfs:label "Refrigeration"@en . + +tag:Region a brick:Tag ; + rdfs:label "Region"@en . + +tag:Remotely a brick:Tag ; + rdfs:label "Remotely"@en . + +tag:Request a brick:Tag ; + rdfs:label "Request"@en . + +tag:Required a brick:Tag ; + rdfs:label "Required"@en . + +tag:Rest a brick:Tag ; + rdfs:label "Rest"@en . + +tag:Restroom a brick:Tag ; + rdfs:label "Restroom"@en . + +tag:Retail a brick:Tag ; + rdfs:label "Retail"@en . + +tag:Reversing a brick:Tag ; + rdfs:label "Reversing"@en . + +tag:Router a brick:Tag ; + rdfs:label "Router"@en . + +tag:Sash a brick:Tag ; + rdfs:label "Sash"@en . + +tag:Schedule a brick:Tag ; + rdfs:label "Schedule"@en . + +tag:Seismic a brick:Tag ; + rdfs:label "Seismic"@en . + +tag:Selector a brick:Tag ; + rdfs:label "Selector"@en . + +tag:Shaft a brick:Tag ; + rdfs:label "Shaft"@en . + +tag:Shared a brick:Tag ; + rdfs:label "Shared"@en . + +tag:Short a brick:Tag ; + rdfs:label "Short"@en . + +tag:Shutdown a brick:Tag ; + rdfs:label "Shutdown"@en . + +tag:Shutoff a brick:Tag ; + rdfs:label "Shutoff"@en . + +tag:Site a brick:Tag ; + rdfs:label "Site"@en . + +tag:Soil a brick:Tag ; + rdfs:label "Soil"@en . + +tag:Sports a brick:Tag ; + rdfs:label "Sports"@en . + +tag:Stages a brick:Tag ; + rdfs:label "Stages"@en . + +tag:Staircase a brick:Tag ; + rdfs:label "Staircase"@en . + +tag:Storey a brick:Tag ; + rdfs:label "Storey"@en . + +tag:Structure a brick:Tag ; + rdfs:label "Structure"@en . + +tag:Studio a brick:Tag ; + rdfs:label "Studio"@en . + +tag:Suction a brick:Tag ; + rdfs:label "Suction"@en . + +tag:Switchgear a brick:Tag ; + rdfs:label "Switchgear"@en . + +tag:TABS a brick:Tag ; + rdfs:label "TABS"@en . + +tag:TETRA a brick:Tag ; + rdfs:label "TETRA"@en . + +tag:Tablet a brick:Tag ; + rdfs:label "Tablet"@en . + +tag:Team a brick:Tag ; + rdfs:label "Team"@en . + +tag:Temporary a brick:Tag ; + rdfs:label "Temporary"@en . + +tag:Terminal a brick:Tag ; + rdfs:label "Terminal"@en . + +tag:Thermally a brick:Tag ; + rdfs:label "Thermally"@en . + +tag:Throttling a brick:Tag ; + rdfs:label "Throttling"@en . + +tag:Ticketing a brick:Tag ; + rdfs:label "Ticketing"@en . + +tag:Timer a brick:Tag ; + rdfs:label "Timer"@en . + +tag:Touchpanel a brick:Tag ; + rdfs:label "Touchpanel"@en . + +tag:Tunnel a brick:Tag ; + rdfs:label "Tunnel"@en . + +tag:VAV a brick:Tag ; + rdfs:label "VAV"@en . + +tag:Vent a brick:Tag ; + rdfs:label "Vent"@en . + +tag:Vibration a brick:Tag ; + rdfs:label "Vibration"@en . + +tag:Visitor a brick:Tag ; + rdfs:label "Visitor"@en . + +tag:Visual a brick:Tag ; + rdfs:label "Visual"@en . + +tag:Wardrobe a brick:Tag ; + rdfs:label "Wardrobe"@en . + +tag:Warm a brick:Tag ; + rdfs:label "Warm"@en . + +tag:Warmest a brick:Tag ; + rdfs:label "Warmest"@en . + +tag:Weather a brick:Tag ; + rdfs:label "Weather"@en . + +tag:Window a brick:Tag ; + rdfs:label "Window"@en . + +tag:Wing a brick:Tag ; + rdfs:label "Wing"@en . + +tag:Wireless a brick:Tag ; + rdfs:label "Wireless"@en . + +tag:Workshop a brick:Tag ; + rdfs:label "Workshop"@en . + +tag:Zenith a brick:Tag ; + rdfs:label "Zenith"@en . + +brick:Air_Diffuser a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A device that is a component of the air distribution system that controls the delivery of conditioned and/or ventilating air into a room"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Diffuser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Diffuser, + tag:Equipment . + +brick:Air_Flow_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Alarm ; + skos:definition "An alarm related to air flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Flow, + tag:Point . + +brick:Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A component of the HVAC the receives air from the air handling unit or room to distribute or exhaust to or from the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Equipment, + tag:Plenum . + +brick:Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Alarm, + brick:Temperature_Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of air."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Air_Velocity_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Velocity_Pressure_Sensor ; + skos:definition "Measures the difference between total air pressure and static air pressure."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Velocity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor, + tag:Velocity ; + brick:hasQuantity brick:Velocity_Pressure . + +brick:Baseboard_Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Radiator ; + skos:definition "Steam, hydronic, or electric heating device located at or near the floor."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Baseboard ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Baseboard, + tag:Equipment, + tag:Radiator . + +brick:Booster_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pump ; + skos:definition "Used to increase the pressure and flow of a fluid, typically water, in a system to ensure adequate supply where needed."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Booster ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Booster, + tag:Equipment, + tag:Pump . + +brick:Building a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO 12006-2:2013]"@en ; + sh:property [ sh:or ( [ sh:class brick:Floor ] [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] [ sh:class brick:Wing ] ) ; + sh:path brick:hasPart ], + bsh:hasAddressShape, + bsh:hasbuildingPrimaryFunctionShape, + bsh:hasbuildingThermalTransmittanceShape, + bsh:hasyearBuiltShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Building"^^xsd:string ; + brick:hasAssociatedTag tag:Building, + tag:Location ; + brick:isReplacedBy rec:Building . + +brick:Bypass_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air in a bypass duct, used to relieve static pressure"@en . + +brick:Bypass_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water that circumvents a piece of equipment or system"@en . + +brick:Circulator_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pump ; + skos:definition "Used to move hot or cold water in a closed circuit, ensuring continuous fluid flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Circulator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Circulator, + tag:Equipment, + tag:Pump . + +brick:Collection_Basin_Water a brick:Substance ; + rdfs:seeAlso ; + skos:broader brick:Water ; + skos:definition "Water transiently collected and directed to the sump or pump suction line, typically integral with a cooling tower"@en . + +brick:Computer_Room_Air_Conditioning a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:CRAC ; + skos:definition "A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:CRAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Computer ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:CRAC, + tag:Computer, + tag:Conditioning, + tag:Equipment, + tag:Room . + +brick:Controller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Controller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Controller, + tag:Equipment, + tag:ICT . + +brick:Cooling_Only_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condensing_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Unit . + +brick:Current_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the amperes of electrical current passing through the sensor"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ElectricCurrentObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Current ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Current, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:ElectricCurrent . + +brick:Deionized_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water which has been purified by removing its ions (constituting the majority of non-particulate contaminants)"@en . + +brick:Demand_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of power consumed by the use of some process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Power . + +brick:Differential_Pressure_Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Shed_Status, + brick:Pressure_Status ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Load, + tag:Point, + tag:Pressure, + tag:Shed, + tag:Status . + +brick:Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Sensor ; + skos:definition "Measures the difference between two applied pressures"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Discharge_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + owl:equivalentClass brick:Supply_Air_Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Static_Pressure_Setpoint . + +brick:Discharge_Air_Temperature_Cooling_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Cooling_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Cooling_Setpoint ; + skos:definition "Sets temperature of discharge air for cooling"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Cooling_Setpoint . + +brick:Discharge_Air_Temperature_Heating_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Temperature_Setpoint, + brick:Supply_Air_Temperature_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Heating_Setpoint ; + skos:definition "Sets temperature of discharge air for heating"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Heating_Setpoint . + +brick:Discharge_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:equivalentClass brick:Supply_Air_Temperature_Setpoint ; + skos:definition "Sets temperature of discharge air"@en ; + brick:aliasOf brick:Supply_Air_Temperature_Setpoint . + +brick:Discharge_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Sensor . + +brick:Disconnect_Switch a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Switchgear ; + owl:equivalentClass brick:Isolation_Switch ; + skos:definition "A disconnect switch performs the task of manually cutting or reconnecting power from an electrical supply by creating or closing an air insulation gap between two conduction points. Also known as an 'Isolation Switch'."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Disconnect ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switch ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:aliasOf brick:Isolation_Switch ; + brick:hasAssociatedTag tag:Disconnect, + tag:Equipment, + tag:Switch . + +brick:Domestic_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Domestic ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Domestic, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature . + +brick:Duration_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the duration of a phenomenon or event"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TimeSpanObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Duration ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Duration, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:Time . + +brick:Electrical_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Service_Room ; + owl:deprecated true ; + skos:definition "A class of service rooms that house electrical equipment for a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Electrical, + tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:ElectricityRoom . + +brick:Emergency_Wash_Station a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Safety_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Emergency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Station ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Wash ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Emergency, + tag:Equipment, + tag:Safety, + tag:Station, + tag:Wash . + +brick:Enclosed_Office a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Office ; + owl:deprecated true ; + skos:definition "A space for individuals to work with walls and a door"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Enclosed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Worksapce"^^xsd:string ; + brick:hasAssociatedTag tag:Enclosed, + tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Workspace . + +brick:Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the rate of flow of some substance"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VolumeFlowRateObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Fluid a brick:Substance ; + skos:definition "substance, as a liquid or gas, that is capable of flowing and that changes shape when acted on by a force."@en ; + skos:narrower brick:Gas, + brick:Liquid, + brick:Refrigerant . + +brick:Gain_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Gain ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Gain, + tag:PID, + tag:Parameter, + tag:Point . + +brick:GrainsOfMoisture a brick:Quantity ; + rdfs:label "GrainsOfMoisture"@en ; + qudt:applicableUnit unit:GRAIN ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Mass ; + skos:definition "Mass of moisture per pround of air, measured in grains of water" . + +brick:HVAC_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment, + brick:Valve ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC, + tag:Valve . + +brick:Heat_Pump_Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Condensing_Unit ; + skos:definition "An outdoor HVAC unit that functions in both heating and cooling modes. It includes a reversing valve along with a condenser coil and compressor, enabling the switch between cooling and heating by reversing refrigerant flow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cooling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heating ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Cooling, + tag:Equipment, + tag:Heating, + tag:Unit . + +brick:Heating_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a heating coil"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Heat, + tag:Valve . + +brick:High_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates high temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:High, + tag:Point, + tag:Temperature . + +brick:Hot_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Hot_Water . + +brick:Hot_Water_Supply_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor . + +brick:Hot_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of hot water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Hot_Water . + +brick:Humidity_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to humidity-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Parameter, + tag:Point . + +brick:ICT_Hardware a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hardware ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Hardware, + tag:ICT . + +brick:Load_Shed_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls load shedding behavior provided by a control system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Load, + tag:Point, + tag:Shed . + +brick:Load_Shed_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Load_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Setpoint, + tag:Shed ; + brick:hasQuantity qudtqk:Power . + +brick:Load_Shed_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a load shedding policy is in effect"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Load ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Shed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Load, + tag:Point, + tag:Shed, + tag:Status . + +brick:Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection, + rec:Collection ; + skos:definition "A collection of connected equipment; part of a System"@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Location ] ) ; + sh:path brick:hasPart ], + [ a sh:PropertyShape ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:includes ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:Loop . + +brick:Low_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Alarm ; + skos:definition "An alarm that indicates low temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Low, + tag:Point, + tag:Temperature . + +brick:Media_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces related to the creation of media"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Media ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Media, + tag:Room, + tag:Space . + +brick:Mode_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Controls the operating mode of a device or controller"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Mode, + tag:Point . + +brick:Occupancy a brick:Quantity ; + skos:narrower brick:Occupancy_Count, + brick:Occupancy_Percentage . + +brick:Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if a control loop, relay or equipment is off"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:Point, + tag:Status . + +brick:Office a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of rooms dedicated for work or study"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Office ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Office, + tag:Room, + tag:Space ; + brick:isReplacedBy rec:Office . + +brick:Outside_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "Measures the temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:PM10_Concentration a brick:Quantity ; + rdfs:label "PM10Concentration"@en ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 10 microns or less in air" . + +brick:PM1_Concentration a brick:Quantity ; + rdfs:label "PM1Concentration"@en ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 1 microns or less in air" . + +brick:PM2.5_Concentration a brick:Quantity ; + rdfs:label "PM2.5Concentration"@en ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + rdfs:isDefinedBy ; + skos:broader brick:Air_Quality ; + skos:definition "The concentration of particulates with diameter of 2.5 microns or less in air" . + +brick:PV_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "An integrated assembly of interconnected photovoltaic cells designed to deliver a selected level of working voltage and current at its output terminals packaged for protection against environment degradation and suited for incorporation in photovoltaic power systems."@en ; + sh:property bsh:hasmeasuredModuleConversionEfficiencyShape, + bsh:hasratedModuleConversionEfficiencyShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Solar ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:PV, + tag:Panel, + tag:Solar . + +brick:Phasor_Angle a brick:Quantity ; + rdfs:label "PhasorAngle"@en ; + 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 qudtqk:PlaneAngle ; + skos:definition "Angle component of a phasor" ; + skos:related brick:Phasor . + +brick:Position_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the current position of a component in terms of a fraction of its full range of motion"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Position ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Position, + tag:Sensor ; + brick:hasQuantity brick:Position . + +brick:Pressure_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates if pressure is within expected bounds"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Status ; + brick:hasQuantity brick:Pressure . + +brick:Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Machine for imparting energy to a fluid, causing it to do work, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump . + +brick:Radiant_Panel_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of the radiant panel of the radiant heating and cooling HVAC system."@en ; + sh:property [ sh:class brick:Radiant_Panel ; + sh:path brick:isPointOf ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Radiant_Panel_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of radiant panel."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Panel, + tag:Point, + tag:Radiant, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Radioactivity_Concentration a brick:Quantity ; + skos:broader brick:Air_Quality ; + skos:narrower brick:Radon_Concentration . + +brick:Refrigerant_Metering_Device a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Responsible for regulating refrigerant flow, which includes mechanisms like TXVs, EXVs, and capillary tubes"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Device ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fluid ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Throttling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Device, + tag:Fluid, + tag:Throttling . + +brick:Reset_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that reset a flag, property or value to its default"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point, + tag:Reset . + +brick:Return_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The target temperature for return air, often used as an approximation of zone air temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Return ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Return, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Return_Air . + +brick:Return_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Flow_Sensor . + +brick:Return_Water_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Entering_Water_Temperature_Setpoint . + +brick:Room_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of room air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Room, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Safety_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Safety, + tag:System . + +brick:Service_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces related to the operations of building subsystems, e.g. HVAC, electrical, IT, plumbing, etc"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Service ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Service, + tag:Space ; + brick:isReplacedBy rec:UtilitiesRoom . + +brick:Speed_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the magnitude of velocity of some form of movement"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VelocityObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Speed ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Speed ; + brick:hasQuantity brick:Speed . + +brick:Static_Pressure_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Proportional, + tag:Static . + +brick:Static_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static . + +brick:Step_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Step ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Step . + +brick:Supply_Air_Plenum a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Plenum ; + owl:equivalentClass brick:Discharge_Air_Plenum ; + skos:definition "A component of the HVAC the receives air from the air handling unit to distribute to the building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Plenum ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Equipment, + tag:Plenum, + tag:Supply . + +brick:Supply_Water_Flow_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Flow_Sensor . + +brick:TVOC_Concentration a brick:Quantity ; + rdfs:label "TVOCConcentration"@en ; + qudt:applicableUnit unit:MicroGM-PER-M3, + unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of total volatile organic compounds in air" . + +brick:Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A container designed to hold or store fluids for various applications within a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Thermal_Expansion_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Tank ; + skos:definition "A tank designed to accommodate the expansion and contraction of a fluid, typically water, in a closed heating or cooling system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Tank ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Tank . + +brick:Video_Surveillance_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Security_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Surveillance ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Video ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security, + tag:Surveillance, + tag:Video . + +brick:Voltage a brick:Quantity ; + qudt:applicableUnit unit:FemtoV, + unit:GigaV, + unit:KiloV, + unit:MegaV, + unit:MicroV, + unit:MilliV, + unit:NanoV, + unit:PicoV, + unit:PlanckVolt, + unit:TeraV, + unit:V, + unit:V_Ab, + unit:V_Stat ; + skos:definition "Voltage, also referred to as Electric Tension, is the difference between electrical potentials of two points. For an electric field within a medium, (U_{ab} = - \\int_{r_a}^{r_b} E . {dr}), where (E) is electric field strength. For an irrotational electric field, the voltage is independent of the path between the two points (a) and (b)."@en ; + skos:related brick:Voltage_Angle, + brick:Voltage_Imbalance ; + brick:hasQUDTReference qudtqk:Voltage . + +brick:Voltage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the voltage of an electrical device or object"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:VoltageObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Voltage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Voltage ; + brick:hasQuantity qudtqk:Voltage . + +brick:Water_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in water pressure between two points in a system."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Water ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Water_Level_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Alarm ; + skos:definition "An alarm that indicates a high or low water level e.g. in a basin"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Level ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Level, + tag:Point, + tag:Water . + +brick:Water_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures the usage or consumption of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter, + tag:Water ; + brick:hasSubstance brick:Water . + +brick:Water_Pump a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pump ; + skos:definition "A pump that performs work on water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pump ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Pump, + tag:Water . + +brick:Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:System, + tag:Water . + +brick:Wet_Bulb_Temperature a brick:Quantity ; + rdfs:label "Wet_Bulb_Temperature"@en ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:K ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Temperature, + brick:Temperature ; + skos:definition "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)", + "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only. DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)"@en . + +brick:Zone_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + skos:definition "A physical or virtual sensor which represents the temperature of an HVAC Zone"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:ambientTemperatureOfMeasurement a owl:ObjectProperty ; + rdfs:label "ambientTemperatureOfMeasurement"@en . + +brick:conversionEfficiency a brick:EntityProperty ; + rdfs:label "Conversion efficiency"@en ; + skos:definition "The percent efficiency of the conversion process (usually to power or energy) carried out by the entity" . + +brick:deprecation a brick:EntityProperty ; + rdfs:label "Deprecation Notice"@en ; + skos:definition "Marks a concept as deprecated" . + +brick:hasSubstance a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has Substance"@en ; + rdfs:subPropertyOf brick:Relationship . + +brick:isFedBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is fed by"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isFedBy ; + owl:inverseOf brick:feeds . + +brick:isMeteredBy a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "is metered by"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:meters ; + skos:definition "Indicates the meter measuring the consumption/production of some substance by the subject entity"@en . + +brick:isPointOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is point of"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:isPointOf ; + owl:inverseOf brick:hasPoint ; + skos:definition "The subject is a source of telemetry related to the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:ratedCurrentInput a brick:EntityProperty ; + rdfs:label "Rated current input"@en ; + skos:definition "The nominal rated current input of the entity" . + +brick:ratedCurrentOutput a brick:EntityProperty ; + rdfs:label "Rated current output"@en ; + skos:definition "The nominal rated current output of the entity" . + +brick:ratedVoltageInput a brick:EntityProperty ; + rdfs:label "Measured voltage input"@en ; + skos:definition "The nominal rated voltage input of the entity" . + +brick:ratedVoltageOutput a brick:EntityProperty ; + rdfs:label "Rated voltage output"@en ; + skos:definition "The nominal rated voltage output of the entity" . + +ref:TimeseriesReference a owl:Class, + sh:NodeShape ; + rdfs:label "Timeseries Reference" ; + rdfs:subClassOf ref:ExternalReference ; + skos:definition "A reference to a stream of timeseries data in a database. Contains the data for this entity" ; + sh:property [ a sh:PropertyShape ; + skos:definition "The identifier for the timeseries data corresponding to this point" ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ref:hasTimeseriesId ], + [ a sh:PropertyShape ; + skos:definition "Refers to a database storing the timeseries data for the related point. Properties on this class are *to be determined*; feel free to add arbitrary properties onto Database instances for your particular deployment" ; + sh:nodeKind sh:IRIOrLiteral ; + sh:path ref:storedAt ] . + +bsh:EfficiencyShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:or bsh:NumericValue ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PERCENT ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +bsh:LastKnownDoubleShape a owl:Class, + sh:NodeShape ; + rdfs:subClassOf bsh:LastKnownValueShape ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value"^^xsd:string ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp"^^xsd:string ; + sh:path brick:timestamp ] . + +bsh:TemperatureShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:MilliDEG_C unit:DEG_R unit:DEG_F unit:DEG_C unit:PlanckTemperature unit:K ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:isMeteredByShape a sh:PropertyShape ; + sh:class brick:Meter ; + sh:path brick:isMeteredBy . + +brick:Air_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Point . + +brick:Air_Differential_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Pressure_Setpoint ; + skos:definition "Sets the target air differential pressure between an upstream and downstream point in a air duct or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Temperature_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter, + brick:Temperature_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Temperature, + tag:Time . + +brick:Building_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air contained within a building"@en . + +brick:CO2_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO2 in air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO2 ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO2, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO2_Concentration ; + brick:hasSubstance brick:Air . + +brick:CO_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Measures properties of CO"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:CO ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:CO, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:CO_Concentration ; + brick:hasSubstance brick:Air . + +brick:Chilled_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chiller a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Refrigerating machine used to transfer heat between fluids. Chillers are either direct expansion with a compressor or absorption type."@en ; + sh:property bsh:hascoolingCapacityShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chiller ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chiller, + tag:Equipment . + +brick:Condenser_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the flow of the condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Condenser_Water . + +brick:Condensing_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "An outdoor HVAC unit that typically condenses refrigerant from gas to liquid, integral to the refrigeration cycle. It comprises a condenser coil, compressor, fan, and potentially a reversing valve in heat pump applications."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Condensing ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Condensing, + tag:Equipment, + tag:Unit . + +brick:Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the size of a deadband"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Demand_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets the rate required for a process"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Demand ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Demand, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:Power . + +brick:Differential_Pressure_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Differential_Setpoint ; + skos:definition "Sets the size of a deadband of differential pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Differential_Pressure . + +brick:Differential_Pressure_Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Integral_Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Time . + +brick:Differential_Pressure_Proportional_Band a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:Differential, + tag:PID, + tag:Point, + tag:Pressure, + tag:Proportional . + +brick:Differential_Pressure_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Differential_Pressure_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Limit, + tag:Parameter, + tag:Point, + tag:Pressure, + tag:Setpoint . + +brick:Entering_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water enteringed to a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Hot_Water . + +brick:Entering_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water entering a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Entering_Water . + +brick:Gauge_Pressure a brick:Quantity ; + rdfs:label "Gauge_Pressure"@en ; + qudt:applicableUnit unit:BAR, + unit:IN_H2O, + unit:LB_F-PER-IN2, + unit:MilliM_H2O ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Pressure, + brick:Pressure ; + skos:definition "Pressure relative to atmospheric pressure" . + +brick:Hot_Water_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_System ; + skos:definition "The equipment, devices and conduits that handle the production and distribution of hot water in a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:System, + tag:Water . + +brick:Laboratory a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "facility acceptable to the local, national, or international recognized authority having jurisdiction and which provides uniform testing and examination procedures and standards for meeting design, manufacturing, and factory testing requirements."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Laboratory ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory"^^xsd:string ; + brick:hasAssociatedTag tag:Laboratory, + tag:Location, + tag:Room ; + brick:isReplacedBy rec:Laboratory . + +brick:Leaving_Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Setpoint ; + skos:definition "Sets the target flow rate of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Water . + +brick:Leaving_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Lighting_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:property [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class brick:Electrical_Equipment ] ) ; + sh:path brick:hasPart ], + [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Lighting ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Lighting . + +brick:Outdoor_Area a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A class of spaces that exist outside of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Area ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outdoor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OutdoorSpace"^^xsd:string ; + brick:hasAssociatedTag tag:Area, + tag:Location, + tag:Outdoor ; + brick:isReplacedBy rec:OutdoorSpace . + +brick:PID_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:PID, + tag:Parameter, + tag:Point . + +brick:Particulate_Matter_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Quality_Sensor ; + skos:definition "Detects pollutants in the ambient air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Matter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Particulate ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Matter, + tag:Particulate, + tag:Point, + tag:Sensor ; + brick:hasQuantity brick:Air_Quality ; + brick:hasSubstance brick:Air . + +brick:Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint ; + brick:hasQuantity brick:Pressure . + +brick:Radiator a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "Heat exchangers designed to transfer thermal energy from one medium to another"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiator ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Radiator . + +brick:Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Setpoints used in reset strategies"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Reset, + tag:Setpoint ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Safety . + +brick:Security_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Security ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Security . + +brick:Solid a brick:Substance ; + skos:definition "one of the three states or phases of matter characterized by stability of dimensions, relative incompressibility, and molecular motion held to limited oscillation."@en ; + skos:narrower brick:Frost, + brick:Hail, + brick:Ice, + brick:Soil . + +brick:Supply_Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Sensor ; + owl:equivalentClass brick:Discharge_Air_Flow_Sensor ; + skos:definition "Measures the rate of flow of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Static_Pressure_Setpoint ; + skos:definition "Sets static pressure of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static, + tag:Supply ; + brick:hasQuantity brick:Static_Pressure ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Sensor ; + owl:equivalentClass brick:Discharge_Air_Temperature_Sensor ; + skos:definition "Measures the temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Sensor, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:System_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates properties of the activity of a system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status, + tag:System . + +brick:Telecom_Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Room ; + owl:deprecated true ; + skos:definition "A class of spaces used to support telecommuncations and IT equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Telecom ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room, + tag:Space, + tag:Telecom ; + brick:isReplacedBy rec:DataServerRoom . + +brick:Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "An alarm that indicates the off-normal conditions associated with temperature."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Temperature . + +brick:Usage_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures the amount of some substance that is consumed or used, over some period of time"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Usage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Usage ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Variable_Air_Volume_Box a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + owl:equivalentClass brick:VAV ; + skos:definition "A device that regulates the volume and temperature of air delivered to a zone by opening or closing a damper"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Box ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VAV ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Volume ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Box, + tag:Equipment, + tag:VAV, + tag:Variable, + tag:Volume . + +brick:Vertical_Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A class of spaces used to connect multiple floors or levels.."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Vertical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Location, + tag:Space, + tag:Vertical . + +brick:Water_Differential_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the difference in water temperature between an upstream and downstream point in a pipe or conduit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Differential, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Water . + +brick:Water_Loop a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Loop ; + skos:definition "A collection of equipment that transport and regulate water among each other"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Loop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Loop, + tag:Water . + +brick:area a brick:EntityProperty ; + rdfs:label "Area"@en ; + skos:definition "Entity has 2-dimensional area" . + +brick:hasLocation a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has location"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:locatedIn ; + owl:inverseOf brick:isLocationOf ; + skos:definition "Subject is physically located in the location given by the object"@en . + +brick:hasPoint a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has point"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:hasPoint ; + owl:inverseOf brick:isPointOf ; + skos:definition "The subject has a source of telemetry identified by the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en . + +brick:hasQuantity a owl:AsymmetricProperty, + owl:IrreflexiveProperty ; + rdfs:label "Has Quantity"@en ; + rdfs:subPropertyOf qudt:hasQuantityKind, + brick:Relationship . + +brick:meters a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "meters"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isMeteredBy ; + skos:definition "Indicates the entity whose consumption/production of some substance is measured by this meter."@en . + +ref:ExternalReference a owl:Class, + sh:NodeShape ; + rdfs:label "External reference" ; + rdfs:subClassOf s223:ExternalReference ; + skos:definition "The parent class of all external reference types" . + +bsh:AreaShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:in ( unit:FT2 unit:M2 ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or bsh:NumericValue ; + sh:path brick:value ] . + +bsh:PowerQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the power input was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ] . + +tag:Aid a brick:Tag ; + rdfs:label "Aid"@en . + +tag:Array a brick:Tag ; + rdfs:label "Array"@en . + +tag:Blind a brick:Tag ; + rdfs:label "Blind"@en . + +tag:Bulb a brick:Tag ; + rdfs:label "Bulb"@en . + +tag:CRAC a brick:Tag ; + rdfs:label "CRAC"@en . + +tag:Camera a brick:Tag ; + rdfs:label "Camera"@en . + +tag:Circuit a brick:Tag ; + rdfs:label "Circuit"@en . + +tag:Collector a brick:Tag ; + rdfs:label "Collector"@en . + +tag:Color a brick:Tag ; + rdfs:label "Color"@en . + +tag:Computer a brick:Tag ; + rdfs:label "Computer"@en . + +tag:Concentration a brick:Tag ; + rdfs:label "Concentration"@en . + +tag:Conductivity a brick:Tag ; + rdfs:label "Conductivity"@en . + +tag:Cooled a brick:Tag ; + rdfs:label "Cooled"@en . + +tag:Core a brick:Tag ; + rdfs:label "Core"@en . + +tag:Correlated a brick:Tag ; + rdfs:label "Correlated"@en . + +tag:Count a brick:Tag ; + rdfs:label "Count"@en . + +tag:Cycle a brick:Tag ; + rdfs:label "Cycle"@en . + +tag:Deck a brick:Tag ; + rdfs:label "Deck"@en . + +tag:Deionised a brick:Tag ; + rdfs:label "Deionised"@en . + +tag:Delay a brick:Tag ; + rdfs:label "Delay"@en . + +tag:Derivative a brick:Tag ; + rdfs:label "Derivative"@en . + +tag:Direct a brick:Tag ; + rdfs:label "Direct"@en . + +tag:Drive a brick:Tag ; + rdfs:label "Drive"@en . + +tag:Duration a brick:Tag ; + rdfs:label "Duration"@en . + +tag:Economizer a brick:Tag ; + rdfs:label "Economizer"@en . + +tag:Elevator a brick:Tag ; + rdfs:label "Elevator"@en . + +tag:Entrance a brick:Tag ; + rdfs:label "Entrance"@en . + +tag:Ethernet a brick:Tag ; + rdfs:label "Ethernet"@en . + +tag:Fluid a brick:Tag ; + rdfs:label "Fluid"@en . + +tag:Food a brick:Tag ; + rdfs:label "Food"@en . + +tag:Freeze a brick:Tag ; + rdfs:label "Freeze"@en . + +tag:Fume a brick:Tag ; + rdfs:label "Fume"@en . + +tag:Furniture a brick:Tag ; + rdfs:label "Furniture"@en . + +tag:Ground a brick:Tag ; + rdfs:label "Ground"@en . + +tag:Handler a brick:Tag ; + rdfs:label "Handler"@en . + +tag:Hood a brick:Tag ; + rdfs:label "Hood"@en . + +tag:Humidifier a brick:Tag ; + rdfs:label "Humidifier"@en . + +tag:Ice a brick:Tag ; + rdfs:label "Ice"@en . + +tag:Inside a brick:Tag ; + rdfs:label "Inside"@en . + +tag:Intake a brick:Tag ; + rdfs:label "Intake"@en . + +tag:Inverter a brick:Tag ; + rdfs:label "Inverter"@en . + +tag:Lag a brick:Tag ; + rdfs:label "Lag"@en . + +tag:Lounge a brick:Tag ; + rdfs:label "Lounge"@en . + +tag:Luminaire a brick:Tag ; + rdfs:label "Luminaire"@en . + +tag:Main a brick:Tag ; + rdfs:label "Main"@en . + +tag:Maintenance a brick:Tag ; + rdfs:label "Maintenance"@en . + +tag:Makeup a brick:Tag ; + rdfs:label "Makeup"@en . + +tag:Mechanical a brick:Tag ; + rdfs:label "Mechanical"@en . + +tag:Modulating a brick:Tag ; + rdfs:label "Modulating"@en . + +tag:Operating a brick:Tag ; + rdfs:label "Operating"@en . + +tag:Override a brick:Tag ; + rdfs:label "Override"@en . + +tag:PM1 a brick:Tag ; + rdfs:label "PM1"@en . + +tag:PM10 a brick:Tag ; + rdfs:label "PM10"@en . + +tag:PM2.5 a brick:Tag ; + rdfs:label "PM2.5"@en . + +tag:Port a brick:Tag ; + rdfs:label "Port"@en . + +tag:Pre a brick:Tag ; + rdfs:label "Pre"@en . + +tag:Reactive a brick:Tag ; + rdfs:label "Reactive"@en . + +tag:Regulator a brick:Tag ; + rdfs:label "Regulator"@en . + +tag:Relay a brick:Tag ; + rdfs:label "Relay"@en . + +tag:Rooftop a brick:Tag ; + rdfs:label "Rooftop"@en . + +tag:Server a brick:Tag ; + rdfs:label "Server"@en . + +tag:Shower a brick:Tag ; + rdfs:label "Shower"@en . + +tag:Stage a brick:Tag ; + rdfs:label "Stage"@en . + +tag:TVOC a brick:Tag ; + rdfs:label "TVOC"@en . + +tag:Torque a brick:Tag ; + rdfs:label "Torque"@en . + +tag:Tower a brick:Tag ; + rdfs:label "Tower"@en . + +tag:Transformer a brick:Tag ; + rdfs:label "Transformer"@en . + +tag:Wall a brick:Tag ; + rdfs:label "Wall"@en . + +tag:Wet a brick:Tag ; + rdfs:label "Wet"@en . + +tag:Wheel a brick:Tag ; + rdfs:label "Wheel"@en . + +tag:Wind a brick:Tag ; + rdfs:label "Wind"@en . + +rec:hasPart rdfs:subPropertyOf brick:hasPart . + +rec:isPartOf rdfs:subPropertyOf brick:isPartOf . + +brick:Air_Differential_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Pressure_Sensor, + brick:Differential_Pressure_Sensor ; + skos:definition "Measures the difference in pressure between two regions of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Differential_Pressure ; + brick:hasSubstance brick:Air . + +brick:Air_Static_Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Static_Pressure_Sensor ; + skos:definition "Measures the pressure exerted by the air in a system, not influenced by its motion."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Pressure, + tag:Sensor, + tag:Static ; + brick:hasQuantity brick:Pressure . + +brick:Chilled_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a chilled water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Chilled_Water . + +brick:Chilled_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Class a owl:Class . + +brick:Condenser_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of condenser water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Condenser ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Condenser, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Condenser_Water . + +brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Cooling_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for cooling"@en ; + brick:aliasOf brick:Cooling_Supply_Air_Flow_Setpoint . + +brick:Cooling_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The cooling setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Direction a brick:Quantity ; + skos:narrower brick:Wind_Direction . + +brick:Disable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that disable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Disable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Disable, + tag:Point . + +brick:Discharge_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor . + +brick:Electric_Current a brick:Quantity ; + qudt:applicableUnit unit:A, + unit:A_Ab, + unit:A_Stat, + unit:AttoA, + unit:BIOT, + unit:FemtoA, + unit:GigaA, + unit:KiloA, + unit:MegaA, + unit:MicroA, + unit:MilliA, + unit:NanoA, + unit:PetaA, + unit:PicoA, + unit:PlanckCurrent, + unit:TeraA ; + skos:related brick:Alternating_Current_Frequency, + brick:Current_Angle, + brick:Current_Imbalance, + brick:Current_Total_Harmonic_Distortion ; + brick:hasQUDTReference qudtqk:ElectricCurrent . + +brick:Entering_Condenser_Water a brick:Substance ; + skos:broader brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought away from the condenser side of a heat-rejection device (e.g. chiller). It is the 'warm' side."@en . + +brick:Entering_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of entering water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Entering ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Entering, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Entering_Water . + +brick:Filter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Device to remove gases from a mixture of gases or to remove solid material from a fluid"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Filter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Filter . + +brick:Heating_Discharge_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Heating_Supply_Air_Flow_Setpoint ; + skos:definition "Sets discharge air flow for heating"@en ; + brick:aliasOf brick:Heating_Supply_Air_Flow_Setpoint . + +brick:Heating_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "The heating setpoint for a specific zone in a building."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Hot_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow in a hot water circuit"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Hot, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Hot_Water . + +brick:Leaving_Condenser_Water a brick:Substance ; + skos:broader brick:Condenser_Water ; + skos:definition "In a condenser water loop, this is water being brought to the condenser side of a heat-rejection device (e.g. chiller). It is the 'cold' side."@en . + +brick:Leaving_Hot_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of water supplied by a hot water system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Hot ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Hot, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Hot_Water . + +brick:Leaving_Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Flow_Sensor ; + skos:definition "Measures the rate of flow of water that is leaving a piece of equipment or system"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Leaving, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Leaving_Water . + +brick:Level a brick:Quantity ; + rdfs:label "Level"@en ; + qudt:applicableUnit unit:CentiM, + unit:DeciM, + unit:FT, + unit:IN, + unit:KiloM, + unit:M, + unit:MicroM, + unit:MilliM, + unit:YD ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Length ; + skos:definition "Amount of substance in a container; typically measured in height" ; + skos:narrower brick:Precipitation . + +brick:Max_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Max_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Min_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint_Limit, + brick:Min_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint . + +brick:Natural_Gas a brick:Substance ; + skos:broader brick:Gas ; + skos:definition "Fossil fuel energy source consisting largely of methane and other hydrocarbons"@en . + +brick:Outside_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of outside air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Outside ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Outside, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Outside_Air . + +brick:Switchgear a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Switchgear ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Switchgear . + +brick:Target_Zone_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Target ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Target, + tag:Temperature, + tag:Zone ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Zone_Air . + +brick:Time a brick:Quantity ; + qudt:applicableUnit unit:AttoSEC, + unit:CentiPOISE-PER-BAR, + unit:DAY, + unit:DAY_Sidereal, + unit:DeciSEC, + unit:FemtoSEC, + unit:H-PER-KiloOHM, + unit:H-PER-OHM, + unit:HR, + unit:HR_Sidereal, + unit:KiloSEC, + unit:KiloYR, + unit:MIN, + unit:MIN_Sidereal, + unit:MO, + unit:MO_MeanGREGORIAN, + unit:MO_MeanJulian, + unit:MO_Synodic, + unit:MegaSEC, + unit:MegaYR, + unit:MicroH-PER-KiloOHM, + unit:MicroH-PER-OHM, + unit:MicroSEC, + unit:MilliH-PER-KiloOHM, + unit:MilliH-PER-OHM, + unit:MilliPA-SEC-PER-BAR, + unit:MilliSEC, + unit:NanoSEC, + unit:PA-SEC-PER-BAR, + unit:POISE-PER-BAR, + unit:POISE-PER-PA, + unit:PicoSEC, + unit:PlanckTime, + unit:SEC, + unit:SH, + unit:WK, + unit:YR, + unit:YR_Common, + unit:YR_Metrology, + unit:YR_Sidereal, + unit:YR_TROPICAL ; + skos:narrower brick:Acceleration_Time, + brick:Deceleration_Time ; + brick:hasQUDTReference qudtqk:Time . + +brick:Variable_Frequency_Drive a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Drive ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Frequency ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:VFD ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Variable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Drive, + tag:Equipment, + tag:Frequency, + tag:VFD, + tag:Variable . + +brick:Velocity_Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:broader brick:Pressure ; + skos:definition "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: (q = 1/2 * ρ v^{2}), where (using SI units), (q) is dynamic pressure in (pascals), (ρ) is fluid density in (kg/m^{3}) (for example, density of air) and (v ) is fluid velocity in (m/s)."@en ; + skos:narrower brick:Differential_Dynamic_Pressure ; + brick:hasQUDTReference qudtqk:DynamicPressure, + brick:Dynamic_Pressure . + +brick:Water_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Alarm ; + skos:definition "Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point, + tag:Water . + +brick:Water_Storage_Tank a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Storage_Tank ; + skos:definition "A specialized type of tank intended for the storage of water for extended periods."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storage ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Storage, + tag:Water . + +brick:Zone_Air_Temperature_Setpoint a owl:Class ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:deprecated true ; + skos:definition "Sets temperature of zone air"@en ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "The class 'Zone_Air_Temperature_Setpoint' is deprecated in favor of more explicit class names to distinguish target and cooling/heating setpoints." ; + brick:isReplacedBy brick:Target_Zone_Air_Temperature_Setpoint . + +brick:feeds a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Feeds"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:equivalentProperty rec:feeds ; + owl:inverseOf brick:isFedBy ; + skos:definition "The subject is upstream of the object in the context of some sequential process; some media is passed between them"@en . + +brick:isPartOf a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Is part of"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:hasPart . + +brick:Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets air flow"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Building_Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Meter ; + skos:definition "A meter that measures usage or consumption of some media for a whole building"@en ; + sh:property [ sh:class brick:Building ; + sh:path brick:meters ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Building ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Building, + tag:Equipment, + tag:Meter . + +brick:CO_Concentration a brick:Quantity ; + rdfs:label "COConcentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon monoxide in a medium" ; + skos:narrower brick:Differential_CO_Concentration . + +brick:Common_Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "A class of spaces that are used by multiple people at the same time"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Common ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space"^^xsd:string ; + brick:hasAssociatedTag tag:Common, + tag:Location, + tag:Space ; + brick:isReplacedBy rec:Space . + +brick:Cooling_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Cooling_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Data_Network_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Data ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Network ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Data, + tag:Equipment, + tag:Network . + +brick:Dewpoint_Sensor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Senses the dewpoint temperature . Dew point is the temperature to which air must be cooled to become saturated with water vapor"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Dewpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Dewpoint, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:DewPointTemperature . + +brick:Differential_Setpoint a owl:Class ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "A type of Setpoints that is related to the difference between two measurements"@en ; + brick:hasQuantity qudtqk:Dimensionless . + +brick:Electric_Energy a brick:Quantity ; + rdfs:label "ElectricEnergy"@en ; + qudt:applicableUnit unit:J, + unit:KiloV-A-HR, + unit:KiloV-A_Reactive-HR, + unit:KiloW-HR, + unit:MegaV-A-HR, + unit:MegaV-A_Reactive-HR, + unit:MegaW-HR, + unit:V-A-HR, + unit:V-A_Reactive-HR, + unit:W-HR ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Energy, + brick:Energy ; + skos:definition "A form of energy resulting from the flow of electrical charge" ; + skos:narrower brick:Active_Energy, + brick:Apparent_Energy, + brick:Reactive_Energy . + +brick:Energy a brick:Quantity ; + skos:narrower brick:Electric_Energy, + brick:Thermal_Energy . + +brick:Entering_Chilled_Water a brick:Substance ; + skos:broader brick:Chilled_Water, + brick:Entering_Water . + +brick:Entering_Hot_Water a brick:Substance ; + skos:broader brick:Entering_Water, + brick:Hot_Water . + +brick:Fire_Safety_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fire ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Safety ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fire, + tag:Safety . + +brick:Gas a brick:Substance ; + skos:broader brick:Fluid ; + skos:definition "state of matter in which substances exist in the form of nonaggregated molecules and which, within acceptable limits of accuracy, satisfy the ideal gas laws; usually a highly superheated vapor. See [[state]]."@en ; + skos:narrower brick:Air, + brick:CO, + brick:CO2, + brick:Natural_Gas, + brick:Steam . + +brick:Heat_Exchanger a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:HX ; + skos:definition "A heat exchanger is a piece of equipment built for efficient heat transfer from one medium to another. The media may be separated by a solid wall to prevent mixing or they may be in direct contact (BEDES)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Exchanger ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HX ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Exchanger, + tag:HX, + tag:Heat . + +brick:Heating_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Heating_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Integral_Time_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Time_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Integral ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Time ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Integral, + tag:PID, + tag:Parameter, + tag:Point, + tag:Time . + +brick:Leaving_Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Setpoint ; + skos:definition "Sets temperature of leaving water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Leaving ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Leaving, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Leaving_Water . + +brick:Liquid a brick:Substance ; + skos:broader brick:Fluid ; + skos:definition "state of matter intermediate between crystalline substances and gases in which the volume of a substance, but not the shape, remains relatively constant."@en ; + skos:narrower brick:Gasoline, + brick:Glycol, + brick:Liquid_CO2, + brick:Oil, + brick:Water . + +brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Max, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Cool, + tag:Discharge, + tag:Flow, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ; + owl:equivalentClass brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Heat, + tag:Limit, + tag:Min, + tag:Parameter, + tag:Point, + tag:Setpoint, + tag:Supply . + +brick:Mixed_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "(1) air that contains two or more streams of air. (2) combined outdoor air and recirculated air."@en . + +brick:Occupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Occupied_Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate when occupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:On_Off_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "An On/Off Command controls or reports the binary status of a control loop, relay or equipment activity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Off, + tag:On, + tag:Point . + +brick:Pressure_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measure the amount of force acting on a unit area"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Sensor ; + brick:hasQuantity brick:Pressure . + +brick:Start_Stop_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:On_Off_Status ; + skos:definition "Indicates the active/inactive status of a control loop (but not equipment activities or relays -- use On/Off for this purpose)"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Start ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Stop ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Start, + tag:Status, + tag:Stop . + +brick:Supply_Air_Flow_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air . + +brick:Supply_Air_Temperature_Alarm a owl:Class, + sh:NodeShape ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Alarm, + tag:Discharge, + tag:Point, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint, + brick:Discharge_Air_Temperature_Setpoint, + brick:Temperature_Deadband_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Deadband_Setpoint ; + skos:definition "Sets the size of a deadband of temperature of supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Deadband, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Proportional_Band_Parameter, + brick:Temperature_Parameter ; + owl:equivalentClass brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Band, + tag:Discharge, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional, + tag:Supply, + tag:Temperature . + +brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Differential ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Differential, + tag:Discharge, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Differential_Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Setpoint_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint_Limit ; + skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Limit, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature . + +brick:Supply_Water_Temperature_Sensor a owl:Class ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + owl:deprecated true ; + brick:deprecatedInVersion "1.3.0" ; + brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ; + brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor . + +brick:Temperature_High_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:High ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:High, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Temperature_Low_Reset_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Reset_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Low ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Reset ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Low, + tag:Point, + tag:Reset, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ; + owl:equivalentClass brick:Unoccupied_Discharge_Air_Flow_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Unoccupied ; + brick:hasQuantity qudtqk:VolumeFlowRate . + +brick:Water_Valve a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Valve ; + skos:definition "A valve that modulates the flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve, + tag:Water . + +brick:Zone a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "(1) a separately controlled heated or cooled space. (2) one occupied space or several occupied spaces with similar occupancy category, occupant density, zone air distribution effectiveness, and zone primary airflow per unit area. (3) space or group of spaces within a building for which the heating, cooling, or lighting requirements are sufficiently similar that desired conditions can be maintained throughout by a single controlling device."@en ; + sh:property [ sh:or ( [ sh:class brick:Space ] [ sh:class brick:Wing ] [ sh:class brick:Outdoor_Area ] [ sh:class brick:Floor ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Zone ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Zone ; + brick:isReplacedBy rec:Zone . + +brick:timestamp a rdf:Property, + owl:DatatypeProperty ; + rdfs:label "Timestamp"@en ; + rdfs:subPropertyOf brick:Relationship . + +bsh:Electric_CurrentQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:PlanckCurrent unit:PicoA unit:AttoA unit:A_Stat unit:A_Ab unit:BIOT unit:PetaA unit:KiloA unit:MilliA unit:A unit:MicroA unit:NanoA unit:TeraA unit:GigaA unit:MegaA unit:FemtoA ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ], + [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the current input was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ] . + +bsh:LastKnownValueShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:datatype xsd:dateTime ; + sh:minCount 1 ; + sh:path brick:timestamp ] . + +bsh:VoltageQuantityShape a owl:Class, + sh:NodeShape, + brick:EntityPropertyValue ; + rdfs:subClassOf bsh:ValueShape ; + sh:property [ a sh:PropertyShape ; + skos:definition "The ambient temperature at which the voltage was measured" ; + sh:class bsh:TemperatureShape ; + sh:path brick:ambientTemperatureOfMeasurement ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:value ], + [ a sh:PropertyShape ; + sh:in ( unit:MicroV unit:MegaV unit:V_Ab unit:V_Stat unit:PicoV unit:TeraV unit:MilliV unit:PlanckVolt unit:FemtoV unit:V unit:GigaV unit:NanoV unit:KiloV ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path brick:hasUnit ] . + +tag:AHU a brick:Tag ; + rdfs:label "AHU"@en . + +tag:Access a brick:Tag ; + rdfs:label "Access"@en . + +tag:Adjust a brick:Tag ; + rdfs:label "Adjust"@en . + +tag:Angle a brick:Tag ; + rdfs:label "Angle"@en . + +tag:Beam a brick:Tag ; + rdfs:label "Beam"@en . + +tag:Breaker a brick:Tag ; + rdfs:label "Breaker"@en . + +tag:Ceiling a brick:Tag ; + rdfs:label "Ceiling"@en . + +tag:Charging a brick:Tag ; + rdfs:label "Charging"@en . + +tag:Close a brick:Tag ; + rdfs:label "Close"@en . + +tag:Cold a brick:Tag ; + rdfs:label "Cold"@en . + +tag:Conditioning a brick:Tag ; + rdfs:label "Conditioning"@en . + +tag:Controller a brick:Tag ; + rdfs:label "Controller"@en . + +tag:Detector a brick:Tag ; + rdfs:label "Detector"@en . + +tag:Disconnect a brick:Tag ; + rdfs:label "Disconnect"@en . + +tag:Duct a brick:Tag ; + rdfs:label "Duct"@en . + +tag:Embedded a brick:Tag ; + rdfs:label "Embedded"@en . + +tag:Failure a brick:Tag ; + rdfs:label "Failure"@en . + +tag:Frame a brick:Tag ; + rdfs:label "Frame"@en . + +tag:Fresh a brick:Tag ; + rdfs:label "Fresh"@en . + +tag:Gauge a brick:Tag ; + rdfs:label "Gauge"@en . + +tag:Generator a brick:Tag ; + rdfs:label "Generator"@en . + +tag:Grains a brick:Tag ; + rdfs:label "Grains"@en . + +tag:Hardware a brick:Tag ; + rdfs:label "Hardware"@en . + +tag:Heater a brick:Tag ; + rdfs:label "Heater"@en . + +tag:Illuminance a brick:Tag ; + rdfs:label "Illuminance"@en . + +tag:Imbalance a brick:Tag ; + rdfs:label "Imbalance"@en . + +tag:Intercom a brick:Tag ; + rdfs:label "Intercom"@en . + +tag:Lead a brick:Tag ; + rdfs:label "Lead"@en . + +tag:Lobby a brick:Tag ; + rdfs:label "Lobby"@en . + +tag:Metering a brick:Tag ; + rdfs:label "Metering"@en . + +tag:Overridden a brick:Tag ; + rdfs:label "Overridden"@en . + +tag:Parking a brick:Tag ; + rdfs:label "Parking"@en . + +tag:Rain a brick:Tag ; + rdfs:label "Rain"@en . + +tag:Ratio a brick:Tag ; + rdfs:label "Ratio"@en . + +tag:Reducing a brick:Tag ; + rdfs:label "Reducing"@en . + +tag:Riser a brick:Tag ; + rdfs:label "Riser"@en . + +tag:Sensitivity a brick:Tag ; + rdfs:label "Sensitivity"@en . + +tag:Surveillance a brick:Tag ; + rdfs:label "Surveillance"@en . + +tag:Thermostat a brick:Tag ; + rdfs:label "Thermostat"@en . + +tag:Tolerance a brick:Tag ; + rdfs:label "Tolerance"@en . + +tag:Vehicle a brick:Tag ; + rdfs:label "Vehicle"@en . + +tag:Ventilation a brick:Tag ; + rdfs:label "Ventilation"@en . + +tag:Volume a brick:Tag ; + rdfs:label "Volume"@en . + +brick:Chilled_Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Water_Temperature_Sensor ; + skos:definition "Measures the temperature of chilled water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Chilled ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Chilled, + tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Chilled_Water . + +brick:Fan_Coil_Unit a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf 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 ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Coil ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:FCU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Coil, + tag:Equipment, + tag:FCU, + tag:Fan, + tag:Unit . + +brick:Floor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + owl:equivalentClass brick:Storey ; + skos:definition "A level, typically representing a horizontal aggregation of spaces that are vertically bound. (referring to IFC)"@en ; + sh:property [ sh:or ( [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Floor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Storey ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level"^^xsd:string ; + brick:hasAssociatedTag tag:Floor, + tag:Location, + tag:Storey ; + brick:isReplacedBy rec:Level . + +brick:Frequency a brick:Quantity ; + qudt:applicableUnit unit:GigaHZ, + unit:HZ, + unit:KiloHZ, + unit:MegaHZ, + unit:MilliHZ, + unit:NUM-PER-HR, + unit:NUM-PER-SEC, + unit:NUM-PER-YR, + unit:PER-DAY, + unit:PER-HR, + unit:PER-MIN, + unit:PER-MO, + unit:PER-MilliSEC, + unit:PER-SEC, + unit:PER-WK, + unit:PER-YR, + unit:PERCENT-PER-DAY, + unit:PERCENT-PER-HR, + unit:PERCENT-PER-MO, + unit:PERCENT-PER-WK, + unit:PPTH-PER-HR, + unit:PetaHZ, + unit:PlanckFrequency, + unit:SAMPLE-PER-SEC, + unit:TeraHZ, + unit:failures-in-time ; + skos:definition "Frequency is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, ( u) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."@en ; + skos:narrower brick:Alternating_Current_Frequency ; + brick:hasQUDTReference qudtqk:Frequency . + +brick:Heating_Ventilation_Air_Conditioning_System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:System ; + owl:equivalentClass brick:HVAC_System ; + skos:definition "The equipment, distribution systems and terminals that provide, either collectively or individually, the processes of heating, ventilating or air conditioning to a building or portion of a building"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Conditioning ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Ventilation ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Conditioning, + tag:HVAC, + tag:Heat, + tag:System, + tag:Ventilation . + +brick:Leaving_Chilled_Water a brick:Substance ; + skos:broader brick:Chilled_Water, + brick:Leaving_Water . + +brick:Mode_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Status ; + skos:definition "Indicates which mode a system, device or control loop is currently in"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Mode ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Mode, + tag:Point, + tag:Status . + +brick:On_Off_Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Off_Status, + brick:On_Status, + brick:Status ; + skos:definition "Indicates the on/off status of a control loop, relay or equipment"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Off ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:On ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Off, + tag:On, + tag:Point, + tag:Status . + +brick:Proportional_Band_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:PID_Parameter ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Band ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:PID ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Proportional ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Band, + tag:PID, + tag:Parameter, + tag:Point, + tag:Proportional . + +brick:Radiant_Panel a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Terminal_Unit ; + skos:definition "A temperature-controlled surface that provides fifty percent (50%) or more of the design heat transfer by thermal radiation."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Panel ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Radiant ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Panel, + tag:Radiant . + +brick:Relative_Humidity_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Humidity_Sensor ; + skos:definition "Measures the present state of absolute humidity relative to a maximum humidity given the same temperature"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:RelativeHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Relative ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Humidity, + tag:Point, + tag:Relative, + tag:Sensor ; + brick:hasQuantity qudtqk:RelativeHumidity ; + brick:hasSubstance brick:Air . + +brick:Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity qudtqk:Temperature . + +ref:hasExternalReference a owl:ObjectProperty ; + rdfs:label "hasExternalReference" ; + rdfs:subPropertyOf s223:hasExternalReference ; + skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph." . + +rdfs:Resource sh:property bsh:valueShape . + +brick:Air_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Flow, + tag:Point, + tag:Sensor ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Air . + +brick:Cooling_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for cooling"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Cool ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Cool, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:ICT_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "Information and Communications Technology (ICT) equipment operates with a processor to process data or logic and create digital signals."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT . + +brick:Leaving_Hot_Water a brick:Substance ; + skos:broader brick:Hot_Water, + brick:Leaving_Water . + +brick:Temperature_Deadband_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Deadband_Setpoint, + brick:Temperature_Setpoint ; + skos:definition "Sets the size of a deadband of temperature"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Deadband ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Deadband, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Water_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Flow_Setpoint ; + skos:definition "Sets the target flow rate of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Setpoint, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Water . + +brick:Water_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +brick:Zone_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air inside a defined zone (e.g., corridors)."@en . + +tag:Area a brick:Tag ; + rdfs:label "Area"@en . + +tag:Automatic a brick:Tag ; + rdfs:label "Automatic"@en . + +tag:Baseboard a brick:Tag ; + rdfs:label "Baseboard"@en . + +tag:Basin a brick:Tag ; + rdfs:label "Basin"@en . + +tag:Diffuser a brick:Tag ; + rdfs:label "Diffuser"@en . + +tag:Enclosed a brick:Tag ; + rdfs:label "Enclosed"@en . + +tag:Exchanger a brick:Tag ; + rdfs:label "Exchanger"@en . + +tag:Face a brick:Tag ; + rdfs:label "Face"@en . + +tag:Fault a brick:Tag ; + rdfs:label "Fault"@en . + +tag:Generation a brick:Tag ; + rdfs:label "Generation"@en . + +tag:Interface a brick:Tag ; + rdfs:label "Interface"@en . + +tag:Isolation a brick:Tag ; + rdfs:label "Isolation"@en . + +tag:Leak a brick:Tag ; + rdfs:label "Leak"@en . + +tag:Loss a brick:Tag ; + rdfs:label "Loss"@en . + +tag:Luminance a brick:Tag ; + rdfs:label "Luminance"@en . + +tag:Manual a brick:Tag ; + rdfs:label "Manual"@en . + +tag:Network a brick:Tag ; + rdfs:label "Network"@en . + +tag:Open a brick:Tag ; + rdfs:label "Open"@en . + +tag:Output a brick:Tag ; + rdfs:label "Output"@en . + +tag:PV a brick:Tag ; + rdfs:label "PV"@en . + +tag:Photovoltaic a brick:Tag ; + rdfs:label "Photovoltaic"@en . + +tag:Radiant a brick:Tag ; + rdfs:label "Radiant"@en . + +tag:Recovery a brick:Tag ; + rdfs:label "Recovery"@en . + +tag:Reheat a brick:Tag ; + rdfs:label "Reheat"@en . + +tag:Run a brick:Tag ; + rdfs:label "Run"@en . + +tag:Smoke a brick:Tag ; + rdfs:label "Smoke"@en . + +tag:Tint a brick:Tag ; + rdfs:label "Tint"@en . + +tag:Transfer a brick:Tag ; + rdfs:label "Transfer"@en . + +tag:Underfloor a brick:Tag ; + rdfs:label "Underfloor"@en . + +tag:Variable a brick:Tag ; + rdfs:label "Variable"@en . + +tag:Velocity a brick:Tag ; + rdfs:label "Velocity"@en . + +tag:Vertical a brick:Tag ; + rdfs:label "Vertical"@en . + +tag:Video a brick:Tag ; + rdfs:label "Video"@en . + +tag:Wash a brick:Tag ; + rdfs:label "Wash"@en . + +tag:Waste a brick:Tag ; + rdfs:label "Waste"@en . + +brick:Air_Quality_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "A sensor which provides a measure of air quality"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Quality ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Quality, + tag:Sensor ; + brick:hasQuantity qudtqk:DimensionlessRatio . + +brick:Air_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:CO2_Concentration a brick:Quantity ; + rdfs:label "CO2Concentration"@en ; + qudt:applicableUnit unit:PPB, + unit:PPM ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:DimensionlessRatio, + brick:Air_Quality ; + skos:definition "The concentration of carbon dioxide in a medium" ; + skos:narrower brick:Differential_CO2_Concentration . + +brick:Condenser_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water used used to remove heat through condensation"@en ; + skos:narrower brick:Entering_Condenser_Water, + brick:Leaving_Condenser_Water . + +brick:Damper a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Damper ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Damper, + tag:Equipment . + +brick:Effective_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Effective ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Effective, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Heating_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature for heating"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Heat ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Heat, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Occupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Occupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Occupied, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Position a brick:Quantity ; + rdfs:label "Position"@en ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader qudtqk:Dimensionless ; + skos:definition "The fraction of the full range of motion", + "The fraction of the full range of motion"@en . + +brick:Sensor_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:ICT_Equipment ; + skos:definition "A piece of equipment for sensing some physical properties"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:ICT ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:ICT, + tag:Sensor . + +brick:Speed a brick:Quantity ; + qudt:applicableUnit unit:BFT, + unit:DEG-PER-HR, + unit:DEG-PER-MIN, + unit:DEG-PER-SEC, + unit:FT-PER-HR, + unit:FT-PER-SEC, + unit:FT3-PER-MIN-FT2, + unit:GigaHZ-M, + unit:HZ-M, + unit:IN-PER-YR, + unit:KiloM-PER-HR, + unit:KiloM-PER-SEC, + unit:M-PER-HR, + unit:M-PER-SEC, + unit:MI-PER-HR, + unit:MI-PER-SEC, + unit:MegaHZ-M, + unit:MicroM-PER-MIN, + unit:MicroM-PER-SEC, + unit:RAD-PER-HR, + unit:RAD-PER-MIN, + unit:RAD-PER-SEC, + unit:YD-PER-HR, + unit:YD-PER-MIN, + unit:YD-PER-SEC ; + skos:narrower brick:Linear_Speed, + brick:Rotational_Speed ; + brick:hasQUDTReference qudtqk:Speed . + +brick:Static_Pressure_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Pressure_Setpoint ; + skos:definition "Sets static pressure"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Pressure ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Static ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Pressure, + tag:Setpoint, + tag:Static ; + brick:hasQuantity brick:Static_Pressure . + +brick:Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Sensor ; + skos:definition "Measures temperature: the physical property of matter that quantitatively expresses the common notions of hot and cold"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature ; + brick:hasQuantity brick:Temperature . + +brick:Unoccupied_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + skos:definition "Sets temperature of air when unoccupied"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unoccupied ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature, + tag:Unoccupied ; + brick:hasQuantity brick:Temperature . + +brick:Water_Flow_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Flow_Sensor ; + skos:definition "Measures the rate of flow of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Flow, + tag:Point, + tag:Sensor, + tag:Water ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Water . + +brick:Entering_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water that is entering a piece of equipment or system"@en . + +brick:Max_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places an upper bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Max ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Max, + tag:Parameter, + tag:Point . + +brick:Min_Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Limit ; + skos:definition "A parameter that places a lower bound on the range of permitted values of a Setpoint."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Min ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Min, + tag:Parameter, + tag:Point . + +tag:Average a brick:Tag ; + rdfs:label "Average"@en . + +tag:Battery a brick:Tag ; + rdfs:label "Battery"@en . + +tag:Booster a brick:Tag ; + rdfs:label "Booster"@en . + +tag:CO a brick:Tag ; + rdfs:label "CO"@en . + +tag:Chiller a brick:Tag ; + rdfs:label "Chiller"@en . + +tag:Circulator a brick:Tag ; + rdfs:label "Circulator"@en . + +tag:Detection a brick:Tag ; + rdfs:label "Detection"@en . + +tag:Direction a brick:Tag ; + rdfs:label "Direction"@en . + +tag:FCU a brick:Tag ; + rdfs:label "FCU"@en . + +tag:Fixed a brick:Tag ; + rdfs:label "Fixed"@en . + +tag:Floor a brick:Tag ; + rdfs:label "Floor"@en . + +tag:Heating a brick:Tag ; + rdfs:label "Heating"@en . + +tag:Laboratory a brick:Tag ; + rdfs:label "Laboratory"@en . + +tag:Media a brick:Tag ; + rdfs:label "Media"@en . + +tag:Outdoor a brick:Tag ; + rdfs:label "Outdoor"@en . + +tag:Preheat a brick:Tag ; + rdfs:label "Preheat"@en . + +tag:Relief a brick:Tag ; + rdfs:label "Relief"@en . + +tag:Stack a brick:Tag ; + rdfs:label "Stack"@en . + +tag:Surface a brick:Tag ; + rdfs:label "Surface"@en . + +tag:Target a brick:Tag ; + rdfs:label "Target"@en . + +tag:VFD a brick:Tag ; + rdfs:label "VFD"@en . + +brick:Differential_Temperature a brick:Quantity ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + qudt:isDeltaQuantity true ; + skos:broader brick:Temperature ; + brick:hasQUDTReference qudtqk:Temperature . + +brick:Electrical_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Electrical ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Electrical, + tag:Equipment . + +brick:Enable_Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Command ; + skos:definition "Commands that enable functionality"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Enable ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Enable, + tag:Point . + +brick:Humidity_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Setpoint ; + skos:definition "Sets humidity"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Humidity ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Humidity, + tag:Point, + tag:Setpoint ; + brick:hasQuantity qudtqk:PressureRatio . + +brick:Leaving_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Water that is leaving a piece of equipment or system"@en . + +brick:Terminal_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "A device that regulates the volumetric flow rate and/or the temperature of the controlled medium."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Terminal ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Terminal, + tag:Unit . + +brick:Exhaust_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air that must be removed from a space due to contaminants, regardless of pressurization"@en . + +brick:Limit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "A parameter that places an upper or lower bound on the range of permitted values of another point"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Limit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Limit, + tag:Parameter, + tag:Point . + +brick:Supply_Air_Flow_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Flow_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Flow_Setpoint ; + skos:definition "Sets supply air flow rate"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Flow ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Flow, + tag:Point, + tag:Setpoint, + tag:Supply ; + brick:hasQuantity qudtqk:VolumeFlowRate ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:Supply_Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Air_Temperature_Setpoint ; + owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint ; + skos:definition "Temperature setpoint for supply air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Discharge ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Supply ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Discharge, + tag:Point, + tag:Setpoint, + tag:Supply, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Discharge_Air, + brick:Supply_Air . + +brick:System a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Collection ; + skos:definition "A System is a combination of equipment and auxiliary devices (e.g., controls, accessories, interconnecting means, and termi­nal elements) by which energy is transformed so it performs a specific function such as HVAC, service water heating, or lighting. (ASHRAE Dictionary)."@en ; + sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Loop ] [ sh:class brick:System ] [ sh:class brick:Location ] [ sh:class brick:PV_Array ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:System ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection, + tag:System . + +tag:Boiler a brick:Tag ; + rdfs:label "Boiler"@en . + +tag:Control a brick:Tag ; + rdfs:label "Control"@en . + +tag:Distribution a brick:Tag ; + rdfs:label "Distribution"@en . + +tag:Gain a brick:Tag ; + rdfs:label "Gain"@en . + +tag:HVAC a brick:Tag ; + rdfs:label "HVAC"@en . + +tag:Lighting a brick:Tag ; + rdfs:label "Lighting"@en . + +tag:Lockout a brick:Tag ; + rdfs:label "Lockout"@en . + +tag:Motor a brick:Tag ; + rdfs:label "Motor"@en . + +tag:Occupancy a brick:Tag ; + rdfs:label "Occupancy"@en . + +tag:Plenum a brick:Tag ; + rdfs:label "Plenum"@en . + +tag:Refrigerant a brick:Tag ; + rdfs:label "Refrigerant"@en . + +tag:Shade a brick:Tag ; + rdfs:label "Shade"@en . + +tag:Solar a brick:Tag ; + rdfs:label "Solar"@en . + +brick:Air_Quality a brick:Quantity ; + skos:narrower brick:Ammonia_Concentration, + brick:CO2_Concentration, + brick:CO_Concentration, + brick:Formaldehyde_Concentration, + brick:Methane_Concentration, + brick:NO2_Concentration, + brick:Ozone_Concentration, + brick:PM10_Concentration, + brick:PM1_Concentration, + brick:PM2.5_Concentration, + brick:Radioactivity_Concentration, + brick:TVOC_Concentration . + +brick:Fan a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + skos:definition "Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Fan ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Fan . + +brick:Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Parameter points are configuration settings used to guide the operation of equipment and control systems; for example they may provide bounds on valid setpoint values"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point . + +brick:Valve a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that regulates, directs or controls the flow of a fluid by opening, closing or partially obstructing various passageways"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Valve ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Valve . + +brick:Air_Handling_Unit a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:HVAC_Equipment ; + owl:equivalentClass brick:AHU, + brick:Air_Handler_Unit ; + sh:rule [ a sh:TripleRule ; + sh:object tag:AHU ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handler ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Handling ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Unit ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:AHU, + tag:Air, + tag:Equipment, + tag:Handler, + tag:Handling, + tag:Unit . + +brick:Entity a owl:Class ; + sh:property bsh:hasLocationShape, + bsh:hasdeprecationShape, + bsh:isReplacedByShape, + bsh:latitudeShape, + bsh:longitudeShape, + bsh:timestampShape . + +brick:Space a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Location ; + owl:deprecated true ; + skos:definition "A part of the physical world or a virtual world whose 3D spatial extent is bounded actually or theoretically, and provides for certain functions within the zone it is contained in."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Space ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Space ; + brick:isReplacedBy rec:Space . + +brick:Water_Temperature_Sensor a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Sensor ; + skos:definition "Measures the temperature of water"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Water ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor, + tag:Temperature, + tag:Water ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Water . + +tag:Dewpoint a brick:Tag ; + rdfs:label "Dewpoint"@en . + +tag:Disable a brick:Tag ; + rdfs:label "Disable"@en . + +tag:Effective a brick:Tag ; + rdfs:label "Effective"@en . + +tag:Expansion a brick:Tag ; + rdfs:label "Expansion"@en . + +tag:Frequency a brick:Tag ; + rdfs:label "Frequency"@en . + +tag:Liquid a brick:Tag ; + rdfs:label "Liquid"@en . + +tag:Loop a brick:Tag ; + rdfs:label "Loop"@en . + +tag:Natural a brick:Tag ; + rdfs:label "Natural"@en . + +tag:Relative a brick:Tag ; + rdfs:label "Relative"@en . + +tag:Start a brick:Tag ; + rdfs:label "Start"@en . + +tag:Stop a brick:Tag ; + rdfs:label "Stop"@en . + +tag:Telecom a brick:Tag ; + rdfs:label "Telecom"@en . + +brick:Collection a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Collection ; + sh:node [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Equipment ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Location ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class rec:Space ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Substance ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Quantity ] ], + [ sh:message "Collection is an exclusive top class." ; + sh:not [ sh:class brick:Point ] ] ; + sh:property [ a sh:PropertyShape ; + sh:minCount 1 ; + sh:name "includes"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; + sh:path rec:includes ], + [ sh:message "A Collection can be associated with Equipments, Locations/Spaces, Points, and other Collections." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] [ sh:class brick:Point ] [ sh:class brick:Collection ] ) ; + sh:path brick:hasPart ], + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Collection ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Collection . + +brick:Hot_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "Hot water used for HVAC heating or supply to hot taps"@en ; + skos:narrower brick:Entering_Hot_Water, + brick:Leaving_Hot_Water . + +brick:Meter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "A device that measure usage or consumption of some media --- typically a form energy or power."@en ; + sh:property bsh:hasSubMeterShape, + bsh:hasSubstanceShape, + bsh:hasisVirtualMeterShape, + bsh:isSubMeterOfShape, + bsh:metersShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Meter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:Meter . + +brick:Outside_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air external to a defined zone (e.g., corridors)."@en . + +brick:Return_Air a brick:Substance ; + skos:broader brick:Air ; + skos:definition "air removed from a space to be recirculated or exhausted. Air extracted from a space and totally or partially returned to an air conditioner, furnace, or other heating, cooling, or ventilating system."@en . + +brick:Chilled_Water a brick:Substance ; + skos:broader brick:Water ; + skos:definition "water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature."@en ; + skos:narrower brick:Entering_Chilled_Water, + brick:Leaving_Chilled_Water . + +brick:Temperature_Parameter a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Parameter ; + skos:definition "Parameters relevant to temperature-related systems and points"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Parameter ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Parameter, + tag:Point, + tag:Temperature . + +tag:Box a brick:Tag ; + rdfs:label "Box"@en . + +tag:Current a brick:Tag ; + rdfs:label "Current"@en . + +tag:Electrical a brick:Tag ; + rdfs:label "Electrical"@en . + +tag:Office a brick:Tag ; + rdfs:label "Office"@en . + +tag:Radiator a brick:Tag ; + rdfs:label "Radiator"@en . + +tag:Station a brick:Tag ; + rdfs:label "Station"@en . + +tag:Usage a brick:Tag ; + rdfs:label "Usage"@en . + +tag:Voltage a brick:Tag ; + rdfs:label "Voltage"@en . + +brick:Air_Temperature_Setpoint a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Temperature_Setpoint ; + skos:definition "Sets temperature of air"@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Air ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Temperature ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Air, + tag:Point, + tag:Setpoint, + tag:Temperature ; + brick:hasQuantity brick:Temperature ; + brick:hasSubstance brick:Air . + +brick:Static_Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:broader brick:Pressure ; + skos:narrower brick:Differential_Static_Pressure ; + brick:hasQUDTReference qudtqk:StaticPressure . + +tag:Bypass a brick:Tag ; + rdfs:label "Bypass"@en . + +tag:Cooling a brick:Tag ; + rdfs:label "Cooling"@en . + +tag:Enthalpy a brick:Tag ; + rdfs:label "Enthalpy"@en . + +tag:Matter a brick:Tag ; + rdfs:label "Matter"@en . + +tag:Mixed a brick:Tag ; + rdfs:label "Mixed"@en . + +tag:Particulate a brick:Tag ; + rdfs:label "Particulate"@en . + +tag:Standby a brick:Tag ; + rdfs:label "Standby"@en . + +tag:Step a brick:Tag ; + rdfs:label "Step"@en . + +brick:Discharge_Air a brick:Substance ; + owl:sameAs brick:Supply_Air ; + skos:broader brick:Air ; + skos:definition "the air exiting the registers (vents)."@en . + +brick:Supply_Air a brick:Substance ; + owl:sameAs brick:Discharge_Air ; + skos:broader brick:Air ; + skos:definition "(1) air delivered by mechanical or natural ventilation to a space, composed of any combination of outdoor air, recirculated air, or transfer air. (2) air entering a space from an air-conditioning, heating, or ventilating apparatus for the purpose of comfort conditioning. Supply air is generally filtered, fan forced, and either heated, cooled, humidified, or dehumidified as necessary to maintain specified conditions. Only the quantity of outdoor air within the supply airflow may be used as replacement air."@en . + +brick:hasPart a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has part"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isPartOf ; + skos:definition "The subject is composed in part of the entity given by the object"@en . + +tag:Collection a brick:Tag ; + rdfs:label "Collection"@en . + +tag:Common a brick:Tag ; + rdfs:label "Common"@en . + +tag:Condensing a brick:Tag ; + rdfs:label "Condensing"@en . + +tag:Panel a brick:Tag ; + rdfs:label "Panel"@en . + +tag:Source a brick:Tag ; + rdfs:label "Source"@en . + +tag:Steam a brick:Tag ; + rdfs:label "Steam"@en . + +brick:Pressure a brick:Quantity ; + qudt:applicableUnit unit:ATM, + unit:ATM_T, + unit:BAR, + unit:BARAD, + unit:BARYE, + unit:CentiBAR, + unit:CentiM_H20_4DEG_C, + unit:CentiM_H2O, + unit:CentiM_H2O_4DEG_C, + unit:CentiM_HG, + unit:CentiM_HG_0DEG_C, + unit:DYN-PER-CentiM2, + unit:DecaPA, + unit:DeciBAR, + unit:FT_H2O, + unit:FT_H2O_39dot2DEG_F, + unit:FT_HG, + unit:GM_F-PER-CentiM2, + unit:GigaPA, + unit:HectoBAR, + unit:HectoPA, + unit:IN_H2O, + unit:IN_H2O_39dot2DEG_F, + unit:IN_H2O_60DEG_F, + unit:IN_HG, + unit:IN_HG_32DEG_F, + unit:IN_HG_60DEG_F, + 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:KiloN-PER-M2, + unit:KiloPA, + unit:KiloPA_A, + unit:LB_F-PER-FT2, + unit:LB_F-PER-IN2, + unit:M_H2O, + unit:MegaBAR, + unit:MegaPA, + unit:MegaPSI, + 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:PDL-PER-IN2, + unit:PSI, + unit:PicoPA, + unit:PlanckPressure, + unit:TORR ; + skos:narrower brick:Atmospheric_Pressure, + brick:Differential_Pressure, + brick:Dynamic_Pressure, + brick:Gauge_Pressure, + brick:Static_Pressure, + brick:Velocity_Pressure ; + brick:hasQUDTReference qudtqk:Pressure . + +brick:Point a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Class, + brick:Entity ; + sh:node [ 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 rec:Space ] ], + [ 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:not [ sh:class brick:Collection ] ] ; + sh:property [ a sh:PropertyShape ; + sh:class brick:Quantity ; + sh:name "has quantity"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:hasQuantity ], + [ a sh:PropertyShape ; + sh:name "is point of"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isPointOf ], + [ a sh:PropertyShape ; + sh:class brick:Substance ; + sh:name "has substance"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:hasSubstance ], + [ sh:maxCount 0 ; + sh:message "Points cannot have locations; use 'isPointOf' instead" ; + sh:path brick:hasLocation ], + bsh:hasQuantityShape, + bsh:hasSubstanceShape, + bsh:hasUnitShape, + bsh:hasaggregateShape, + bsh:haselectricalComplexPowerShape, + bsh:haselectricalFlowShape, + bsh:haslastKnownValueShape, + bsh:isPointOfShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point . + +tag:CO2 a brick:Tag ; + rdfs:label "CO2"@en . + +brick:Location a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Space ; + owl:deprecated true ; + sh:node [ 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:message "Location is an exclusive top class." ; + sh:not [ sh:class brick:Collection ] ] ; + sh:property [ sh:message "A Location's parts should be always be Locations/Spaces." ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasPart ], + [ sh:message "A Location's parts should be always be Locations/Spaces." ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + 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 can have Points." ; + sh:path brick:hasPoint ], + bsh:hasPointShape, + bsh:hasareaShape, + bsh:hascoordinatesShape, + bsh:hasgrossAreaShape, + bsh:hasnetAreaShape, + bsh:hasthermalTransmittanceShape, + bsh:hasvolumeShape, + bsh:isLocationOfShape, + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Architecture"^^xsd:string ; + brick:hasAssociatedTag tag:Location ; + brick:isReplacedBy rec:Architecture . + +tag:Coil a brick:Tag ; + rdfs:label "Coil"@en . + +tag:Demand a brick:Tag ; + rdfs:label "Demand"@en . + +tag:Security a brick:Tag ; + rdfs:label "Security"@en . + +tag:Service a brick:Tag ; + rdfs:label "Service"@en . + +brick:Setpoint a owl:Class, + sh:NodeShape ; + rdfs:seeAlso , + "https://xp20.ashrae.org/terminology/index.php?term=setpoint" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Status ; + skos:definition "A Setpoint is an input value at which the desired property is set"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownDoubleShape ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Setpoint ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Setpoint . + +brick:Alarm a owl:Class, + sh:NodeShape ; + rdfs:seeAlso ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "Alarm points are signals (either audible or visual) that alert an operator to an off-normal condition which requires some form of corrective action"@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ExceptionEvent ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Alarm ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Alarm, + tag:Point . + +tag:Building a brick:Tag ; + rdfs:label "Building"@en . + +tag:Domestic a brick:Tag ; + rdfs:label "Domestic"@en . + +tag:Filter a brick:Tag ; + rdfs:label "Filter"@en . + +tag:Position a brick:Tag ; + rdfs:label "Position"@en . + +tag:Switch a brick:Tag ; + rdfs:label "Switch"@en . + +tag:Thermal a brick:Tag ; + rdfs:label "Thermal"@en . + +brick:Water a brick:Substance ; + skos:broader brick:Liquid ; + skos:definition "transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C)."@en ; + skos:narrower brick:Blowdown_Water, + brick:Bypass_Water, + brick:Chilled_Water, + brick:Collection_Basin_Water, + brick:Condenser_Water, + brick:Deionized_Water, + brick:Domestic_Water, + brick:Entering_Water, + brick:Hot_Water, + brick:Leaving_Water, + brick:Makeup_Water, + brick:Potable_Water . + +tag:Fire a brick:Tag ; + rdfs:label "Fire"@en . + +tag:Meter a brick:Tag ; + rdfs:label "Meter"@en . + +tag:Tank a brick:Tag ; + rdfs:label "Tank"@en . + +brick:Relationship a owl:ObjectProperty ; + rdfs:label "Relationship"@en ; + skos:definition "Super-property of all Brick relationships between entities (Equipment, Location, Point)" . + +tag:Damper a brick:Tag ; + rdfs:label "Damper"@en . + +tag:Electric a brick:Tag ; + rdfs:label "Electric"@en . + +tag:Emergency a brick:Tag ; + rdfs:label "Emergency"@en . + +tag:Medium a brick:Tag ; + rdfs:label "Medium"@en . + +tag:On a brick:Tag ; + rdfs:label "On"@en . + +tag:Power a brick:Tag ; + rdfs:label "Power"@en . + +tag:Speed a brick:Tag ; + rdfs:label "Speed"@en . + + a owl:Ontology ; + rdfs:label "Brick" ; + dcterms:creator ( [ a sdo:Person ; + sdo:email "gtfierro@mines.edu" ; + sdo:name "Gabe Fierro" ] [ a sdo:Person ; + sdo:email "jbkoh@eng.ucsd.edu" ; + sdo:name "Jason Koh" ] ) ; + dcterms:issued "2016-11-16" ; + dcterms:license ; + dcterms:modified "2024-08-13" ; + dcterms:publisher [ a sdo:Consortium ; + sdo:legalName "Brick Consortium, Inc" ; + sdo:sameAs ] ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + owl:imports , + , + , + , + , + , + , + , + , + , + , + , + , + ; + owl:versionInfo "1.4.0" ; + sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223" ], + [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh" ], + [ sh:namespace "https://w3id.org/rec#"^^xsd:anyURI ; + sh:prefix "rec" ], + [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ], + [ sh:namespace "https://brickschema.org/schema/Brick#"^^xsd:anyURI ; + sh:prefix "brick" ], + [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ; + sh:prefix "ref" ], + [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl" ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ] . + +tag:Band a brick:Tag ; + rdfs:label "Band"@en . + +tag:ICT a brick:Tag ; + rdfs:label "ICT"@en . + +brick:Differential_Pressure a brick:Quantity ; + qudt:isDeltaQuantity true ; + skos:broader brick:Pressure ; + skos:narrower brick:Differential_Dynamic_Pressure, + brick:Differential_Static_Pressure . + +tag:Energy a brick:Tag ; + rdfs:label "Energy"@en . + +tag:Integral a brick:Tag ; + rdfs:label "Integral"@en . + +tag:Mode a brick:Tag ; + rdfs:label "Mode"@en . + +tag:Storage a brick:Tag ; + rdfs:label "Storage"@en . + +brick:Room a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Space ; + owl:deprecated true ; + skos:definition "Base class for all more specific room types."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Location ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Room ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:deprecatedInVersion "1.4.0"^^xsd:string ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Room"^^xsd:string ; + brick:hasAssociatedTag tag:Location, + tag:Room ; + brick:isReplacedBy rec:Room . + +tag:Off a brick:Tag ; + rdfs:label "Off"@en . + +tag:Proportional a brick:Tag ; + rdfs:label "Proportional"@en . + +tag:Safety a brick:Tag ; + rdfs:label "Safety"@en . + +brick:Command a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Parameter, + brick:Sensor, + brick:Setpoint, + brick:Status ; + skos:definition "A Command is an output point that directly determines the behavior of equipment and/or affects relevant operational points."@en ; + sh:property [ a sh:PropertyShape ; + sh:class rec:ActuationEvent ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Command ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Command, + tag:Point . + +tag:Gas a brick:Tag ; + rdfs:label "Gas"@en . + +brick:HVAC_Equipment a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Equipment ; + skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ; + sh:property [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ], + [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] ) ; + sh:path brick:hasPart ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:HVAC ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment, + tag:HVAC . + +tag:Enable a brick:Tag ; + rdfs:label "Enable"@en . + +brick:Equipment a owl:Class, + sh:NodeShape ; + rdfs:label "Equipment"^^xsd:string ; + rdfs:subClassOf brick:Class, + brick:Entity, + rec:Asset ; + skos:definition "devices that serve all or part of the building and may include electric power, lighting, transportation, or service water heating, including, but not limited to, furnaces, boilers, air conditioners, heat pumps, chillers, water heaters, lamps, luminaires, ballasts, elevators, escalators, or other devices or installations."@en ; + sh:node [ 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:not [ sh:class brick:Collection ] ] ; + sh:property [ a sh:PropertyShape ; + sh:name "is fed by"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:isFedBy ], + [ a sh:PropertyShape ; + sh:name "feeds"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path rec:feeds ], + [ sh:class brick:Equipment ; + sh:message "A piece of Equipment's parts should be always other Equipment." ; + sh:path brick:hasPart ], + [ sh:class brick:Point ; + sh:message "A piece of Equipment can have Points." ; + sh:path brick:hasPoint ], + [ sh:message "Equipment can be part of a Collection, System or other Equipment." ; + sh:or ( [ sh:class brick:System ] [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; + sh:path brick:isPartOf ], + [ sh:message "A piece of Equipment can be located only at a Location/Space" ; + sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:hasLocation ], + [ sh:message "A piece of Equipment can feed a Equipment or Location/Space." ; + sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] ) ; + sh:path brick:feeds ], + bsh:hasInputSubstanceShape, + bsh:hasOutputSubstanceShape, + bsh:hasPointShape, + bsh:hasazimuthShape, + bsh:hasconversionEfficiencyShape, + bsh:hascoordinatesShape, + bsh:hascurrentFlowTypeShape, + bsh:haselectricalComplexPowerShape, + bsh:haselectricalFlowShape, + bsh:haselectricalPhaseCountShape, + bsh:haselectricalPhasesShape, + bsh:hasmeasuredPowerInputShape, + bsh:hasmeasuredPowerOutputShape, + bsh:hasoperationalStageCountShape, + bsh:hasoperationalStageShape, + bsh:haspanelAreaShape, + bsh:hasratedCurrentInputShape, + bsh:hasratedCurrentOutputShape, + bsh:hasratedMaximumCurrentInputShape, + bsh:hasratedMaximumCurrentOutputShape, + bsh:hasratedMaximumVoltageInputShape, + bsh:hasratedMaximumVoltageOutputShape, + bsh:hasratedMinimumCurrentInputShape, + bsh:hasratedMinimumCurrentOutputShape, + bsh:hasratedMinimumVoltageInputShape, + bsh:hasratedMinimumVoltageOutputShape, + bsh:hasratedPowerInputShape, + bsh:hasratedPowerOutputShape, + bsh:hasratedVoltageInputShape, + bsh:hasratedVoltageOutputShape, + bsh:hastemperatureCoefficientofPmaxShape, + bsh:hastiltShape, + bsh:hasvolumeShape, + bsh:isMeteredByShape ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Equipment ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Equipment . + +brick:Status a owl:Class, + sh:NodeShape ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Sensor, + brick:Setpoint ; + skos:definition "A Status is input point that reports the current operating mode, state, position, or condition of an item. Statuses are observations and should be considered 'read-only'"@en ; + sh:property [ a sh:PropertyShape ; + sh:class bsh:LastKnownValueShape ; + sh:maxCount 1 ; + sh:name "last known value"^^xsd:string ; + sh:nodeKind sh:IRI ; + sh:path brick:lastKnownValue ] ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Status ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Status . + +tag:Deadband a brick:Tag ; + rdfs:label "Deadband"@en . + +tag:Time a brick:Tag ; + rdfs:label "Time"@en . + +tag:Unit a brick:Tag ; + rdfs:label "Unit"@en . + +tag:Fan a brick:Tag ; + rdfs:label "Fan"@en . + +tag:Level a brick:Tag ; + rdfs:label "Level"@en . + +tag:Exhaust a brick:Tag ; + rdfs:label "Exhaust"@en . + +tag:High a brick:Tag ; + rdfs:label "High"@en . + +tag:Max a brick:Tag ; + rdfs:label "Max"@en . + +tag:Min a brick:Tag ; + rdfs:label "Min"@en . + +brick:EntityProperty a owl:Class ; + rdfs:subClassOf owl:ObjectProperty . + +brick:Air a brick:Substance ; + skos:broader brick:Gas ; + skos:definition "the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen."@en ; + skos:narrower brick:Building_Air, + brick:Bypass_Air, + brick:Discharge_Air, + brick:Exhaust_Air, + brick:Mixed_Air, + brick:Outside_Air, + brick:Return_Air, + brick:Supply_Air, + brick:Zone_Air . + +tag:Low a brick:Tag ; + rdfs:label "Low"@en . + +tag:Occupied a brick:Tag ; + rdfs:label "Occupied"@en . + +tag:Unoccupied a brick:Tag ; + rdfs:label "Unoccupied"@en . + +tag:Pump a brick:Tag ; + rdfs:label "Pump"@en . + +tag:Shed a brick:Tag ; + rdfs:label "Shed"@en . + +brick:Sensor a owl:Class, + sh:NodeShape ; + rdfs:seeAlso "https://xp20.ashrae.org/terminology/index.php?term=Sensor" ; + rdfs:subClassOf brick:Point ; + owl:disjointWith brick:Alarm, + brick:Command, + brick:Parameter, + brick:Setpoint, + brick:Status ; + skos:definition "A Sensor is an input point that represents the value of a device or instrument designed to detect and measure a variable (ASHRAE Dictionary)."@en ; + sh:rule [ a sh:TripleRule ; + sh:object tag:Point ; + sh:predicate brick:hasTag ; + sh:subject sh:this ], + [ a sh:TripleRule ; + sh:object tag:Sensor ; + sh:predicate brick:hasTag ; + sh:subject sh:this ] ; + brick:hasAssociatedTag tag:Point, + tag:Sensor . + +tag:Return a brick:Tag ; + rdfs:label "Return"@en . + +brick:lastKnownValue a brick:EntityProperty ; + rdfs:label "Last known value"@en ; + skos:definition "The last known value of the Point entity" . + +tag:Condenser a brick:Tag ; + rdfs:label "Condenser"@en . + +tag:Humidity a brick:Tag ; + rdfs:label "Humidity"@en . + +tag:Reset a brick:Tag ; + rdfs:label "Reset"@en . + +tag:Load a brick:Tag ; + rdfs:label "Load"@en . + +tag:Outside a brick:Tag ; + rdfs:label "Outside"@en . + +tag:Static a brick:Tag ; + rdfs:label "Static"@en . + +tag:Zone a brick:Tag ; + rdfs:label "Zone"@en . + +brick:Substance a owl:Class ; + rdfs:label "Substance"@en ; + rdfs:subClassOf sosa:FeatureOfInterest, + brick:Measurable . + +brick:hasUnit a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has unit"@en ; + rdfs:subPropertyOf brick:Relationship ; + skos:definition "The QUDT unit associated with this Brick entity (usually a Brick Point instance or Entity Property)"@en . + +bsh:NumericValue a rdf:List ; + rdf:first [ sh:datatype xsd:float ] ; + rdf:rest ( [ sh:datatype xsd:decimal ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:double ] ) . + +tag:Entering a brick:Tag ; + rdfs:label "Entering"@en . + +tag:Leaving a brick:Tag ; + rdfs:label "Leaving"@en . + +tag:Cool a brick:Tag ; + rdfs:label "Cool"@en . + +tag:PID a brick:Tag ; + rdfs:label "PID"@en . + +brick:Quantity a owl:Class ; + rdfs:label "Quantity"@en ; + rdfs:subClassOf qudt:QuantityKind, + skos:Concept, + sosa:ObservableProperty, + brick:Measurable ; + sh:property bsh:hasQUDTReferenceShape . + +brick:EntityPropertyValue a owl:Class . + +bsh:ValueShape a owl:Class, + sh:NodeShape . + +tag:Chilled a brick:Tag ; + rdfs:label "Chilled"@en . + +brick:value a rdf:Property ; + rdfs:label "Value"@en ; + rdfs:subPropertyOf qudt:value, + brick:Relationship, + rec:value ; + skos:definition "The basic value of an entity property" . + +tag:Valve a brick:Tag ; + rdfs:label "Valve"@en . + +tag:System a brick:Tag ; + rdfs:label "System"@en . + +tag:Limit a brick:Tag ; + rdfs:label "Limit"@en . + +tag:Heat a brick:Tag ; + rdfs:label "Heat"@en . + +tag:Room a brick:Tag ; + rdfs:label "Room"@en . + +tag:Alarm a brick:Tag ; + rdfs:label "Alarm"@en . + +tag:Command a brick:Tag ; + rdfs:label "Command"@en . + +brick:Temperature a brick:Quantity ; + qudt:applicableUnit unit:DEG_C, + unit:DEG_F, + unit:DEG_R, + unit:K, + unit:MilliDEG_C, + unit:PlanckTemperature ; + skos:narrower brick:Differential_Temperature, + brick:Dry_Bulb_Temperature, + brick:Operative_Temperature, + brick:Radiant_Temperature, + brick:Wet_Bulb_Temperature ; + brick:hasQUDTReference qudtqk:Temperature . + +tag:Discharge a brick:Tag ; + rdfs:label "Discharge"@en . + +tag:Supply a brick:Tag ; + rdfs:label "Supply"@en . + +tag:Space a brick:Tag ; + rdfs:label "Space"@en . + +tag:Differential a brick:Tag ; + rdfs:label "Differential"@en . + +tag:Hot a brick:Tag ; + rdfs:label "Hot"@en . + +tag:Flow a brick:Tag ; + rdfs:label "Flow"@en . + +tag:Status a brick:Tag ; + rdfs:label "Status"@en . + +tag:Location a brick:Tag ; + rdfs:label "Location"@en . + +tag:Parameter a brick:Tag ; + rdfs:label "Parameter"@en . + +tag:Pressure a brick:Tag ; + rdfs:label "Pressure"@en . + +tag:Temperature a brick:Tag ; + rdfs:label "Temperature"@en . + +tag:Water a brick:Tag ; + rdfs:label "Water"@en . + +tag:Air a brick:Tag ; + rdfs:label "Air"@en . + +tag:Setpoint a brick:Tag ; + rdfs:label "Setpoint"@en . + +tag:Sensor a brick:Tag ; + rdfs:label "Sensor"@en . + +brick:Tag a owl:Class ; + sh:property bsh:isAssociatedWithShape, + bsh:isTagOfShape . + +tag:Equipment a brick:Tag ; + rdfs:label "Equipment"@en . + +owl:Class sh:property bsh:hasAssociatedTagShape, + bsh:hasTagShape . + +tag:Point a brick:Tag ; + rdfs:label "Point"@en . + +brick:hasTag a owl:AsymmetricProperty, + owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "Has tag"@en ; + rdfs:subPropertyOf brick:Relationship ; + owl:inverseOf brick:isTagOf ; + skos:definition "The subject has the given tag"@en . diff --git a/rdfconfig.json b/rdfconfig.json index c7ad09e..39643bf 100644 --- a/rdfconfig.json +++ b/rdfconfig.json @@ -37,6 +37,7 @@ "expand": [ "https://brickschema.org/schema/Brick#Equipment", "https://w3id.org/rec#Space" - ] + ], + "cleanUrls": false } }