Definition of s4bldg:Pump
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
A pump is a device which imparts mechanical work on fluids or slurries to move them through a channel or pipeline. A typical use of a pump is to circulate chilled water or heating hot water in a building services distribution system.
Description as a Class
- has super-classes
-
s4bldg:connectionSize only
saref:Measurement
s4bldg:flowResistanceMax only saref:Measurement
s4bldg:flowResistanceMin only saref:Measurement
s4bldg:netPositiveSuctionHead only saref:Measurement
s4bldg:nomminalRotationSpeed only saref:Measurement
s4bldg:operationTemperatureMax only saref:Measurement
s4bldg:operationTemperatureMin only saref:Measurement
s4bldg:pumpFlowRateMax only saref:Measurement
s4bldg:pumpFlowRateMin only saref:Measurement
s4bldg:FlowMovingDevice
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:Pump ;
dct:subject s4bldg:Pump .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:Pump ;
dct:subject s4bldg:Pump .
s4bldg:Pump a owl:Class ;
rdfs:label "Pump"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "A pump is a device which imparts mechanical work on fluids or slurries to move them through a channel or pipeline. A typical use of a pump is to circulate chilled water or heating hot water in a building services 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#IfcPump" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:connectionSize ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:flowResistanceMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:flowResistanceMin ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:netPositiveSuctionHead ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:nomminalRotationSpeed ],
[ 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:pumpFlowRateMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:pumpFlowRateMin ],
s4bldg:FlowMovingDevice ;
ns1:hiddenLabel "Pump" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcpump.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_pumptypecommon.htm> .