s4bldg:FlowController — Flow controller

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

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

The distribution flow element FlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays.

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/> .

s4bldg:Damper rdfs:subClassOf s4bldg:FlowController .

s4bldg:ElectricTimeControl rdfs:subClassOf s4bldg:FlowController .

s4bldg:FlowMeter rdfs:subClassOf s4bldg:FlowController .

s4bldg:ProtectiveDevice rdfs:subClassOf s4bldg:FlowController .

s4bldg:SwitchingDevice rdfs:subClassOf s4bldg:FlowController .

s4bldg:Valve rdfs:subClassOf s4bldg:FlowController .

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

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

s4bldg:FlowController a owl:Class ;
    rdfs:label "Flow controller"@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 FlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays."@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#IfcFlowController" ;
    rdfs:subClassOf s4bldg:DistributionFlowDevice ;
    ns1:hiddenLabel "FlowController" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowcontroller.htm> .