s4bldg:Fan — Fan

IRI
https://saref.etsi.org/saref4bldg/Fan
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:Fan

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

A fan is a device which imparts mechanical work on a gas. A typical usage of a fan is to induce airflow in a building services air distribution system.

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

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

s4bldg:Fan a owl:Class ;
    rdfs:label "Fan"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment "A fan is a device which imparts mechanical work on a gas. A typical usage of a fan is to induce airflow in a building services air distribution system."@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#IfcFan" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalAirFlowRate ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalPowerRate ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalRotationSpeed ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalStaticPressure ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalTotalPressure ],
        [ 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:operationalRiterial ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty s4bldg:capacityControlType ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty s4bldg:motorDriveType ],
        s4bldg:FlowMovingDevice ;
    ns1:hiddenLabel "Fan" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcfan.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_fantypecommon.htm> .