Definition of s4lift:ElectricalConnectionPoint
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
The class of electrical connection points of electric power systems, at which they may be electricaly connected to other systems.
Description as a Class
- has super-classes
- s4syst:ConnectionPoint
- has sub-classes
-
s4lift:DirectCurrentConnectionPoint
s4lift:SinglePhaseConnectionPoint
s4lift:ThreePhaseConnectionPoint - is in range of
-
s4lift:hasMainPowerSupply
s4lift:hasStandardPowerSupply
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 s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4lift:DirectCurrentConnectionPoint rdfs:subClassOf s4lift:ElectricalConnectionPoint .
s4lift:SinglePhaseConnectionPoint rdfs:subClassOf s4lift:ElectricalConnectionPoint .
s4lift:ThreePhaseConnectionPoint rdfs:subClassOf s4lift:ElectricalConnectionPoint .
s4lift:hasMainPowerSupply rdfs:range s4lift:ElectricalConnectionPoint .
s4lift:hasStandardPowerSupply rdfs:range s4lift:ElectricalConnectionPoint .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:ElectricalConnectionPoint .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:ElectricalConnectionPoint .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:ElectricalConnectionPoint ;
dct:subject s4lift:ElectricalConnectionPoint .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:ElectricalConnectionPoint ;
dct:subject s4lift:ElectricalConnectionPoint .
s4lift:ElectricalConnectionPoint a owl:Class ;
rdfs:label "Electrical Conection 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 "The class of electrical connection points of electric power systems, at which they may be electricaly connected to other systems."@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 s4syst:ConnectionPoint ;
skos:hiddenLabel "ElectricalConnectionPoint" .