s4bldg:Outlet — Outlet

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

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

An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications. Power outlets are commonly connected within a junction box; data outlets may be directly connected to a wall. For power outlets sharing the same circuit within a junction box, the ports should indicate the logical wiring relationship to the enclosing junction box, even though they may be physically connected to a cable going to another outlet, switch, or fixture.

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

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

s4bldg:Outlet a owl:Class ;
    rdfs:label "Outlet"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment """An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications.

Power outlets are commonly connected within a junction box; data outlets may be directly connected to a wall. For power outlets sharing the same circuit within a junction box, the ports should indicate the logical wiring relationship to the enclosing junction box, even though they may be physically connected to a cable going to another outlet, switch, or fixture."""@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#IfcOutlet" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty s4bldg:isPluggableOutlet ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty s4bldg:numberOsSockets ],
        s4bldg:FlowTerminal ;
    ns1:hiddenLabel "Outlet" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/lexical/ifcoutlet.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/pset/pset_outlettypecommon.htm> .