s4lift:ThreePhaseConnectionPoint — Three-Phase Connection Point

IRI
https://saref.etsi.org/saref4lift/ThreePhaseConnectionPoint
Is defined by
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#
https://saref.etsi.org/saref4lift/v2.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#
Download serialization
License

Definition of s4lift:ThreePhaseConnectionPoint

Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:

A three-phase connection point is a connection point composed of four wires (plus the protective earth): - wires R, S, T, for the phases; - wire N for the neutral.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:ThreePhaseConnectionPoint .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:ThreePhaseConnectionPoint .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:ThreePhaseConnectionPoint ;
    dct:subject s4lift:ThreePhaseConnectionPoint .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:ThreePhaseConnectionPoint ;
    dct:subject s4lift:ThreePhaseConnectionPoint .

s4lift:ThreePhaseConnectionPoint a owl:Class ;
    rdfs:label "Three-Phase Connection Point"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> ;
    rdfs:comment """A three-phase connection point is a connection point composed of four wires (plus the protective earth): 

- wires R, S, T, for the phases;
- wire N for the neutral.
"""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:subClassOf s4lift:ElectricalConnectionPoint ;
    skos:hiddenLabel "ThreePhaseConnectionPoint" .