Definition of s4bldg:DistributionControlDevice
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
Represents devices of a building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.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:Actuator rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:Alarm rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:Controller rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:FlowInstrument rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:Sensor rdfs:subClassOf s4bldg:DistributionControlDevice .
s4bldg:UnitaryControlElement rdfs:subClassOf s4bldg:DistributionControlDevice .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:DistributionControlDevice ;
dct:subject s4bldg:DistributionControlDevice .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:DistributionControlDevice ;
dct:subject s4bldg:DistributionControlDevice .
s4bldg:DistributionControlDevice a owl:Class ;
rdfs:label "Distribution control device"@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 building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.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 "DistributionControlDevice" .