@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:Agent ; sh:name "architected by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:architectedBy ], [ a sh:PropertyShape ; sh:class rec:ArchitectureArea ; sh:maxCount 1 ; sh:name "area"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:area ], [ 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: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:BuildingElement ; sh:name "adjacent element"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:adjacentElement ], [ 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 "operated by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:operatedBy ], [ a sh:PropertyShape ; sh:class rec:Document ; sh:name "documentation"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:documentation ], [ a sh:PropertyShape ; sh:name "is fed by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:isFedBy ], [ a sh:PropertyShape ; sh:class rec:Agent ; sh:name "owned by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:ownedBy ] . 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: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: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:Asset ; sh:name "is part of"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:isPartOf ], [ a sh:PropertyShape ; sh:class rec:Agent ; sh:name "commissioned by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:commissionedBy ], [ 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:datatype xsd:string ; sh:name "asset tag"^^xsd:string ; sh:path rec:assetTag ], [ 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:duration ; sh:name "maintenance interval"^^xsd:string ; sh:path rec:maintenanceInterval ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:name "IP address"^^xsd:string ; sh:path rec:IPAddress ], [ a sh:PropertyShape ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "commissioning date"^^xsd:string ; sh:path rec:commissioningDate ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:name "serial number"^^xsd:string ; sh:path rec:serialNumber ], [ a sh:PropertyShape ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "weight"^^xsd:string ; sh:path rec:weight ], [ 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:datatype xsd:date ; sh:maxCount 1 ; sh:name "installation date"^^xsd:string ; sh:path rec:installationDate ], [ 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:string ; sh:name "MAC address"^^xsd:string ; sh:path rec:MACAddress ], [ 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:class rec:Agent ; sh:name "serviced by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:servicedBy ], [ 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:maxCount 1 ; sh:name "initial cost"^^xsd:string ; sh:nodeKind sh:Literal ; sh:path rec:initialCost ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:name "model number"^^xsd:string ; sh:path rec:modelNumber ] . rec:Atrium a rdfs:Class, sh:NodeShape ; rdfs:label "Atrium"^^xsd:string ; 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 ; 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:Audio_Visual_Equipment" ; brick:isReplacedBy brick:Audio_Visual_Equipment . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnet_Controller" ; 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:Document ; sh:name "documentation"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:documentation ], [ 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: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 ] . 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" ; 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"^^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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Data_Network_Equipment" ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Daylight_Sensor_Equipment" ; 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 "document topic"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:documentTopic ], [ a sh:PropertyShape ; sh:name "URL"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:url ] . 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 "end level"^^xsd:string ; sh:path rec:endLevel ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "current level"^^xsd:string ; sh:path rec:currentLevel ] . 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: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 ], [ 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 ] ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Ethernet_Port" ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Ethernet_Switch" ; 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 ; 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:Gateway" ; brick:isReplacedBy brick:Gateway . 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:maxCount 1 ; sh:name "width scale factor"^^xsd:string ; 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."^^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 "origin x"^^xsd:string ; sh:path rec:originX ], [ 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 y"^^xsd:string ; sh:path rec:originY ] . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQ_Sensor_Equipment" ; 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: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 ], [ 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 ] . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Leak_Detector_Equipment" ; 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:Lobby a rdfs:Class, sh:NodeShape ; rdfs:label "Lobby" ; rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ; rdfs:subClassOf rec:Room . rec:LockerRoom a rdfs:Class, sh:NodeShape ; rdfs:label "Locker room"^^xsd:string ; rdfs:subClassOf rec:Room . rec:Lounge a rdfs:Class, sh:NodeShape ; rdfs:label "Lounge" ; rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Modbus_Controller" ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Network_Security_Equipment" ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Occupancy_Sensor_Equipment" ; 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 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 ], [ 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 ] . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:People_Count_Sensor_Equipment" ; 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:path rec:givenName ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:path rec:familyName ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:name "gender"^^xsd:string ; sh:path rec:gender ], [ 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 "address line 1"^^xsd:string ; sh:path rec:addressLine1 ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "postal code"^^xsd:string ; sh:path rec:postalCode ], [ 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 "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 ] . 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 "Wi-Fi Signal Strength"^^xsd:string ; sh:path rec:wifiSignalStrength ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:name "Battery Percentage"^^xsd:string ; sh:path rec:batteryPercentage ] ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Sensor_Equipment" ; 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" ; 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"^^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:datatype xsd:dateTime ; sh:maxCount 1 ; sh:name "acknowledged time"^^xsd:string ; sh:path rec:acknowledgedTime ], [ 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:class rec:Agent ; sh:maxCount 1 ; sh:name "closed by"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:closedBy ], [ 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:datatype xsd:dateTime ; sh:maxCount 1 ; sh:name "created time"^^xsd:string ; sh:path rec:createdTime ], [ 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:dateTime ; sh:maxCount 1 ; sh:name "closed time"^^xsd:string ; sh:path rec:closedTime ], [ 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: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 ] . 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:Space ; sh:name "has part"^^xsd:string ; sh:nodeKind sh:IRI ; sh:path rec:hasPart ], [ 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 ] . 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:TeamRoom a rdfs:Class, sh:NodeShape ; rdfs:label "Team Room" ; rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ; rdfs:subClassOf rec:Room . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Thermostat" ; 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Vibration_Sensor_Equipment" ; 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:Wing a rdfs:Class, sh:NodeShape ; rdfs:label "Wing" ; rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ; rdfs:subClassOf rec:Architecture . 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" ; brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Wireless_Access_Point" ; 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:label "Ablutions Room"@en ; 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:isReplacedBy rec:Room . brick:Absolute_Humidity_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Absolute Humidity Sensor"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Acceleration_Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ; brick:isReplacedBy qudtqk:Time . brick:Acceleration_Time_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Acceleration Time Setpoint"@en ; 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 qudtqk:Time . brick:Access_Reader a owl:Class, sh:NodeShape ; rdfs:label "Access Reader"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; qudt:applicableUnit unit:GigaHZ, unit:HZ, unit:KiloHZ, unit:MegaHZ ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk:Frequency ; skos:definition "The frequency of the oscillations of alternating current", "The frequency of the oscillations of alternating current"@en . brick:Ammonia_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Ammonia Sensor"@en ; 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:Atmospheric_Pressure owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Atmospheric_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/AtmosphericPressure' directly." ; brick:isReplacedBy qudtqk:AtmosphericPressure . brick:Atrium a owl:Class, sh:NodeShape ; rdfs:label "Atrium"@en ; 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:Auditorium a owl:Class, sh:NodeShape ; rdfs:label "Auditorium"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure . brick:Average_Heating_Demand_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Average Heating Demand Sensor"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Backflow_Preventer_Valve a owl:Class, sh:NodeShape ; rdfs:label "Backflow Preventer Valve"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Building_Air . brick:Building_Air_Static_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Building Air Static Pressure Setpoint"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Building_Air . brick:Building_Chilled_Water_Meter a owl:Class, sh:NodeShape ; rdfs:label "Building Chilled Water Meter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:GaugePressure . brick:Chilled_Water_Loop a owl:Class, sh:NodeShape ; rdfs:label "Chilled Water Loop"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Chilled_Water . brick:Chilled_Water_Storage_Tank a owl:Class, sh:NodeShape ; rdfs:label "Chilled Water Storage Tank"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 ; qudt:applicableUnit unit:OKTA ; qudt:hasDimensionVector ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Collection_Basin_Water_Heater a owl:Class, sh:NodeShape ; rdfs:label "Collection Basin Water Heater"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Collection_Basin_Water . brick:Communication_Loss_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Communication Loss Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Condenser Heat Exchanger"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; rdfs:subClassOf brick:HVAC_Equipment, brick:Valve ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Core_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Core Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Cubicle a owl:Class, sh:NodeShape ; rdfs:label "Cubicle"@en ; 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_Angle a brick:Quantity ; rdfs:label "Current Angle"@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 . brick:Current_Imbalance_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Current Imbalance Sensor"@en ; 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"@en ; 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"@en ; 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 qudtqk:ElectricCurrent . brick:Current_Total_Harmonic_Distortion a brick:Quantity ; rdfs:label "Current Total Harmonic Distortion"@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 . brick:Curtailment_Override_Command a owl:Class, sh:NodeShape ; rdfs:label "Curtailment Override Command"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Deceleration_Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ; brick:isReplacedBy qudtqk:Time . brick:Deceleration_Time_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Deceleration Time Setpoint"@en ; 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 qudtqk:Time . brick:Dehumidification_Start_Stop_Status a owl:Class, sh:NodeShape ; rdfs:label "Dehumidification Start Stop Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Detention_Room" ; brick:hasAssociatedTag tag:Detention, tag:Location, tag:Room, tag:Space ; brick:isReplacedBy rec:Room . brick:Dewpoint_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Dewpoint Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Disable_Status a owl:Class, sh:NodeShape ; rdfs:label "Disable Status"@en ; 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:label "Discharge Chilled Water Temperature Setpoint"@en ; 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:label "Discharge Condenser Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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:label "Displacement Flow Air Diffuser"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Air . brick:Dynamic_Pressure owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Dynamic_Pressure' (also referred to as Velocity_Pressure) is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/DynamicPressure' directly." ; brick:isReplacedBy qudtqk:DynamicPressure . brick:EconCycle_Start_Stop_Status a owl:Class, sh:NodeShape ; rdfs:label "EconCycle Start Stop Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Effective_Room_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Effective Room Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Effective_Zone_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Effective Zone Air Temperature Setpoint"@en ; 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:Electric_Baseboard_Radiator a owl:Class, sh:NodeShape ; rdfs:label "Electric Baseboard Radiator"@en ; 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"@en ; 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:Electric_Current owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Electric_Current' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/ElectricCurrent' directly." ; brick:isReplacedBy qudtqk:ElectricCurrent . brick:Electrical_Energy_Usage_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Electrical Energy Usage Sensor"@en ; 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:hasAssociatedTag tag:Electric, tag:Energy, tag:Point, tag:Sensor, tag:Usage ; brick:hasQuantity brick:Electric_Energy . brick:Electronic_Expansion_Valve a owl:Class, sh:NodeShape ; rdfs:label "Electronic Expansion Valve"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Energy owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Energy' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Energy' directly." ; brick:isReplacedBy qudtqk:Energy . brick:Energy_Generation_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Energy Generation Sensor"@en ; 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 qudtqk:Energy . brick:Energy_Zone a owl:Class, sh:NodeShape ; rdfs:label "Energy Zone"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Entering_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Domestic Hot Water Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Entering_Hot_Water_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Flow Setpoint"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Entering_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Water Differential Pressure Deadband Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Entering_Water_Temperature_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Entering Water Temperature Alarm"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Environment_Box" ; brick:hasAssociatedTag tag:Box, tag:Environment, tag:Laboratory, tag:Location, tag:Room ; brick:isReplacedBy rec:Laboratory . brick:Equipment_Room a owl:Class, sh:NodeShape ; rdfs:label "Equipment Room"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Exhaust_Air . brick:Exhaust_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Exhaust Air Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Exhaust_Air . brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Exhaust Air Velocity Pressure Sensor"@en ; 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 qudtqk:DynamicPressure ; brick:hasSubstance brick:Exhaust_Air . brick:Exhaust_Damper a owl:Class, sh:NodeShape ; rdfs:label "Exhaust Damper"@en ; 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_Disable_Command a owl:Class ; rdfs:label "Exhaust Fan Disable Command"@en ; 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:label "Eye Wash Station"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Field_Of_Play" ; brick:hasAssociatedTag tag:Area, tag:Field, tag:Location, tag:Outdoor, tag:Play ; brick:isReplacedBy rec:OutdoorSpace . brick:Filter_Air_Differential_Pressure_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Filter Air Differential Pressure Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for First_Aid_Room" ; brick:hasAssociatedTag tag:Aid, tag:First, tag:Location, tag:Meidcal, tag:Room, tag:Space ; brick:isReplacedBy rec:TreatmentRoom . brick:Floor_Fan_Coil_Unit a owl:Class, sh:NodeShape ; rdfs:label "Floor Fan Coil Unit"@en ; 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"@en ; 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"@en ; 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"@en ; 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: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 Freezer" ; brick:hasAssociatedTag tag:Freezer, tag:Laboratory, tag:Location, tag:Room ; brick:isReplacedBy rec:Room . brick:Frequency owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Frequency' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Frequency' directly." ; brick:isReplacedBy qudtqk:Frequency . brick:Frequency_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Frequency Setpoint"@en ; 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 qudtqk:Frequency . brick:Fresh_Air_Fan a owl:Class ; rdfs:label "Fresh Air Fan"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Frost . brick:Fume_Hood a owl:Class, sh:NodeShape ; rdfs:label "Fume Hood"@en ; rdfs:subClassOf brick:Exhaust_Fan ; skos:definition "A fume hood is a type of local exhaust ventilation device designed to protect users from exposure to hazardous fumes, vapors, and dust. It is typically mounted over a workspace, table, or shelf to capture and conduct unwanted gases away from the enclosed area."@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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Gatehouse" ; brick:hasAssociatedTag tag:Gatehouse, tag:Location, tag:Space ; brick:isReplacedBy rec:Building . brick:Gauge_Pressure owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Gauge_Pressure' is deprecated. Use the QUDT quantity 'qudt:QuantityKind/Pressure' and indicate contextually that it is gauge pressure if necessary." ; brick:isReplacedBy qudtqk:Pressure . brick:Generator_Room a owl:Class, sh:NodeShape ; rdfs:label "Generator Room"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hazardous_Materials_Storage" ; brick:hasAssociatedTag tag:Hazardous, tag:Location, tag:Materials, tag:Room, tag:Space, tag:Storage ; brick:isReplacedBy rec:Room . brick:Heat_Detector a owl:Class, sh:NodeShape ; rdfs:label "Heat Detector"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 a owl:Class ; rdfs:label "Heat Sensor"@en ; 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.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"@en ; 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 qudtqk:Temperature . brick:Heat_Wheel a owl:Class, sh:NodeShape ; rdfs:label "Heat Wheel"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hospitality_Box" ; brick:hasAssociatedTag tag:Box, tag:Hospitality, tag:Location, tag:Room, tag:Space ; brick:isReplacedBy rec:Room . brick:Hot_Box a owl:Class, sh:NodeShape ; rdfs:label "Hot Box"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hot_Box" ; brick:hasAssociatedTag tag:Box, tag:Hot, tag:Laboratory, tag:Location, tag:Room ; brick:isReplacedBy rec:Room . brick:Hot_Water_Baseboard_Radiator a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Baseboard Radiator"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Leaving_Hot_Water_Flow_Sensor . brick:Hot_Water_Discharge_Flow_Setpoint a owl:Class ; rdfs:label "Hot Water Discharge Flow Setpoint"@en ; 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:Leaving_Hot_Water_Flow_Setpoint . brick:Hot_Water_Gauge_Pressure_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Gauge Pressure Sensor"@en ; 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 qudtqk:GaugePressure . brick:Hot_Water_Loop a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Loop"@en ; 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"@en ; 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:Entering_Hot_Water_Flow_Sensor . brick:Hot_Water_Static_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Static Pressure Setpoint"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Hot_Water . brick:Hot_Water_Storage_Tank a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Storage Tank"@en ; 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"@en ; 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:Leaving_Hot_Water_Flow_Sensor . brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ; rdfs:label "Hot Water Supply Flow Setpoint"@en ; 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_Flow_Setpoint . brick:Hot_Water_Thermal_Energy_Storage_Tank a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Thermal Energy Storage Tank"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Illuminance_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Illuminance Setpoint"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Information_Area" ; brick:hasAssociatedTag tag:Area, tag:Information, tag:Location, tag:Outdoor ; brick:isReplacedBy rec:Reception . brick:Inside_Face_Surface_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Inside Face Surface Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Inside Face Surface Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Intake_Air_Filter a owl:Class, sh:NodeShape ; rdfs:label "Intake Air Filter"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Intrusion_Detection_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Intrusion Detection Equipment"@en ; 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:Irradiance owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Irradiance' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Irradiance' directly. For specific solar irradiance, use brick:Solar_Irradiance." ; brick:isReplacedBy qudtqk:Irradiance . brick:Isolation_Damper a owl:Class, sh:NodeShape ; rdfs:label "Isolation Damper"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Leaving Medium Temperature Hot Water Temperature High Reset Setpoint"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Leaving Water Differential Pressure Deadband Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Leaving_Water_Temperature_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Leaving Water Temperature Alarm"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Lighting_Zone" ; brick:hasAssociatedTag tag:Lighting, tag:Location, tag:Zone ; brick:isReplacedBy rec:Zone . brick:Liquid_Detection_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Liquid Detection Alarm"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Loading_Dock" ; brick:hasAssociatedTag tag:Dock, tag:Loading, tag:Location, tag:Room, tag:Space ; brick:isReplacedBy rec:LoadingReceivingRoom . brick:Locally_On_Off_Status a owl:Class, sh:NodeShape ; rdfs:label "Locally On Off Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Low_Outside_Air_Temperature_Enable_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Low Outside Air Temperature Enable Setpoint"@en ; 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 qudtqk:Temperature . brick:Low_Return_Air_Temperature_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Low Return Air Temperature Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure . brick:Luminaire a owl:Class, sh:NodeShape ; rdfs:label "Luminaire"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Majlis" ; brick:hasAssociatedTag tag:Common, tag:Location, tag:Lounge, tag:Majlis, tag:Space ; brick:isReplacedBy rec:Lounge . brick:Makeup_Water_Valve a owl:Class, sh:NodeShape ; rdfs:label "Makeup Water Valve"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Max Chilled Water Differential Pressure Setpoint Limit"@en ; 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"@en ; 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 qudtqk:Frequency . brick:Max_Fresh_Air_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Max Fresh Air Setpoint Limit"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Water . brick:Media_Hot_Desk a owl:Class, sh:NodeShape ; rdfs:label "Media Hot Desk"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Media_Hot_Desk" ; brick:hasAssociatedTag tag:Desk, tag:Location, tag:Media, tag:Space ; brick:isReplacedBy rec:RecordingRoom . brick:Media_Production_Room a owl:Class, sh:NodeShape ; rdfs:label "Media Production Room"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Media_Production_Room" ; brick:hasAssociatedTag tag:Location, tag:Media, tag:Production, tag:Room, tag:Space ; brick:isReplacedBy rec:RecordingRoom . 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Min Chilled Water Differential Pressure Setpoint Limit"@en ; 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"@en ; 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 qudtqk:Frequency . brick:Min_Fresh_Air_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Min Fresh Air Setpoint Limit"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Water . brick:Mixed_Air_Filter a owl:Class, sh:NodeShape ; rdfs:label "Mixed Air Filter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Mixed_Air . brick:Mixed_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Mixed Air Temperature Setpoint"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Mixed_Air . brick:Mixed_Damper a owl:Class, sh:NodeShape ; rdfs:label "Mixed Damper"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Natural_Gas . brick:Natural_Gas_Usage_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Natural Gas Usage Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Occupied_Cooling_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Cooling Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Heating_Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Occupied Heating Mode Status"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Occupied_Heating_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Heating Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Humidity_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Humidity Setpoint"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Occupied_Room_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Room Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Zone_Air_Temperaure_Setpoint a owl:Class ; rdfs:label "Occupied Zone Air Temperaure Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Open_Office a owl:Class, sh:NodeShape ; rdfs:label "Open Office"@en ; 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: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 ; 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"@en ; 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 qudtqk:Frequency . brick:Output_Voltage_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Output Voltage Sensor"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Outside" ; brick:hasAssociatedTag tag:Location, tag:Outside ; brick:isReplacedBy rec:OutdoorSpace . brick:Outside_Air_CO2_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Outside Air CO2 Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Outside Air Temperature High Reset Setpoint"@en ; 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 qudtqk: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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Outside Face Surface Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Outside_Illuminance_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Outside Illuminance Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Parking_Level" ; brick:hasAssociatedTag tag:Floor, tag:Level, tag:Location, tag:Parking ; brick:isReplacedBy rec:Level . brick:Parking_Space a owl:Class, sh:NodeShape ; rdfs:label "Parking Space"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Parking_Structure" ; brick:hasAssociatedTag tag:Building, tag:Location, tag:Parking, tag:Structure ; brick:isReplacedBy rec:Building . brick:Passive_Chilled_Beam a owl:Class, sh:NodeShape ; rdfs:label "Passive Chilled Beam"@en ; 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"@en ; 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:Phasor owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Phasor' is deprecated." . brick:Phasor_Magnitude a brick:Quantity ; rdfs:label "Phasor Magnitude"@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" . brick:Photovoltaic_Inverter a owl:Class, sh:NodeShape ; rdfs:label "Photovoltaic Inverter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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" ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Power_Factor' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/PowerFactor' directly." ; brick:isReplacedBy qudtqk:PowerFactor . brick:Power_Factor_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Power Factor Sensor"@en ; 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 qudtqk:PowerFactor . brick:Power_Loss_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Power Loss Alarm"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Prayer_Room" ; brick:hasAssociatedTag tag:Location, tag:Prayer, tag:Room, tag:Space ; brick:isReplacedBy rec:MeditationRoom . brick:Pre_Filter a owl:Class, sh:NodeShape ; rdfs:label "Pre Filter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Pressure owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined generic quantity 'Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Pressure' directly, or more specific QUDT/Brick quantities like qudt:QuantityKind/StaticPressure, qudt:QuantityKind/AtmosphericPressure, brick:Differential_Pressure, etc." ; brick:isReplacedBy qudtqk:Pressure . brick:Pressurization_Fan a owl:Class, sh:NodeShape ; rdfs:label "Pressurization Fan"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Pump_Room" ; brick:hasAssociatedTag tag:Location, tag:Mechanical, tag:Pump, tag:Room, tag:Service, tag:Space ; brick:isReplacedBy rec:UtilitiesRoom . brick:Pump_Status a owl:Class, sh:NodeShape ; rdfs:label "Pump Status"@en ; 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"@en ; 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:Radiance owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Radiance' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Radiance' directly. For specific solar radiance, use brick:Solar_Radiance." ; brick:isReplacedBy 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 ; 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"@en ; 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:Radioactivity_Concentration owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Radioactivity_Concentration' is deprecated." . brick:Radioactivity_Concentration_Sensor owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Radioactivity_Concentration_Sensor' is deprecated. Use Air_Quality_Sensor instead, or the provided sensor class for the specific kind or source of radioactivity (e.g. Radon gas)" ; brick:isReplacedBy brick:Air_Quality_Sensor . brick:Radon_Concentration_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Radon Concentration Sensor"@en ; rdfs:subClassOf brick:Air_Quality_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"@en ; 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"@en ; 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 ], [ 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: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_Water_Storage_Tank a owl:Class, sh:NodeShape ; rdfs:label "Rain Water Storage Tank"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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, sh:NodeShape ; rdfs:label "Refrigerant Level Sensor"@en ; 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: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:Refrigeration_System a owl:Class, sh:NodeShape ; rdfs:label "Refrigeration System"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Return_Air . brick:Return_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Return Air Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Return_Air . brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Return Chilled Water Temperature Setpoint"@en ; 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:label "Return Condenser Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Return Hot Water Temperature Setpoint"@en ; 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:label "Reversing Valve"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Riser" ; brick:hasAssociatedTag tag:Location, tag:Riser, tag:Space, tag:Vertical ; brick:isReplacedBy rec:Room . brick:Rooftop a owl:Class, sh:NodeShape ; rdfs:label "Rooftop"@en ; 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:Room_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Room Air Temperature Sensor"@en ; rdfs:subClassOf brick: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: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: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:Room, tag:Sensor, tag:Temperature ; brick:hasQuantity qudtqk:Temperature ; brick:hasSubstance brick:Air . brick:Run_Enable_Command a owl:Class, sh:NodeShape ; rdfs:label "Run Enable Command"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Sensor_Failure_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Sensor Failure Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Soil . brick:Solar_Azimuth_Angle_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Solar Azimuth Angle Sensor"@en ; 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 a brick:Quantity ; rdfs:label "Solar Radiance"@en ; qudt:applicableUnit unit:W-PER-M2-SR ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk: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_Radiance_Sensor a owl:Class ; rdfs:label "Solar Radiance Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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_Reset_Command a owl:Class, sh:NodeShape ; rdfs:label "Speed Reset Command"@en ; 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:Speed_Status a owl:Class ; rdfs:label "Speed Status"@en ; rdfs:subClassOf brick:Status ; owl:deprecated true ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Speed Status is no longer necessary. Use Speed Mode Status for motors with various categorical speed settings, such as low, medium, and high. To further clarify, points representing the current speed of a variable speed fan as an analog value or input, use Speed Sensor." ; brick:isReplacedBy brick:Speed_Mode_Status . brick:Sports_Service_Room a owl:Class, sh:NodeShape ; rdfs:label "Sports Service Room"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Sports_Service_Room" ; brick:hasAssociatedTag tag:Location, tag:Room, tag:Service, tag:Space, tag:Sports ; brick:isReplacedBy rec:ExerciseRoom . brick:Stage_Enable_Command a owl:Class, sh:NodeShape ; rdfs:label "Stage Enable Command"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Stage_Riser" ; brick:hasAssociatedTag tag:Equipment, tag:Furniture, tag:Riser, tag:Stage ; brick:isReplacedBy rec:Room . brick:Stages_Status a owl:Class, sh:NodeShape ; rdfs:label "Stages Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Standby_Fan a owl:Class, sh:NodeShape ; rdfs:label "Standby Fan"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Standby_Target_Zone_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Standby Target Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Start_Stop_Command a owl:Class, sh:NodeShape ; rdfs:label "Start Stop Command"@en ; 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_Pressure owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Static_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/StaticPressure' directly." ; brick:isReplacedBy qudtqk:StaticPressure . brick:Static_Transfer_Switch a owl:Class, sh:NodeShape ; rdfs:label "Static Transfer Switch"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 ; 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"@en ; 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:label "Supply Condenser Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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:label "Surveillance Camera"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for TETRA_Room" ; brick:hasAssociatedTag tag:Location, tag:Room, tag:Space, tag:TETRA, tag:Telecom ; brick:isReplacedBy rec:TelecommunicationRoom . brick:TVOC_Level_Sensor a owl:Class, sh:NodeShape ; rdfs:label "TVOC Level Sensor"@en ; 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"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined generic quantity 'Temperature' is deprecated for direct use. Use the equivalent QUDT quantity 'qudt:QuantityKind/Temperature' directly, or more specific Brick quantities like brick:Dry_Bulb_Temperature, brick:Wet_Bulb_Temperature, etc., which now subclass the QUDT quantity." ; brick:isReplacedBy qudtqk:Temperature . brick:Temperature_Adjust_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Temperature Adjust Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Thermal_Energy' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/ThermalEnergy' directly." ; brick:isReplacedBy qudtqk:ThermalEnergy . brick:Thermal_Energy_Usage_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Thermal Energy Usage Sensor"@en ; 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 qudtqk:ThermalEnergy . brick:Thermal_Expansion_Valve a owl:Class, sh:NodeShape ; rdfs:label "Thermal Expansion Valve"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ticketing_Booth" ; brick:hasAssociatedTag tag:Booth, tag:Location, tag:Space, tag:Ticketing ; brick:isReplacedBy rec:Building . brick:Time owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ; brick:isReplacedBy qudtqk:Time . brick:Tint_Command a owl:Class, sh:NodeShape ; rdfs:label "Tint Command"@en ; 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"@en ; 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"@en ; 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:label "Transfer Fan"@en ; 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"@en ; 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"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Tunnel" ; brick:hasAssociatedTag tag:Location, tag:Space, tag:Tunnel ; brick:isReplacedBy rec:Room . brick:Underfloor_Air_Plenum a owl:Class, sh:NodeShape ; rdfs:label "Underfloor Air Plenum"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Underfloor Air Plenum Static Pressure Setpoint"@en ; 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 qudtqk:StaticPressure . brick:Underfloor_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Underfloor Air Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Unit_Failure_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Unit Failure Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Cooling_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Cooling Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Heating_Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Heating Mode Status"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Heating_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Heating Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Humidity_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Humidity Setpoint"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Room_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Room Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Zone_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Unoccupied Zone Air Temperature Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Velocity_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/DynamicPressure' directly." ; brick:isReplacedBy qudtqk:DynamicPressure . brick:Velocity_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Velocity Pressure Setpoint"@en ; 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 qudtqk:Pressure . brick:Vent_Operating_Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Vent Operating Mode Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Voltage' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Voltage' directly." ; brick:isReplacedBy qudtqk:Voltage . brick:Voltage_Angle a brick:Quantity ; rdfs:label "Voltage Angle"@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 . brick:Voltage_Imbalance_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Voltage Imbalance Sensor"@en ; 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"@en ; 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 qudtqk: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:BU_US_DRY, 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:KiloCubicFT, unit:KiloL, unit:L, unit:M3, unit:MI3, unit:MI_UK3, unit:MegaL, unit:MicroL, unit:MicroM3, unit:MilliL, unit:MilliM3, unit:NT, 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:STANDARD, unit:STR, 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Waste_Amount_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Waste Amount Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Water_Tank a owl:Class, sh:NodeShape ; rdfs:label "Water Tank"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Water_Tank" ; brick:hasAssociatedTag tag:Location, tag:Space, tag:Tank, tag:Water ; brick:isReplacedBy rec:UtilitiesRoom . brick:Weather_Condition owl:deprecated true ; brick:deprecatedInVersion "1.4.4" ; brick:deprecationMitigationMessage "Brick-defined quantity 'Weather_Condition' is deprecated." . brick:Weather_Station a owl:Class, sh:NodeShape ; rdfs:label "Weather Station"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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: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:AddDefaultEVSEChargerDirection a sh:NodeShape ; sh:rule [ a sh:SPARQLRule ; sh:construct """ CONSTRUCT { $this brick:electricVehicleChargerDirectionality [ brick:value "unidirectional"^^xsd:string ] } 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:MegaHZ unit:KiloHZ unit:HZ ) ; 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: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:KiloV-A-HR unit:MegaV-A-HR unit:V-A-HR ) ; 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: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:CloudageQuantityShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ a sh:PropertyShape ; sh:in ( unit:OKTA ) ; 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:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ; 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:in ( unit:DeciB_M 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: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: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: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_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:MicroBAR unit:N-PER-MilliM2 unit:CentiM_H2O_4DEG_C unit:PlanckPressure unit:LB_F-PER-IN2 unit:MilliM_HGA unit:BAR unit:LB_F-PER-FT2 unit:MicroPA unit:PDL-PER-FT2 unit:MilliM_H2O unit:HectoPA unit:KiloGM_F-PER-MilliM2 unit:FT_HG unit:KIP_F-PER-IN2 unit:FT_H2O_39dot2DEG_F unit:BARAD unit:GM_F-PER-CentiM2 unit:MilliBAR unit:MilliPA unit:KiloPA unit:PDL-PER-IN2 unit:KiloGM-PER-M-SEC2 unit:MegaPA unit:PA unit:PicoPA unit:CentiM_H2O unit:CentiM_HG_0DEG_C unit:IN_HG_60DEG_F unit:M_H2O unit:CentiM_HG unit:DeciBAR unit:KiloPA_A unit:TORR unit:KiloGM_F-PER-M2 unit:MilliM_HG unit:MegaPSI unit:GigaPA unit:IN_H2O unit:N-PER-M2 unit:KiloBAR unit:HectoBAR unit:PSI unit:MilliTORR unit:ATM_T unit:DYN-PER-CentiM2 unit:DecaPA unit:MicroATM unit:KiloN-PER-M2 unit:CentiBAR unit:KiloLB_F-PER-IN2 unit:MicroTORR unit:IN_H2O_60DEG_F unit:ATM unit:IN_HG unit:IN_HG_32DEG_F unit:N-PER-CentiM2 unit:BARYE unit:MegaBAR unit:IN_H2O_39dot2DEG_F unit:FT_H2O unit:KiloGM_F-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:in ( unit:MicroBAR unit:N-PER-MilliM2 unit:CentiM_H2O_4DEG_C unit:PlanckPressure unit:MilliM_HGA unit:LB_F-PER-IN2 unit:BAR unit:LB_F-PER-FT2 unit:PDL-PER-FT2 unit:MicroPA unit:MilliM_H2O unit:HectoPA unit:KiloGM_F-PER-MilliM2 unit:KIP_F-PER-IN2 unit:FT_HG unit:IN_H2O_39dot2DEG_F unit:FT_H2O_39dot2DEG_F unit:BARAD unit:GM_F-PER-CentiM2 unit:MilliBAR unit:KiloPA unit:MilliPA unit:PDL-PER-IN2 unit:MegaPA unit:KiloGM-PER-M-SEC2 unit:PA unit:PicoPA unit:CentiM_H2O unit:IN_HG_60DEG_F unit:CentiM_HG_0DEG_C unit:M_H2O unit:CentiM_HG unit:DeciBAR unit:KiloPA_A unit:TORR unit:KiloGM_F-PER-M2 unit:MilliM_HG unit:MegaPSI unit:GigaPA unit:IN_H2O unit:N-PER-M2 unit:HectoBAR unit:KiloBAR unit:MilliTORR unit:ATM_T unit:DYN-PER-CentiM2 unit:DecaPA unit:MicroATM unit:KiloN-PER-M2 unit:CentiBAR unit:KiloLB_F-PER-IN2 unit:MicroTORR unit:IN_H2O_60DEG_F unit:ATM unit:IN_HG unit:IN_HG_32DEG_F unit:N-PER-CentiM2 unit:BARYE unit:MegaBAR unit:PSI unit:FT_H2O unit:KiloGM_F-PER-CentiM2 ) ; 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_TemperatureQuantityShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ a sh:PropertyShape ; sh:in ( unit:DEG_C unit:MilliK unit:MilliDEG_C unit:K unit:DecaK unit:MegaK unit:DEG_R unit:DEG_F unit:PlanckTemperature ) ; 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_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_C unit:K unit:DEG_F ) ; 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:KiloV-A_Reactive-HR unit:V-A_Reactive-HR unit:MegaV-A-HR unit:MegaW-HR unit:J unit:V-A-HR unit:W-HR unit:KiloV-A-HR unit:MegaV-A_Reactive-HR unit:KiloW-HR ) ; 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: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 } """ ; 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: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:MicroM unit:YD unit:M unit:KiloM unit:IN unit:CentiM unit:DeciM unit:MilliM unit:FT ) ; 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:in ( unit:FT-PER-SEC unit:KiloM-PER-SEC unit:KiloM-PER-HR unit:FT-PER-HR unit:M-PER-HR unit:MI-PER-SEC unit:M-PER-SEC 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: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: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_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: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: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: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: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: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: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: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:PPM unit:PPB unit:MicroGM-PER-M3 ) ; 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: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: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:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ; 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:maxCount 1 ; sh:minCount 1 ; sh:or bsh:NumericValue ; sh:path brick:value ], [ a sh:PropertyShape ; sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:path brick:hasUnit ] . 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: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:MicroM unit:YD unit:M unit:KiloM unit:IN unit:CentiM unit:DeciM unit:MilliM unit:FT ) ; 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: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:DEG_C unit:K unit:DEG_F ) ; 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:maxCount 1 ; sh:minCount 1 ; sh:or bsh:NumericValue ; sh:path brick:value ], [ a sh:PropertyShape ; sh:in ( unit:MegaV-A_Reactive-HR unit:KiloV-A_Reactive-HR unit:V-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:in ( unit:RAD-PER-SEC unit:RAD-PER-MIN unit:DEG-PER-HR unit:RAD-PER-HR unit:DEG-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:SensorInheritQuantityKind a sh:NodeShape ; sh:rule [ a sh:SPARQLRule ; sh:construct """ CONSTRUCT { $this brick:hasQuantity ?quantity . } WHERE { $this rdfs:subClassOf+ ?parent . ?parent brick:hasQuantity ?quantity . FILTER NOT EXISTS { $this brick:hasQuantity ?quantity . } } """ ; sh:prefixes ] ; sh:target [ a sh:SPARQLTarget ; sh:select """ PREFIX brick: PREFIX rdfs: SELECT DISTINCT ?this WHERE { ?this rdfs:subClassOf+ brick:Sensor } """ ] . bsh:Solar_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 ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:path brick:hasUnit ] . 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:MegaHZ-M unit:MicroM-PER-SEC unit:RAD-PER-SEC unit:RAD-PER-MIN unit:MI-PER-HR unit:MicroM-PER-MIN unit:YD-PER-HR unit:FT-PER-SEC unit:IN-PER-YR unit:GigaHZ-M unit:RAD-PER-HR unit:FT3-PER-MIN-FT2 unit:DEG-PER-SEC unit:KiloM-PER-SEC unit:BFT unit:KiloM-PER-HR unit:FT-PER-HR unit:M-PER-HR unit:MI-PER-SEC unit:YD-PER-SEC unit:M-PER-SEC unit:YD-PER-MIN unit:DEG-PER-HR unit:DEG-PER-MIN unit:HZ-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: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: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: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: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: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:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ; 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_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:in ( unit:DecaM3 unit:L unit:BBL unit:YD3 unit:GT unit:HectoL unit:KiloL unit:NT unit:AC-FT_US unit:MI3 unit:TON_SHIPPING_US unit:GI_US unit:TSP unit:BBL_UK_PET unit:FT3 unit:ANGSTROM3 unit:NanoL unit:MilliL unit:IN3 unit:MicroL unit:PicoL unit:STR unit:QT_UK unit:STANDARD unit:PINT_UK unit:PlanckVolume unit:CentiM3 unit:MilliM3 unit:GI_UK unit:FBM unit:QT_US unit:DeciL unit:PK_UK unit:TON_Register unit:MicroM3 unit:OZ_VOL_UK unit:M3 unit:MI_UK3 unit:AC-FT unit:MegaL unit:DeciM3 unit:DecaL unit:TBSP unit:KiloCubicFT unit:TON_SHIPPING_UK unit:PINT unit:FemtoL unit:BU_US_DRY ) ; 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: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:Wind_DirectionQuantityShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ a sh:PropertyShape ; sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ; 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:aggregationFunctionShape a sh:PropertyShape ; sh:path brick:aggregationFunction . bsh:ambientTemperatureOfMeasurementShape a sh:PropertyShape ; sh:path brick:ambientTemperatureOfMeasurement . bsh:connectedToShape a sh:PropertyShape ; sh:path brick:connectedTo . bsh:deprecatedInVersionShape a sh:PropertyShape ; sh:class xsd:string ; sh:path brick:deprecatedInVersion . bsh:deprecationMitigationMessageShape a sh:PropertyShape ; sh:class xsd:string ; sh:path brick:deprecationMitigationMessage . bsh:deprecationMitigationRuleShape a sh:PropertyShape ; sh:or ( [ sh:class sh:PropertyShape ] ) ; sh:path brick:deprecationMitigationRule . bsh:deprecationShape a sh:PropertyShape ; sh:or ( [ sh:class bsh:DeprecationRule ] ) ; sh:path brick:deprecation . bsh:feedsShape a sh:PropertyShape ; sh:path brick:feeds . bsh:hasAmbientTemperatureShape a sh:PropertyShape ; sh:path brick:hasAmbientTemperature . 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 . rdfs:label "RealEstateCore"^^xsd:string ; owl:imports , , ; owl:versionInfo "4.0"^^xsd:string . 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:Network_Router" ; brick:isReplacedBy brick:Network_Router . rec:substance a owl:AnnotationProperty ; rdfs:label "substance", "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" "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 ; 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 . sosa:FeatureOfInterest a owl:Class . sosa:ObservableProperty a owl:Class . brick:AED a owl:Class, sh:NodeShape ; rdfs:label "AED"@en ; 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:label "AHU"@en ; 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:Access_Control_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Access Control Equipment"@en ; 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 ; qudt:hasDimensionVector ; 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"@en ; 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:label "Air Handler Unit"@en ; 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:label "Air Pressure Sensor"@en ; 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 qudtqk:Pressure ; brick:hasSubstance brick:Air . brick:Air_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Air Pressure Setpoint"@en ; 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 qudtqk:Pressure . brick:Air_System a owl:Class, sh:NodeShape ; rdfs:label "Air System"@en ; 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"@en ; 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 ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader brick:Electric_Energy ; skos:definition "The integral of the apparent power over a time interval" . brick:Audio_Visual_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Audio Visual Equipment"@en ; 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:Average_Discharge_Air_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Average Discharge Air Flow Sensor"@en ; 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:label "BACnet Controller"@en ; 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"@en ; 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"@en ; 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" ; 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"@en ; rdfs:subClassOf brick:Terminal_Unit ; owl:equivalentClass brick:Constant_Air_Volume_Box ; brick:aliasOf brick:Constant_Air_Volume_Box . brick:CO a brick:Substance ; rdfs:label "CO"@en ; skos:broader brick:Gas ; skos:definition "Carbon Monoxide in the vapor phase"@en . brick:CO2 a brick:Substance ; rdfs:label "CO2"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "CRAH"@en ; 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:label "Camera"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Cooling Discharge Air Temperature Integral Time Parameter"@en ; 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:label "Cooling Discharge Air Temperature Proportional Band Parameter"@en ; 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_Imbalance a brick:Quantity ; rdfs:label "Current Imbalance"@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 . brick:Cycle_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Cycle Alarm"@en ; 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"@en ; 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:label "Damper Command"@en ; 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"@en ; 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:Delay_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Delay Parameter"@en ; 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:Differential_Dry_Bulb_Temperature a brick:Quantity ; rdfs:label "Differential Dry Bulb Temperature"@en ; qudt:hasDimensionVector ; qudt:isDeltaQuantity true ; skos:broader brick:Dry_Bulb_Temperature . brick:Differential_Dynamic_Pressure a brick:Quantity ; rdfs:label "Differential Dynamic Pressure"@en ; qudt:applicableUnit unit:ATM, unit:ATM_T, unit:BAR, unit:BARAD, unit:BARYE, unit:CentiBAR, 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:hasDimensionVector ; qudt:isDeltaQuantity true ; skos:broader brick:Differential_Pressure ; brick:hasQUDTReference qudtqk:DynamicPressure . brick:Differential_Pressure_Step_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Differential Pressure Step Parameter"@en ; 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_Static_Pressure a brick:Quantity ; rdfs:label "Differential Static Pressure"@en ; qudt:applicableUnit unit:ATM, unit:ATM_T, unit:BAR, unit:BARAD, unit:BARYE, unit:CentiBAR, 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:hasDimensionVector ; qudt:isDeltaQuantity true ; skos:broader brick:Differential_Pressure ; brick:hasQUDTReference qudtqk:StaticPressure . brick:Direction_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Direction Sensor"@en ; 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:Direction_Status a owl:Class, sh:NodeShape ; rdfs:label "Direction Status"@en ; 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"@en ; 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:label "Discharge Air Differential Pressure Sensor"@en ; 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:label "Discharge Air Differential Pressure Setpoint"@en ; 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:label "Discharge Air Duct Pressure Status"@en ; 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:label "Discharge Air Flow Demand Setpoint"@en ; 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:label "Discharge Air Flow High Reset Setpoint"@en ; 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:label "Discharge Air Flow Low Reset Setpoint"@en ; 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:label "Discharge Air Flow Reset Setpoint"@en ; 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:label "Discharge Air Flow Sensor"@en ; 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:label "Discharge Air Flow Setpoint"@en ; 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:label "Discharge Air Humidity Sensor"@en ; 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:label "Discharge Air Humidity Setpoint"@en ; 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:label "Discharge Air Integral Gain Parameter"@en ; 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:label "Discharge Air Plenum"@en ; 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:label "Discharge Air Proportional Gain Parameter"@en ; 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:label "Discharge Air Smoke Detection Alarm"@en ; 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:label "Discharge Air Static Pressure Deadband Setpoint"@en ; 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:label "Discharge Air Static Pressure Integral Time Parameter"@en ; 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:label "Discharge Air Static Pressure Proportional Band Parameter"@en ; 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:label "Discharge Air Static Pressure Sensor"@en ; 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:label "Discharge Air Static Pressure Step Parameter"@en ; 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:label "Discharge Air Temperature Alarm"@en ; 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:label "Discharge Air Temperature Deadband Setpoint"@en ; 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:label "Discharge Air Temperature High Reset Setpoint"@en ; 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:label "Discharge Air Temperature Low Reset Setpoint"@en ; 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:label "Discharge Air Temperature Proportional Band Parameter"@en ; 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:label "Discharge Air Temperature Reset Differential Setpoint"@en ; 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:label "Discharge Air Temperature Sensor"@en ; 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:label "Discharge Air Temperature Setpoint Limit"@en ; 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:label "Discharge Air Temperature Step Parameter"@en ; 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:label "Discharge Air Velocity Pressure Sensor"@en ; 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:label "Discharge Fan"@en ; 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:label "Discharge Hot Water Temperature Setpoint"@en ; 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_Hot_Water a brick:Substance ; rdfs:label "Domestic Hot Water"@en ; skos:broader brick:Domestic_Water, brick:Hot_Water . 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 ; 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:ESS_Panel a owl:Class, sh:NodeShape ; rdfs:label "ESS Panel"@en ; 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:label "EV Charging Hub"@en ; 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:label "Effective Cooling Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Effective Discharge Air Temperature Setpoint"@en ; 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:label "Effective Heating Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Effective_Target_Zone_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Effective Target Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Electric_Energy_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Electric Energy Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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" ; 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"@en ; 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 qudtqk:Temperature . brick:Embedded_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Embedded Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Emergency_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Emergency Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature . brick:Entering_Hot_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Flow Sensor"@en ; 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_Temperature_High_Reset_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Temperature High Reset Setpoint"@en ; 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 qudtqk:Temperature . brick:Entering_Hot_Water_Temperature_Load_Shed_Status a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Temperature Load Shed Status"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Entering_Hot_Water_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Temperature Setpoint"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature . brick:Entering_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Entering Water Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Entering_Water . brick:Enthalpy_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Enthalpy Sensor"@en ; 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"@en ; rdfs:subClassOf brick:Data_Network_Equipment ; 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 ] ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Exhaust_Fan a owl:Class, sh:NodeShape ; rdfs:label "Exhaust Fan"@en ; 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:FCU a owl:Class, sh:NodeShape ; rdfs:label "FCU"@en ; 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:label "Fan Command"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Frequency . brick:Fuel_Oil a brick:Substance ; rdfs:label "Fuel Oil"@en ; skos:broader brick:Oil ; skos:definition "Petroleum based oil burned for energy"@en . brick:Furniture a owl:Class, sh:NodeShape ; rdfs:label "Furniture"@en ; 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"@en ; 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"@en ; 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"@en ; skos:broader brick:Liquid ; skos:definition "Petroleum derived liquid used as a fuel source"@en . brick:Gateway a owl:Class, sh:NodeShape ; rdfs:label "Gateway"@en ; 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:Generation_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Generation Sensor"@en ; 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"@en ; skos:broader brick:Liquid . brick:HVAC_System a owl:Class, sh:NodeShape ; rdfs:label "HVAC System"@en ; 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:label "HX"@en ; 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:label "Heating Demand Sensor"@en ; 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"@en ; 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:label "Heating Discharge Air Temperature Integral Time Parameter"@en ; 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:label "Heating Discharge Air Temperature Proportional Band Parameter"@en ; 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:label "High Discharge Air Temperature Alarm"@en ; 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:label "Horizontal Fan Coil Unit"@en ; 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:label "Hot Deck"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; skos:broader brick:Solid ; skos:definition "Water in its solid form"@en . brick:Illuminance_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Illuminance Sensor"@en ; 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:Inverter a owl:Class, sh:NodeShape ; rdfs:label "Inverter"@en ; 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:Isolation_Valve a owl:Class, sh:NodeShape ; rdfs:label "Isolation Valve"@en ; rdfs:seeAlso ; rdfs:subClassOf brick:HVAC_Equipment, brick:Valve ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Leaving_Hot_Water . brick:Light a brick:Substance ; rdfs:label "Light"@en . brick:Lighting_Level_Command a owl:Class, sh:NodeShape ; rdfs:label "Lighting Level Command"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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_Discharge_Air_Flow_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Low Discharge Air Flow Alarm"@en ; 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:label "Low Discharge Air Temperature Alarm"@en ; 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:label "MAU"@en ; 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 ; rdfs:label "Makeup Water"@en ; 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"@en ; 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:label "Max Discharge Air Static Pressure Setpoint Limit"@en ; 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:label "Max Discharge Air Temperature Setpoint Limit"@en ; 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:label "Max Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Max Occupied Cooling Discharge Air Flow Setpoint Limit"@en ; 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:label "Max Occupied Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit"@en ; 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:label "Max Unoccupied Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Mechanical Room"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Min Discharge Air Static Pressure Setpoint Limit"@en ; 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:label "Min Discharge Air Temperature Setpoint Limit"@en ; 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:label "Min Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Min Occupied Cooling Discharge Air Flow Setpoint Limit"@en ; 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:label "Min Occupied Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit"@en ; 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:label "Min Unoccupied Heating Discharge Air Flow Setpoint Limit"@en ; 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:label "Modbus Controller"@en ; 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"@en ; 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:NVR a owl:Class, sh:NodeShape ; rdfs:label "NVR"@en ; 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:label "Network Router"@en ; 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"@en ; 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:label "Occupancy Sensor Equipment"@en ; 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"@en ; 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"@en ; 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:label "Occupied Cooling Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Discharge Air Flow Setpoint"@en ; 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:label "Occupied Discharge Air Temperature Setpoint"@en ; 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:label "Occupied Heating Discharge Air Flow Setpoint"@en ; 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:label "Occupied Heating Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Load_Shed_Command a owl:Class, sh:NodeShape ; rdfs:label "Occupied Load Shed Command"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Operating_Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Operating Mode Status"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Outside_Fan a owl:Class, sh:NodeShape ; rdfs:label "Outside Fan"@en ; 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"@en ; 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"@en ; 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:label "PM10 Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "People Count Sensor Equipment"@en ; 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:Potable_Water a brick:Substance ; rdfs:label "Potable Water"@en ; 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"@en ; 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:Preheat_Discharge_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Preheat Discharge Air Temperature Sensor"@en ; 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:label "Pressure Regulator Valve"@en ; 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:label "RC Panel"@en ; 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:label "RTU"@en ; 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:label "RVAV"@en ; 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:Refrigerant_Valve a owl:Class, sh:NodeShape ; rdfs:label "Refrigerant Valve"@en ; 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"@en ; 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"@en ; 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" ; 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"@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:label "Run Status"@en ; 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"@en ; 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:label "Security Service Room"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 a brick:Quantity ; rdfs:label "Solar Irradiance"@en ; qudt:applicableUnit unit:W-PER-M2 ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk:Irradiance ; skos:definition "The power per unit area of solar electromagnetic radiation incident on a surface"@en . brick:Solar_Irradiance_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Solar Irradiance Sensor"@en ; 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_Thermal_Collector a owl:Class, sh:NodeShape ; rdfs:label "Solar Thermal Collector"@en ; 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_Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Speed Mode Status"@en ; rdfs:subClassOf brick:Mode_Status ; skos:definition "Indicates the speed mode of a motor with various categorical settings, such as a multi-state value including low, medium, and high."@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_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Speed Setpoint"@en ; 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:Standby_Load_Shed_Command a owl:Class, sh:NodeShape ; rdfs:label "Standby Load Shed Command"@en ; 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"@en ; 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:label "Static Pressure Sensor"@en ; 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 qudtqk:Pressure . brick:Static_Pressure_Step_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Static Pressure Step Parameter"@en ; 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"@en ; skos:broader brick:Gas ; skos:definition "water in the vapor phase."@en . brick:Steam_Radiator a owl:Class, sh:NodeShape ; rdfs:label "Steam Radiator"@en ; 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"@en ; rdfs:subClassOf brick:Location ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "TVOC Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Unoccupied Cooling Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Discharge_Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Discharge Air Flow Setpoint"@en ; 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:label "Unoccupied Discharge Air Temperature Setpoint"@en ; 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:label "Unoccupied Heating Discharge Air Flow Setpoint"@en ; 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:label "Unoccupied Heating Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Load_Shed_Command a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Load Shed Command"@en ; 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"@en ; 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 qudtqk:Temperature . brick:VAV a owl:Class, sh:NodeShape ; rdfs:label "VAV"@en ; 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:label "VFD"@en ; 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:label "Valve Command"@en ; 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, sh:NodeShape ; rdfs:label "Velocity Pressure Sensor"@en ; rdfs:subClassOf brick:Pressure_Sensor ; skos:definition "Measures the difference between total pressure and static pressure"@en ; brick:hasQuantity qudtqk:DynamicPressure . brick:Vibration_Sensor_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Vibration Sensor Equipment"@en ; 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"@en ; 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 "Voltage Imbalance"@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 . brick:Water_Usage_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Water Usage Sensor"@en ; 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"@en ; rdfs:subClassOf brick:Data_Network_Equipment ; 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 ] ; 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Aggregate"@en ; skos:definition "Description of how the data for this point is aggregated" . brick:aggregationInterval a owl:DatatypeProperty ; rdfs:label "aggregationInterval"@en . brick:aliasOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "aliasOf"@en . brick:azimuth a owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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, brick:Relationship ; rdfs:label "Connected To"@en . brick:coolingCapacity a owl:ObjectProperty, 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Coordinates"@en ; skos:definition "The location of an entity in latitude/longitude" . brick:currentFlowType a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Current flow type"@en ; skos:definition "The current flow type of the entity" . brick:electricVehicleChargerDirectionality a owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "electrical complex power type"@en ; skos:definition "Associated electrical complexity with the entity" . brick:electricalFlow a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Electrical flow direction"@en ; skos:definition "Entity has this electrical flow relative to the building'" . brick:electricalPhaseCount a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Electrical phase count"@en ; skos:definition "Entity has these phases" . brick:electricalPhases a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Electrical phases"@en ; skos:definition "Entity has these electrical AC phases" . brick:grossArea a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Gross area"@en ; rdfs:subPropertyOf brick:area ; skos:definition "Entity has gross 2-dimensional area" . brick:hasAddress a brick:Relationship ; rdfs:label "Has address"@en ; rdfs:subPropertyOf vcard:hasAddress ; skos:definition "To specify the address of a building."@en . brick:hasAmbientTemperature a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "hasAmbientTemperature"@en . brick:hasInputSubstance a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has input substance"@en ; 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, brick:Relationship ; rdfs:label "Has output substance"@en ; skos:definition "The subject produces or exports the given substance from its internal process"@en . brick:hasQUDTReference a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has QUDT reference"@en ; skos:definition "Points to the relevant QUDT definition"@en . brick:isReplacedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Is replaced by"@en . brick:isVirtualMeter a owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Measured power input"@en ; skos:definition "The nominal measured power input of the entity" . brick:measuredPowerOutput a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Measured power output"@en ; skos:definition "The nominal measured power output of the entity" . brick:netArea a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Net area"@en ; rdfs:subPropertyOf brick:area ; skos:definition "Entity has net 2-dimensional area" . brick:operationalStage a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Operational stage"@en ; skos:definition "The associated operational stage" . brick:operationalStageCount a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Operational stage count"@en ; skos:definition "The number of operational stages supported by this equipment" . brick:panelArea a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Panel area"@en ; rdfs:subPropertyOf brick:area ; skos:definition "Surface area of a panel, such as a PV panel" . brick:powerComplexity owl:deprecated true ; brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ; brick:deprecationMitigationRule [ 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:powerFlow owl:deprecated true ; brick:deprecation [ brick:deprecatedInVersion "1.3.1" ; brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ; brick:deprecationMitigationRule [ 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:ratedMaximumCurrentInput a owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Rated power input"@en ; skos:definition "The nominal rated power input of the entity" . brick:ratedPowerOutput a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Rated power output"@en ; skos:definition "The nominal rated power output of the entity" . brick:resolution a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Resolution"@en ; skos:definition "The resolution of the entity specifing the smallest measurable or controllable increment" . brick:temperatureCoefficientofPmax a owl:ObjectProperty, 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Tilt"@en ; skos:definition "The direction an entity is facing in degrees above the horizon" . brick:volume a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Volume"@en ; skos:definition "Entity has 3-dimensional volume" . brick:yearBuilt a owl:ObjectProperty, 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 "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 ], [ 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 ] . bsh:AzimuthShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ a sh:PropertyShape ; sh:in ( unit:MIL unit:MilliRAD unit:REV unit:RAD unit:GRAD unit:DEG unit:MIN_Angle unit:GON unit:ARCSEC unit:ARCMIN unit:2PiRAD unit:MilliARCSEC unit:MicroRAD ) ; 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: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: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: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 ] . bsh: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 ] . bsh: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 ] . bsh: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 ] . 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:ResolutionShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:minExclusive 0 ; sh:or bsh:NumericValue ; 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:MIL unit:MilliRAD unit:REV unit:RAD unit:GRAD unit:DEG unit:MIN_Angle unit:GON unit:ARCSEC unit:ARCMIN unit:2PiRAD unit:MilliARCSEC unit:MicroRAD ) ; 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: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:aliasOfShape a sh:PropertyShape ; sh:class brick:Entity ; sh:path brick:aliasOf . 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 bsh: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:hasresolutionShape a sh:PropertyShape ; rdfs:label "has Resolution property"@en ; sh:node bsh:ResolutionShape ; sh:path brick:resolution . 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:or ( [ sh:class brick:Entity ] [ sh:class brick:Measurable ] ) ; 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 . rec:IPAddress a owl:DatatypeProperty ; rdfs:label "IPAddress"@en . rec:MACAddress a owl:DatatypeProperty ; rdfs:label "MACAddress"@en . rec:acknowledgedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "acknowledgedBy"@en . rec:acknowledgedTime a owl:DatatypeProperty ; rdfs:label "acknowledgedTime"@en . rec:address a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "address"@en . rec:addressLine1 a owl:DatatypeProperty ; rdfs:label "addressLine1"@en . rec:addressLine2 a owl:DatatypeProperty ; rdfs:label "addressLine2"@en . rec:adjacentElement a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "adjacentElement"@en . rec:architectedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "architectedBy"@en . rec:area a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "area"@en . rec:assetTag a owl:DatatypeProperty ; rdfs:label "assetTag"@en . rec:capacity a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "capacity"@en . rec:city a owl:DatatypeProperty ; rdfs:label "city"@en . rec:closedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "closedBy"@en . rec:closedTime a owl:DatatypeProperty ; rdfs:label "closedTime"@en . rec:commissionedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "commissionedBy"@en . rec:commissioningDate a owl:DatatypeProperty ; rdfs:label "commissioningDate"@en . rec:constructedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "constructedBy"@en . rec:containsElement a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "containsElement"@en . rec:coordinateSystem a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "coordinateSystem"@en . rec:country a owl:DatatypeProperty ; rdfs:label "country"@en . rec:createdBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "createdBy"@en . rec:createdTime a owl:DatatypeProperty ; rdfs:label "createdTime"@en . rec:currentLevel a owl:DatatypeProperty ; rdfs:label "currentLevel"@en . rec:documentTopic a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "documentTopic"@en . rec:end a owl:DatatypeProperty ; rdfs:label "end"@en . rec:endLevel a owl:DatatypeProperty ; rdfs:label "endLevel"@en . rec:familyName a owl:DatatypeProperty ; rdfs:label "familyName"@en . rec:gender a owl:DatatypeProperty ; rdfs:label "gender"@en . rec:georeference a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "georeference"@en . rec:givenName a owl:DatatypeProperty ; rdfs:label "givenName"@en . rec:grossArea a owl:DatatypeProperty ; rdfs:label "grossArea"@en . rec:hasMember a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "hasMember"@en . rec:heightScaleFactor a owl:DatatypeProperty ; rdfs:label "heightScaleFactor"@en . rec:image a owl:DatatypeProperty ; rdfs:label "image"@en . rec:initialCost a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "initialCost"@en . rec:installationDate a owl:DatatypeProperty ; rdfs:label "installationDate"@en . rec:installedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "installedBy"@en . rec:intersectingElement a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "intersectingElement"@en . rec:isMemberOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "isMemberOf"@en . rec:leaseOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "leaseOf"@en . rec:leasee a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "leasee"@en . rec:leasor a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "leasor"@en . rec:levelNumber a owl:DatatypeProperty ; rdfs:label "levelNumber"@en . rec:logo a owl:DatatypeProperty ; rdfs:label "logo"@en . rec:maintenanceInterval a owl:DatatypeProperty ; rdfs:label "maintenanceInterval"@en . rec:manufacturedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "manufacturedBy"@en . rec:maxOccupancy a owl:DatatypeProperty ; rdfs:label "maxOccupancy"@en . rec:modelNumber a owl:DatatypeProperty ; rdfs:label "modelNumber"@en . rec:mountedOn a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "mountedOn"@en . rec:netArea a owl:DatatypeProperty ; rdfs:label "netArea"@en . rec:objectOfInterest a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "objectOfInterest"@en . rec:operatedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "operatedBy"@en . rec:originX a owl:DatatypeProperty ; rdfs:label "originX"@en . rec:originY a owl:DatatypeProperty ; rdfs:label "originY"@en . rec:ownedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "ownedBy"@en . rec:owns a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "owns"@en . rec:postalCode a owl:DatatypeProperty ; rdfs:label "postalCode"@en . rec:producedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "producedBy"@en . rec:region a owl:DatatypeProperty ; rdfs:label "region"@en . rec:regulatedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "regulatedBy"@en . rec:regulates a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "regulates"@en . rec:relatedTo a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "relatedTo"@en . rec:rentableArea a owl:DatatypeProperty ; rdfs:label "rentableArea"@en . rec:seatingCapacity a owl:DatatypeProperty ; rdfs:label "seatingCapacity"@en . rec:serialNumber a owl:DatatypeProperty ; rdfs:label "serialNumber"@en . rec:servicedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "servicedBy"@en . rec:severity a owl:DatatypeProperty ; rdfs:label "severity"@en . rec:start a owl:DatatypeProperty ; rdfs:label "start"@en . rec:startLevel a owl:DatatypeProperty ; rdfs:label "startLevel"@en . rec:status a owl:DatatypeProperty ; rdfs:label "status"@en . rec:targetPoint a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "targetPoint"@en . rec:timestamp a owl:DatatypeProperty ; rdfs:label "timestamp"@en . rec:tripDirection a owl:DatatypeProperty ; rdfs:label "tripDirection"@en . rec:turnoverDate a owl:DatatypeProperty ; rdfs:label "turnoverDate"@en . rec:url a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "url"@en . rec:weight a owl:DatatypeProperty ; rdfs:label "weight"@en . rec:widthScaleFactor a owl:DatatypeProperty ; rdfs:label "widthScaleFactor"@en . rec:xRotationalScaleFactor a owl:DatatypeProperty ; rdfs:label "xRotationalScaleFactor"@en . rec:yRotationalScaleFactor a owl:DatatypeProperty ; rdfs:label "yRotationalScaleFactor"@en . brick:Adjust_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Adjust Sensor"@en ; 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"@en ; 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:label "Air Flow Demand Setpoint"@en ; 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:label "Air Flow Setpoint Limit"@en ; 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"@en ; 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_Static_Pressure_Step_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Air Static Pressure Step Parameter"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Ammonia_Concentration a brick:Quantity ; rdfs:label "Ammonia Concentration"@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:label "Angle Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; rdfs:seeAlso ; rdfs:subClassOf brick:HVAC_Equipment, brick:Valve ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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_Output_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Current Output Sensor"@en ; 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:label "DDAHU"@en ; 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:label "Dedicated Outdoor Air System Unit"@en ; 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 "Differential CO2 Concentration"@en ; qudt:applicableUnit unit:PPB, unit:PPM ; qudt:hasDimensionVector ; 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 "Differential CO Concentration"@en ; qudt:applicableUnit unit:PPB, unit:PPM ; qudt:hasDimensionVector ; qudt:isDeltaQuantity true ; rdfs:isDefinedBy ; skos:broader brick:CO_Concentration ; skos:definition "The difference in carbon monoxide concentration between two areas" . brick:Differential_Entering_Leaving_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Differential Entering Leaving Water Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Entering_Chilled_Water, brick:Leaving_Chilled_Water . brick:Differential_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Differential Temperature Setpoint"@en ; 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:label "Discharge Water Flow Setpoint"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Domestic_Water a brick:Substance ; rdfs:label "Domestic Water"@en ; skos:broader brick:Water ; skos:definition "A collection of equipment that transport and regulate domestic water among each other"@en ; skos:narrower brick:Domestic_Hot_Water . brick:Dual_Duct_Air_Handling_Unit a owl:Class, sh:NodeShape ; rdfs:label "Dual Duct Air Handling Unit"@en ; 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"@en ; 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:Effective_Supply_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Effective Supply Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Electric_Power_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Electric Power Sensor"@en ; 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"@en ; 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:label "Electric Vehicle Charging Port"@en ; 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"@en ; 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:label "Elevator Shaft"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Energy . brick:Energy_System a owl:Class, sh:NodeShape ; rdfs:label "Energy System"@en ; 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"@en ; 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 qudtqk:Energy . brick:Entering_Water_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Entering Water Flow Setpoint"@en ; 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"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Exhaust_Air . brick:Failure_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Failure Alarm"@en ; 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"@en ; 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"@en ; 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"@en ; 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 "Formaldehyde Concentration"@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:label "Frequency Command"@en ; 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 qudtqk:Frequency . brick:Fresh_Air_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Fresh Air Setpoint Limit"@en ; 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"@en ; 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"@en ; 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 qudtqk:GaugePressure . brick:Hail a brick:Substance ; rdfs:label "Hail"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Heat_Recovery_Condensing_Unit a owl:Class, sh:NodeShape ; rdfs:label "Heat Recovery Condensing Unit"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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:label "Hot Water Differential Pressure Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Integral_Gain_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Integral Gain Parameter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature . brick:Leaving_Condenser_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving Condenser Water Flow Sensor"@en ; 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"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature . brick:Leaving_Domestic_Hot_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving Domestic Hot Water Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Leaving Domestic Hot Water Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving High Temperature Hot Water Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Leaving_Hot_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving Hot Water Flow Sensor"@en ; 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"@en ; 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_Hot_Water_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Leaving Hot Water Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving Medium Temperature Hot Water Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Lighting a owl:Class, sh:NodeShape ; rdfs:label "Lighting"@en ; 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:label "Load Parameter"@en ; 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"@en ; 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_Air_Flow_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Low Air Flow Alarm"@en ; 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:label "Low Supply Air Flow Alarm"@en ; 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"@en ; 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:label "Makeup Air Unit"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Max Static Pressure Setpoint Limit"@en ; 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:label "Max Supply Air Static Pressure Setpoint Limit"@en ; 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"@en ; 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:label "Max Temperature Setpoint Limit"@en ; 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:label "Max Unoccupied Cooling Supply Air Flow Setpoint Limit"@en ; 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"@en ; 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:Methane_Concentration a brick:Quantity ; rdfs:label "Methane Concentration"@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:label "Min Occupied Cooling Supply Air Flow Setpoint Limit"@en ; 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"@en ; 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:label "Min Static Pressure Setpoint Limit"@en ; 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:label "Min Supply Air Static Pressure Setpoint Limit"@en ; 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"@en ; 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:label "Min Temperature Setpoint Limit"@en ; 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:label "Min Unoccupied Cooling Supply Air Flow Setpoint Limit"@en ; 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"@en ; 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"@en ; 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:label "Motor"@en ; 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 "NO2 Concentration"@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:label "Natural Gas Boiler"@en ; 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"@en ; 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 ; qudt:hasDimensionVector ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Oil a brick:Substance ; rdfs:label "Oil"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 "Ozone Concentration"@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:label "PV Array"@en ; 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" ; 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"@en ; 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_Angle a brick:Quantity ; rdfs:label "Phasor Angle"@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" . brick:Photovoltaic_Array a owl:Class, sh:NodeShape ; rdfs:label "Photovoltaic Array"@en ; 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:label "Photovoltaic Current Output Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Preheat Supply Air Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Pressure_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Pressure Alarm"@en ; 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"@en ; 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"@en ; 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:label "Proportional Gain Parameter"@en ; 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:label "Radiant Ceiling Panel"@en ; 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 "Radon Concentration"@en ; qudt:applicableUnit unit:BQ-PER-M3 ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk:ActivityConcentration, brick:Air_Quality ; 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 ; qudt:hasDimensionVector ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Smoke_Detection_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Smoke Detection Alarm"@en ; 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 ; rdfs:label "Soil"@en ; skos:broader brick:Solid . brick:Speed_Setpoint_Limit a owl:Class, sh:NodeShape ; rdfs:label "Speed Setpoint Limit"@en ; 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"@en ; 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 qudtqk:StaticPressure . brick:Static_Pressure_Integral_Time_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Static Pressure Integral Time Parameter"@en ; 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:label "Steam Valve"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Supply_Air_Flow_Demand_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Supply Air Flow Demand Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:StaticPressure ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Supply_Air_Temperature_Heating_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Supply Air Temperature Heating Setpoint"@en ; 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 qudtqk:Temperature . brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Supply Air Temperature High Reset Setpoint"@en ; 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 qudtqk: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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Supply_Air . brick:Supply_Air_Temperature_Step_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Supply Air Temperature Step Parameter"@en ; 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"@en ; 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 qudtqk:DynamicPressure ; brick:hasSubstance brick:Discharge_Air, brick:Supply_Air . brick:Supply_Fan a owl:Class, sh:NodeShape ; rdfs:label "Supply Fan"@en ; 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"@en ; 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"@en ; 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_Storage_Tank a owl:Class, sh:NodeShape ; rdfs:label "Thermal Energy Storage Tank"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Time . brick:Tolerance_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Tolerance Parameter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Variable_Air_Volume_Box_With_Reheat a owl:Class, sh:NodeShape ; rdfs:label "Variable Air Volume Box With Reheat"@en ; 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:Water_Differential_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Water Differential Pressure Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Water_Temperature_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Water Temperature Alarm"@en ; 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"@en ; qudt:applicableUnit unit:DEG_C, unit:DEG_F, unit:K ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk: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: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:label "Wing"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Wing" ; brick:hasAssociatedTag tag:Location, tag:Wing ; brick:isReplacedBy rec:Wing . brick:aggregationFunction a owl:AsymmetricProperty, owl:DatatypeProperty, owl:IrreflexiveProperty, brick:Relationship ; rdfs:label "aggregationFunction"@en . brick:hasAssociatedTag a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has associated tag"@en ; owl:inverseOf brick:isAssociatedWith ; skos:definition "The class is associated with the given tag"@en . brick:hasSubMeter a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "has sub-meter"@en ; owl:inverseOf brick:isSubMeterOf ; skos:definition "Indicates a submeter of this meter"@en . brick:isAssociatedWith a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Is associated with"@en ; owl:inverseOf brick:hasAssociatedTag ; skos:definition "The tag is associated with the given class"@en . brick:isLocationOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Is location of"@en ; 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, brick:Relationship ; rdfs:label "is sub-meter of"@en ; 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, brick:Relationship ; rdfs:label "Is tag of"@en . brick:latitude a owl:DatatypeProperty, brick:Relationship ; rdfs:label "Latitude"@en ; rdfs:subPropertyOf sdo:latitude . brick:longitude a owl:DatatypeProperty, brick:Relationship ; rdfs:label "Longitude"@en ; rdfs:subPropertyOf sdo:longitude . brick:thermalTransmittance a owl:ObjectProperty, 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: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"@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:Concentration a brick:Tag ; rdfs:label "Concentration"@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: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 . rec:batteryPercentage a owl:DatatypeProperty ; rdfs:label "batteryPercentage"@en . rec:generation a owl:DatatypeProperty ; rdfs:label "generation"@en . rec:heightRUs a owl:DatatypeProperty ; rdfs:label "heightRUs"@en . rec:isLocationOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "isLocationOf"@en . rec:numberOfPorts a owl:DatatypeProperty ; rdfs:label "numberOfPorts"@en . rec:poeType a owl:DatatypeProperty ; rdfs:label "poeType"@en . rec:portSpeed a owl:DatatypeProperty ; rdfs:label "portSpeed"@en . rec:sourcePoint a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "sourcePoint"@en . rec:standard a owl:DatatypeProperty ; rdfs:label "standard"@en . rec:wifiSignalStrength a owl:DatatypeProperty ; rdfs:label "wifiSignalStrength"@en . brick:Air_Diffuser a owl:Class, sh:NodeShape ; rdfs:label "Air Diffuser"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Air Velocity Pressure Sensor"@en ; 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 qudtqk:DynamicPressure . brick:Baseboard_Radiator a owl:Class, sh:NodeShape ; rdfs:label "Baseboard Radiator"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Cooling Only Condensing Unit"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Discharge Air Static Pressure Setpoint"@en ; 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:label "Discharge Air Temperature Cooling Setpoint"@en ; 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:label "Discharge Air Temperature Heating Setpoint"@en ; 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:label "Discharge Air Temperature Setpoint"@en ; 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:label "Discharge Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Duration_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Duration Sensor"@en ; 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:Electrical_Room a owl:Class, sh:NodeShape ; rdfs:label "Electrical Room"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:HVAC_Valve a owl:Class, sh:NodeShape ; rdfs:label "HVAC Valve"@en ; 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"@en ; 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:label "Heating Valve"@en ; rdfs:subClassOf brick:HVAC_Equipment, brick:Valve ; 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:label "High Temperature Alarm"@en ; 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:label "Hot Water Flow Setpoint"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Hot_Water . brick:Humidity_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Humidity Parameter"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Low_Temperature_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Low Temperature Alarm"@en ; 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:Measurable a owl:Class, sh:NodeShape ; rdfs:label "Measurable"@en ; 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:Media_Room a owl:Class, sh:NodeShape ; rdfs:label "Media Room"@en ; 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: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 Media_Room" ; brick:hasAssociatedTag tag:Location, tag:Media, tag:Room, tag:Space ; brick:isReplacedBy rec:RecordingRoom . brick:Mode_Command a owl:Class, sh:NodeShape ; rdfs:label "Mode Command"@en ; 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"@en ; qudt:hasDimensionVector ; skos:narrower brick:Occupancy_Count, brick:Occupancy_Percentage . brick:Off_Status a owl:Class, sh:NodeShape ; rdfs:label "Off Status"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Outside_Air . brick:PM10_Concentration a brick:Quantity ; rdfs:label "PM10 Concentration"@en ; qudt:applicableUnit unit:MicroGM-PER-M3, unit:PPB, unit:PPM ; qudt:hasDimensionVector ; 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 "PM1 Concentration"@en ; qudt:applicableUnit unit:MicroGM-PER-M3, unit:PPB, unit:PPM ; qudt:hasDimensionVector ; 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.5 Concentration"@en ; qudt:applicableUnit unit:MicroGM-PER-M3, unit:PPB, unit:PPM ; qudt:hasDimensionVector ; 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"@en ; 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:Position_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Position Sensor"@en ; 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:Pressure_Status a owl:Class, sh:NodeShape ; rdfs:label "Pressure Status"@en ; 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 qudtqk:Pressure . brick:Pump a owl:Class, sh:NodeShape ; rdfs:label "Pump"@en ; 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"@en ; 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 qudtqk:Temperature . brick:Radiant_Panel_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Radiant Panel Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Refrigerant_Metering_Device a owl:Class, sh:NodeShape ; rdfs:label "Refrigerant Metering Device"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Return_Air . brick:Return_Water_Flow_Sensor a owl:Class ; rdfs:label "Return Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Air . brick:Safety_System a owl:Class, sh:NodeShape ; rdfs:label "Safety System"@en ; 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"@en ; 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"@en ; 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_Proportional_Band_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Static Pressure Proportional Band Parameter"@en ; 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"@en ; 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"@en ; 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:label "Supply Air Plenum"@en ; 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:label "Supply Water Flow Sensor"@en ; 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 "TVOC Concentration"@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:label "Tank"@en ; 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"@en ; 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:label "Video Surveillance Equipment"@en ; 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_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Voltage Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Zone_Air . brick:conversionEfficiency a owl:ObjectProperty, 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:deprecatedInVersion a owl:AsymmetricProperty, owl:DatatypeProperty, owl:IrreflexiveProperty, brick:Relationship ; rdfs:label "deprecatedInVersion"@en . brick:deprecationMitigationMessage a owl:AsymmetricProperty, owl:DatatypeProperty, owl:IrreflexiveProperty, brick:Relationship ; rdfs:label "deprecationMitigationMessage"@en . brick:deprecationMitigationRule a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "deprecationMitigationRule"@en . brick:hasSubstance a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has Substance"@en . brick:isFedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Is fed by"@en ; owl:equivalentProperty rec:isFedBy ; owl:inverseOf brick:feeds . brick:isMeteredBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "is metered by"@en ; 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, brick:Relationship ; rdfs:label "Is point of"@en ; 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 owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Rated current input"@en ; skos:definition "The nominal rated current input of the entity" . brick:ratedCurrentOutput a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Rated current output"@en ; skos:definition "The nominal rated current output of the entity" . brick:ratedVoltageInput a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Measured voltage input"@en ; skos:definition "The nominal rated voltage input of the entity" . brick:ratedVoltageOutput a owl:ObjectProperty, 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: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_C unit:MilliK unit:MilliDEG_C unit:K unit:DecaK unit:MegaK unit:DEG_R unit:DEG_F unit:PlanckTemperature ) ; 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 . rec:hasPoint a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "hasPoint"@en . rec:locatedIn a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "locatedIn"@en . brick:Air_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Air Alarm"@en ; 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"@en ; 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"@en ; 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 ; rdfs:label "Building Air"@en ; skos:broader brick:Air ; skos:definition "air contained within a building"@en . brick:CO2_Sensor a owl:Class, sh:NodeShape ; rdfs:label "CO2 Sensor"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:label "Deadband Setpoint"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; qudt:hasDimensionVector ; skos:narrower brick:Wind_Direction . brick:Entering_Hot_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Entering Hot Water Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Entering_Hot_Water . brick:Entering_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Entering Water Flow Sensor"@en ; 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:GrainsOfMoisture a brick:Quantity ; rdfs:label "GrainsOfMoisture"@en ; qudt:applicableUnit unit:GRAIN ; qudt:hasDimensionVector ; rdfs:isDefinedBy ; skos:broader qudtqk:Mass, brick:Air_Quality ; skos:definition "Mass of moisture per pround of air, measured in grains of water" . brick:Hot_Water_System a owl:Class, sh:NodeShape ; rdfs:label "Hot Water System"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Leaving_Water . brick:Lighting_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Lighting Equipment"@en ; 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:Outdoor_Area a owl:Class, sh:NodeShape ; rdfs:label "Outdoor Area"@en ; 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"@en ; 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"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Radiator a owl:Class, sh:NodeShape ; rdfs:label "Radiator"@en ; 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"@en ; 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:label "Safety Equipment"@en ; 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"@en ; 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"@en ; 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:label "Supply Air Flow Sensor"@en ; 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:label "Supply Air Static Pressure Setpoint"@en ; 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 qudtqk:StaticPressure ; brick:hasSubstance brick:Discharge_Air, brick:Supply_Air . brick:Supply_Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Supply Air Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Discharge_Air, brick:Supply_Air . brick:System_Status a owl:Class, sh:NodeShape ; rdfs:label "System Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Variable_Air_Volume_Box a owl:Class, sh:NodeShape ; rdfs:label "Variable Air Volume Box"@en ; 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"@en ; 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:deprecatedInVersion "1.4.1" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Vertical_Space" ; brick:hasAssociatedTag tag:Location, tag:Space, tag:Vertical ; brick:isReplacedBy rec:Room . brick:Water_Differential_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Water Differential Temperature Sensor"@en ; 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"@en ; 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:ambientTemperatureOfMeasurement a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "ambientTemperatureOfMeasurement"@en . brick:area a owl:ObjectProperty, brick:EntityProperty ; rdfs:label "Area"@en ; skos:definition "Entity has 2-dimensional area" . brick:deprecation a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:EntityProperty, brick:Relationship ; rdfs:label "Deprecation Notice"@en ; skos:definition "Marks a concept as deprecated" . brick:hasLocation a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has location"@en ; 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, brick:Relationship ; rdfs:label "Has point"@en ; 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, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has Quantity"@en ; rdfs:subPropertyOf qudt:hasQuantityKind . brick:meters a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "meters"@en ; 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: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:coordinates a owl:DatatypeProperty ; rdfs:label "coordinates"@en . rec:documentation a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "documentation"@en . rec:hasPart a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "hasPart"@en ; rdfs:subPropertyOf brick:hasPart . rec:isFedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "isFedBy"@en . rec:isPartOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "isPartOf"@en ; rdfs:subPropertyOf brick:isPartOf . brick:Air_Differential_Pressure_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Air Differential Pressure Sensor"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Chilled_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Chilled Water Flow Sensor"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Chilled_Water . brick:Class a owl:Class, sh:NodeShape ; rdfs:label "Class"@en ; rdfs:subClassOf brick:Entity . brick:Condenser_Water_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Condenser Water Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Condenser_Water . brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Cooling Discharge Air Flow Setpoint"@en ; 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:label "Cooling Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Zone_Air . brick:Disable_Command a owl:Class, sh:NodeShape ; rdfs:label "Disable Command"@en ; 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"@en ; 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_Energy a brick:Quantity ; rdfs:label "Electric Energy"@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 ; 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:Entering_Condenser_Water a brick:Substance ; rdfs:label "Entering Condenser Water"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Entering_Water . brick:Filter a owl:Class, sh:NodeShape ; rdfs:label "Filter"@en ; 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:label "Heating Discharge Air Flow Setpoint"@en ; 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:label "Heating Zone Air Temperature Setpoint"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Zone_Air . brick:Hot_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Hot Water Flow Sensor"@en ; 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"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Leaving_Hot_Water . brick:Leaving_Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Leaving Water Flow Sensor"@en ; 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:label "Max Air Flow Setpoint Limit"@en ; 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"@en ; 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 ; rdfs:label "Natural Gas"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Outside_Air . brick:Switchgear a owl:Class, sh:NodeShape ; rdfs:label "Switchgear"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Zone_Air . brick:Variable_Frequency_Drive a owl:Class, sh:NodeShape ; rdfs:label "Variable Frequency Drive"@en ; 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:Water_Alarm a owl:Class, sh:NodeShape ; rdfs:label "Water Alarm"@en ; 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"@en ; 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"@en ; 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, brick:Relationship ; rdfs:label "Feeds"@en ; 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, brick:Relationship ; rdfs:label "Is part of"@en ; owl:inverseOf brick:hasPart . brick:Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Air Flow Setpoint"@en ; 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:label "Building Meter"@en ; 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 "CO Concentration"@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:label "Common Space"@en ; 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_Supply_Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Cooling Supply Air Flow Setpoint"@en ; 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:label "Data Network Equipment"@en ; 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:label "Dewpoint Sensor"@en ; 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:Differential_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Differential Setpoint"@en ; 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:Entering_Chilled_Water a brick:Substance ; rdfs:label "Entering Chilled Water"@en ; skos:broader brick:Chilled_Water, brick:Entering_Water . brick:Entering_Hot_Water a brick:Substance ; rdfs:label "Entering Hot Water"@en ; skos:broader brick:Entering_Water, brick:Hot_Water . brick:Fire_Safety_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Fire Safety Equipment"@en ; 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"@en ; 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"@en ; 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:label "Heating Supply Air Flow Setpoint"@en ; 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:label "Integral Time Parameter"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Leaving_Water . brick:Liquid a brick:Substance ; rdfs:label "Liquid"@en ; 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:label "Max Cooling Supply Air Flow Setpoint Limit"@en ; 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"@en ; 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"@en ; 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"@en ; 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 ; rdfs:label "Mixed Air"@en ; 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:label "Occupied Supply Air Flow Setpoint"@en ; 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:label "On Off Command"@en ; 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"@en ; 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 qudtqk:Pressure . brick:Start_Stop_Status a owl:Class, sh:NodeShape ; rdfs:label "Start Stop Status"@en ; 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:label "Supply Air Flow Reset Setpoint"@en ; 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"@en ; 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"@en ; 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 qudtqk: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"@en ; 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"@en ; 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"@en ; 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:label "Supply Water Temperature Sensor"@en ; 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:label "Temperature High Reset Setpoint"@en ; 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 qudtqk:Temperature . brick:Temperature_Low_Reset_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Temperature Low Reset Setpoint"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Supply_Air_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Supply Air Flow Setpoint"@en ; 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:label "Water Valve"@en ; 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"@en ; 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:timestamp a rdf:Property, owl:DatatypeProperty, brick:Relationship ; rdfs:label "Timestamp"@en . bsh:Electric_CurrentQuantityShape a owl:Class, sh:NodeShape, brick:EntityPropertyValue ; rdfs:subClassOf bsh:ValueShape ; sh:property [ 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 ] . 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:label "Chilled Water Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Chilled_Water . brick:Fan_Coil_Unit a owl:Class, sh:NodeShape ; rdfs:label "Fan Coil Unit"@en ; 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:label "Floor"@en ; 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:Heating_Ventilation_Air_Conditioning_System a owl:Class, sh:NodeShape ; rdfs:label "Heating Ventilation Air Conditioning System"@en ; 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"@en ; skos:broader brick:Chilled_Water, brick:Leaving_Water . brick:Mode_Status a owl:Class, sh:NodeShape ; rdfs:label "Mode Status"@en ; 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"@en ; 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"@en ; 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"@en ; 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"@en ; 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:Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Temperature Setpoint"@en ; 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:label "Air Flow Sensor"@en ; 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:label "Cooling Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:ICT_Equipment a owl:Class, sh:NodeShape ; rdfs:label "ICT Equipment"@en ; 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:property [ a sh:PropertyShape ; sh:datatype xsd:integer ; sh:name "Number of Ports"^^xsd:string ; sh:path rec:numberOfPorts ], [ a sh:PropertyShape ; sh:datatype xsd:integer ; sh:name "Height (RUs)"^^xsd:string ; sh:path rec:heightRUs ], [ 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 ] ; 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"@en ; skos:broader brick:Hot_Water, brick:Leaving_Water . brick:Temperature_Deadband_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Temperature Deadband Setpoint"@en ; 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 qudtqk:Temperature . brick:Water_Flow_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Water Flow Setpoint"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Water . brick:Zone_Air a brick:Substance ; rdfs:label "Zone Air"@en ; 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:CO2_Concentration a brick:Quantity ; rdfs:label "CO2 Concentration"@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 ; rdfs:label "Condenser Water"@en ; 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"@en ; 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:label "Effective Air Temperature Setpoint"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Air . brick:Heating_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Heating Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Occupied_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Occupied Air Temperature Setpoint"@en ; 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 qudtqk: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:label "Sensor Equipment"@en ; rdfs:subClassOf brick:ICT_Equipment ; skos:definition "A piece of equipment for sensing some physical properties"@en ; 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 ] ; 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"@en ; 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 ; qudt:hasDimensionVector ; skos:narrower brick:Linear_Speed, brick:Rotational_Speed ; brick:hasQUDTReference qudtqk:Speed . brick:Static_Pressure_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Static Pressure Setpoint"@en ; 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 qudtqk:StaticPressure . brick:Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Temperature Sensor"@en ; 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 qudtqk:Temperature . brick:Unoccupied_Air_Temperature_Setpoint a owl:Class, sh:NodeShape ; rdfs:label "Unoccupied Air Temperature Setpoint"@en ; 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 qudtqk:Temperature . brick:Water_Flow_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Water Flow Sensor"@en ; 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:Air_Quality_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Air Quality Sensor"@en ; 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:Air_Temperature_Sensor a owl:Class, sh:NodeShape ; rdfs:label "Air Temperature Sensor"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Air . brick:Differential_Temperature a brick:Quantity ; rdfs:label "Differential Temperature"@en ; qudt:applicableUnit unit:DEG_C, unit:DEG_F, unit:DEG_R, unit:DecaK, unit:K, unit:MegaK, unit:MilliDEG_C, unit:MilliK, unit:PlanckTemperature ; qudt:hasDimensionVector ; qudt:isDeltaQuantity true ; brick:hasQUDTReference qudtqk:Temperature . brick:Entering_Water a brick:Substance ; rdfs:label "Entering Water"@en ; 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:label "Max Limit"@en ; 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"@en ; 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 . rec:includes a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:label "includes"@en . brick:Electrical_Equipment a owl:Class, sh:NodeShape ; rdfs:label "Electrical Equipment"@en ; 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"@en ; 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:label "Humidity Setpoint"@en ; 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 ; rdfs:label "Leaving Water"@en ; 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:label "Terminal Unit"@en ; 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 ; rdfs:label "Exhaust Air"@en ; 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:label "Limit"@en ; 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:label "Supply Air Flow Setpoint"@en ; 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"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Discharge_Air, brick:Supply_Air . brick:System a owl:Class, sh:NodeShape ; rdfs:label "System"@en ; 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:Shade a brick:Tag ; rdfs:label "Shade"@en . tag:Solar a brick:Tag ; rdfs:label "Solar"@en . brick:Fan a owl:Class, sh:NodeShape ; rdfs:label "Fan"@en ; 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:label "Parameter"@en ; 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:Air_Handling_Unit a owl:Class, sh:NodeShape ; rdfs:label "Air Handling Unit"@en ; 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 a brick:Quantity ; rdfs:label "Air Quality"@en ; qudt:hasDimensionVector ; skos:definition "Measure of the air quality in a space typically based on the concentration of pollutants"@en ; skos:narrower brick:Ammonia_Concentration, brick:CO2_Concentration, brick:CO_Concentration, brick:Formaldehyde_Concentration, brick:GrainsOfMoisture, brick:Methane_Concentration, brick:NO2_Concentration, brick:Ozone_Concentration, brick:PM10_Concentration, brick:PM1_Concentration, brick:PM2.5_Concentration, brick:Radon_Concentration, brick:TVOC_Concentration . brick:Space a owl:Class, sh:NodeShape ; rdfs:label "Space"@en ; 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"@en ; 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 qudtqk: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:Refrigerant a brick:Tag ; rdfs:label "Refrigerant"@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:label "Collection"@en ; 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 [ 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 ], [ 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 ], bsh:isMeteredByShape ; sh:rule [ a sh:TripleRule ; sh:object tag:Collection ; sh:predicate brick:hasTag ; sh:subject sh:this ] ; brick:hasAssociatedTag tag:Collection . brick:Meter a owl:Class, sh:NodeShape ; rdfs:label "Meter"@en ; 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"@en ; 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"@en ; 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 ; rdfs:label "Chilled Water"@en ; 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:Hot_Water a brick:Substance ; rdfs:label "Hot Water"@en ; 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:Temperature_Parameter a owl:Class, sh:NodeShape ; rdfs:label "Temperature Parameter"@en ; 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:label "Air Temperature Setpoint"@en ; 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 qudtqk:Temperature ; brick:hasSubstance brick:Air . brick:Valve a owl:Class, sh:NodeShape ; rdfs:label "Valve"@en ; 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 . 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 ; rdfs:label "Discharge Air"@en ; owl:sameAs brick:Supply_Air ; skos:broader brick:Air ; skos:definition "the air exiting the registers (vents)."@en . brick:Entity a owl:Class, sh:NodeShape ; rdfs:label "Entity"@en ; sh:property bsh:aliasOfShape, bsh:hasLocationShape, bsh:hasdeprecationShape, bsh:isReplacedByShape, bsh:latitudeShape, bsh:longitudeShape, bsh:timestampShape . brick:Supply_Air a brick:Substance ; rdfs:label "Supply Air"@en ; 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, brick:Relationship ; rdfs:label "Has part"@en ; 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:Point a owl:Class, sh:NodeShape ; rdfs:label "Point"@en ; rdfs:subClassOf brick:Class, brick:Entity ; sh:not [ sh:class brick:Equipment ; sh:message "Instances of Point cannot be Equipment." ], [ sh:class brick:Location ; sh:message "Instances of Point cannot be Locations." ], [ sh:class brick:Substance ; sh:message "Instances of Point cannot be Substances." ], [ sh:class brick:Quantity ; sh:message "Instances of Point cannot be Quantities." ], [ sh:class brick:Collection ; sh:message "Instances of Point cannot be Collections." ], [ sh:class brick:EntityProperty ; sh:message "Instances of Point cannot be EntityProperties." ] ; sh:property [ sh:maxCount 0 ; sh:message "Points cannot have locations; use 'isPointOf' instead" ; sh:path brick:hasLocation ], [ 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 ], bsh:hasQuantityShape, bsh:hasSubstanceShape, bsh:hasUnitShape, bsh:hasaggregateShape, bsh:haselectricalComplexPowerShape, bsh:haselectricalFlowShape, bsh:haslastKnownValueShape, bsh:hasresolutionShape, 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:label "Location"@en ; 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" ; 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"@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:label "Setpoint"@en ; 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"@en ; 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"@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 ; rdfs:label "Water"@en ; 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:Speed a brick:Tag ; rdfs:label "Speed"@en . tag:Tank a brick:Tag ; rdfs:label "Tank"@en . 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 . 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 "2025-05-01" ; dcterms:publisher [ a sdo:Consortium ; sdo:legalName "Brick Consortium, Inc" ; sdo:sameAs ] ; rdfs:isDefinedBy ; rdfs:seeAlso ; owl:imports , , , , ; owl:versionInfo "1.4.4" ; sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; sh:prefix "rdfs" ], [ sh:namespace "https://w3id.org/rec#"^^xsd:anyURI ; sh:prefix "rec" ], [ 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 "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ; sh:prefix "xsd" ], [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; sh:prefix "sh" ], [ 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" ] . tag:Band a brick:Tag ; rdfs:label "Band"@en . tag:ICT a brick:Tag ; rdfs:label "ICT"@en . brick:Differential_Pressure a brick:Quantity ; rdfs:label "Differential Pressure"@en ; qudt:hasDimensionVector ; qudt:isDeltaQuantity true ; 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:label "Room"@en ; 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: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:label "Command"@en ; 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"@en . brick:HVAC_Equipment a owl:Class, sh:NodeShape ; rdfs:label "HVAC Equipment"@en ; 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 . brick:Relationship a brick:Relationship ; rdfs:label "Relationship"@en ; rdfs:subClassOf rdf:Property ; skos:definition "Super-property of all Brick relationships between entities (Equipment, Location, Point)" . 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:not [ sh:class brick:Location ; sh:message "Instances of Equipment cannot be Locations." ], [ sh:class brick:Substance ; sh:message "Instances of Equipment cannot be Substances." ], [ sh:class brick:Quantity ; sh:message "Instances of Equipment cannot be Quantities." ], [ sh:class brick:Collection ; sh:message "Instances of Equipment cannot be Collections." ], [ sh:class brick:Point ; sh:message "Instances of Equipment cannot be Points." ], [ sh:class brick:EntityProperty ; sh:message "Instances of Equipment cannot be EntityProperties." ] ; sh:property [ sh:class brick:Equipment ; sh:message "A piece of Equipment's parts should be always other Equipment." ; sh:path brick:hasPart ], [ sh:class brick: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 ], [ 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 ], 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:label "Status"@en ; 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"@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 . rec:value a owl:DatatypeProperty ; rdfs:label "value"@en . tag:Exhaust a brick:Tag ; rdfs:label "Exhaust"@en . tag:High a brick:Tag ; rdfs:label "High"@en . tag:Level a brick:Tag ; rdfs:label "Level"@en . tag:Max a brick:Tag ; rdfs:label "Max"@en . tag:Min a brick:Tag ; rdfs:label "Min"@en . brick:Air a brick:Substance ; rdfs:label "Air"@en ; 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 . brick:EntityProperty a rdf:Property ; rdfs:subClassOf brick:Relationship . 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:label "Sensor"@en ; 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 owl:ObjectProperty, 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 . brick:hasUnit a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, brick:Relationship ; rdfs:label "Has unit"@en ; skos:definition "The QUDT unit associated with this Brick entity (usually a Brick Point instance or Entity Property)"@en . tag:Humidity a brick:Tag ; rdfs:label "Humidity"@en . brick:Quantity a owl:Class, sh:NodeShape ; rdfs:label "Quantity"@en ; rdfs:subClassOf qudt:QuantityKind, skos:Concept, sosa:ObservableProperty, brick:Measurable ; sh:property bsh:hasQUDTReferenceShape . tag:Reset a brick:Tag ; rdfs:label "Reset"@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: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, sh:NodeShape ; rdfs:label "Substance"@en ; rdfs:subClassOf sosa:FeatureOfInterest, brick:Measurable . tag:Entering a brick:Tag ; rdfs:label "Entering"@en . tag:Leaving a brick:Tag ; rdfs:label "Leaving"@en . brick:EntityPropertyValue a owl:Class, sh:NodeShape ; rdfs:label "EntityPropertyValue"@en ; rdfs:subClassOf brick:Entity . brick:value a rdf:Property, brick:Relationship ; rdfs:label "Value"@en ; rdfs:subPropertyOf qudt:value, rec:value ; skos:definition "The basic value of an entity property" . bsh:ValueShape a owl:Class, sh:NodeShape . tag:Cool a brick:Tag ; rdfs:label "Cool"@en . tag:PID a brick:Tag ; rdfs:label "PID"@en . tag:Chilled a brick:Tag ; rdfs:label "Chilled"@en . 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 . 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:Status a brick:Tag ; rdfs:label "Status"@en . tag:Flow a brick:Tag ; rdfs:label "Flow"@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:Water a brick:Tag ; rdfs:label "Water"@en . tag:Temperature a brick:Tag ; rdfs:label "Temperature"@en . tag:Setpoint a brick:Tag ; rdfs:label "Setpoint"@en . tag:Air a brick:Tag ; rdfs:label "Air"@en . tag:Sensor a brick:Tag ; rdfs:label "Sensor"@en . brick:Tag a owl:Class, sh:NodeShape ; rdfs:label "Tag"@en ; rdfs:subClassOf brick:Entity ; 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, brick:Relationship ; rdfs:label "Has tag"@en ; owl:inverseOf brick:isTagOf ; skos:definition "The subject has the given tag"@en .