s4bldg:TubeBundle — Tube bundle

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

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

A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil.

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:TubeBundle ;
    dct:subject s4bldg:TubeBundle .

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

s4bldg:TubeBundle a owl:Class ;
    rdfs:label "Tube bundle"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment "A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil."@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#IfcTubeBundle" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:foulingFactor ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:horizontalSpacing ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:inLineRowSpacing ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:insideDiameter ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:length ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalDiameter ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:outsideDiameter ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:staggeredRowSpacing ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:thermalConductivity ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:verticalSpacing ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:volumen ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty s4bldg:hasTurbulator ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty s4bldg:numberOfCircuits ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty s4bldg:numberOfRows ],
        s4bldg:EnergyConversionDevice ;
    ns1:hiddenLabel "TubeBundle" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifctubebundle.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_tubebundletypecommon.htm> .