Definition of s4bldg:DistributionFlowDevice
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
s4bldg:EnergyConversionDevice rdfs:subClassOf s4bldg:DistributionFlowDevice .
s4bldg:FlowController rdfs:subClassOf s4bldg:DistributionFlowDevice .
s4bldg:FlowMovingDevice rdfs:subClassOf s4bldg:DistributionFlowDevice .
s4bldg:FlowStorageDevice rdfs:subClassOf s4bldg:DistributionFlowDevice .
s4bldg:FlowTerminal rdfs:subClassOf s4bldg:DistributionFlowDevice .
s4bldg:FlowTreatmentDevice rdfs:subClassOf s4bldg:DistributionFlowDevice .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:DistributionFlowDevice ;
dct:subject s4bldg:DistributionFlowDevice .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:DistributionFlowDevice ;
dct:subject s4bldg:DistributionFlowDevice .
s4bldg:DistributionFlowDevice a owl:Class ;
rdfs:label "DistributionFlowDevice"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)"@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/> ;
rdfs:subClassOf s4bldg:DistributionDevice ;
ns1:hiddenLabel "DistributionFlowDevice" .