s4lift:hasStandardPowerSupply — has standard power supply

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

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

A relationship defining the standard power supply of an electric power system.

Description as an Object Property

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#> .

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

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

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

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

s4lift:hasStandardPowerSupply a owl:ObjectProperty ;
    rdfs:label "has standard power supply"@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 relationship defining the standard power supply of an electric power system."@en ;
    rdfs:domain s4lift:ElectricPowerSystem ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:range s4lift:ElectricalConnectionPoint ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:subPropertyOf s4syst:connectsAt ;
    skos:hiddenLabel "hasStandardPowerSupply" .