Definition of s4bldg:AirToAirHeatRecovery
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
An air-to-air heat recovery device employs a counter-flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber (i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building), resulting in energy savings from reduced heating (or cooling) requirements.
Description as a Class
- has super-classes
-
s4bldg:heatTransferTypeEnum only
xsd:string
s4bldg:operationTemperatureMax only saref:Measurement
s4bldg:operationTemperatureMin only saref:Measurement
s4bldg:primaryAirFlowRateMax only saref:Measurement
s4bldg:primaryAirFlowRateMin only saref:Measurement
s4bldg:secondaryAirFlowRateMax only saref:Measurement
s4bldg:secondaryAirFlowRateMin only saref:Measurement
s4bldg:hasDefrost only xsd:boolean
s4bldg:EnergyConversionDevice
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:AirToAirHeatRecovery ;
dct:subject s4bldg:AirToAirHeatRecovery .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:AirToAirHeatRecovery ;
dct:subject s4bldg:AirToAirHeatRecovery .
s4bldg:AirToAirHeatRecovery a owl:Class ;
rdfs:label "Air to air heat recovery"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "An air-to-air heat recovery device employs a counter-flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber (i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building), resulting in energy savings from reduced heating (or cooling) requirements."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/>,
"https://w3id.org/ifc/IFC4_ADD1#IfcAirToAirHeatRecovery" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:heatTransferTypeEnum ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:operationTemperatureMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:operationTemperatureMin ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:primaryAirFlowRateMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:primaryAirFlowRateMin ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:secondaryAirFlowRateMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:secondaryAirFlowRateMin ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:hasDefrost ],
s4bldg:EnergyConversionDevice ;
ns1:hiddenLabel "AirToAirHeatRecovery" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcairtoairheatrecovery.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_airtoairheatrecoverytypecommon.htm> .