Definition of s4bldg:SwitchingDevice
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity. Switches include those used for electrical power, communications, audio-visual, or other distribution system types as determined by the available ports.
Description as a Class
- has super-classes
-
s4bldg:hasLock only
xsd:boolean
s4bldg:isIlluminated only xsd:boolean
s4bldg:legend only xsd:string
s4bldg:numberOfGangs only xsd:integer
s4bldg:switchFunction only xsd:string
s4bldg:FlowController
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:SwitchingDevice ;
dct:subject s4bldg:SwitchingDevice .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:SwitchingDevice ;
dct:subject s4bldg:SwitchingDevice .
s4bldg:SwitchingDevice a owl:Class ;
rdfs:label "Switching device"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment """A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity.
Switches include those used for electrical power, communications, audio-visual, or other distribution system types as determined by the available ports."""@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#IfcSwitchingDevice" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:hasLock ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:isIlluminated ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:legend ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:integer ;
owl:onProperty s4bldg:numberOfGangs ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:switchFunction ],
s4bldg:FlowController ;
ns1:hiddenLabel "SwitchingDevice" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/lexical/ifcswitchingdevice.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/pset/pset_switchingdevicetypecommon.htm> .