s4bldg:Chiller — Chiller

IRI
https://saref.etsi.org/saref4bldg/Chiller
Is defined by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Download serialization
License

Definition of s4bldg:Chiller

Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:

A chiller is a device used to remove heat from a liquid via a vapor-compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building.

Description as a Class

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/> .

<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:Chiller ;
    dct:subject s4bldg:Chiller .

<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:Chiller ;
    dct:subject s4bldg:Chiller .

s4bldg:Chiller a owl:Class ;
    rdfs:label "Chiller"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment "A chiller is a device used to remove heat from a liquid via a vapor-compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building."@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#IfcChiller" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalCapacity ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalCondensingTemperature ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalEfficiency ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalEvaporatingTemmperature ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalHeatRejectionRate ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalPowerConsumption ],
        s4bldg:EnergyConversionDevice ;
    ns1:hiddenLabel "Chiller" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcchiller.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_chillertypecommon.htm> .