Definition of s4lift:hasVoltage
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
A relationship defining the voltage of a feature of interest.
Description as an Object Property
- has super-properties
 - saref:hasProperty
 - has domain
 - saref:FeatureOfInterest
 - has range
 - s4lift:Voltage
 
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 saref: <https://saref.etsi.org/core/> .
@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:hasVoltage .
s4lift:hasVoltage a owl:ObjectProperty ;
    rdfs:label "has voltage"@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#> ;
    rdfs:comment "A relationship defining the voltage of a feature of interest."@en ;
    rdfs:domain saref:FeatureOfInterest ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/> ;
    rdfs:range s4lift:Voltage ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/> ;
    rdfs:subPropertyOf saref:hasProperty ;
    skos:hiddenLabel "hasVoltage" .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasVoltage ;
    dct:subject s4lift:hasVoltage .