Definition of s4bldg:FlowMovingDevice
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
The distribution flow element FlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system.
Description as a Class
- has super-classes
- s4bldg:DistributionFlowDevice
- has sub-classes
-
s4bldg:Compressor
s4bldg:Fan
s4bldg:Pump
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/> .
s4bldg:Compressor rdfs:subClassOf s4bldg:FlowMovingDevice .
s4bldg:Fan rdfs:subClassOf s4bldg:FlowMovingDevice .
s4bldg:Pump rdfs:subClassOf s4bldg:FlowMovingDevice .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:FlowMovingDevice ;
dct:subject s4bldg:FlowMovingDevice .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:FlowMovingDevice ;
dct:subject s4bldg:FlowMovingDevice .
s4bldg:FlowMovingDevice a owl:Class ;
rdfs:label "Flow moving device"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "The distribution flow element FlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow 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#IfcFlowMovingDevice" ;
rdfs:subClassOf s4bldg:DistributionFlowDevice ;
ns1:hiddenLabel "FlowMovingDevice" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowmovingdevice.htm> .