Definition of s4lift:hasElectricPowerConsumption
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
A relationship between a feature of interest and its power consumption. If a property of a s4syst:System, or the property of a s4syst:ConnectionPoint thereof, by convention the power consumption is positive if the electric energy enters the system.
Description as an Object Property
- has super-properties
- saref:hasProperty
- has domain
- saref:FeatureOfInterest
- has range
- saref:Energy
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_8_StatisticSignals#> dct:references s4lift:hasElectricPowerConsumption .
s4lift:hasElectricPowerConsumption a owl:ObjectProperty ;
rdfs:label "has power consumption"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_8_StatisticSignals#> ;
rdfs:comment "A relationship between a feature of interest and its power consumption. If a property of a s4syst:System, or the property of a s4syst:ConnectionPoint thereof, by convention the power consumption is positive if the electric energy enters the system."@en ;
rdfs:domain saref:FeatureOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/> ;
rdfs:range saref:Energy ;
rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/> ;
rdfs:subPropertyOf saref:hasProperty ;
skos:hiddenLabel "hasElectricPowerConsumption" .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasElectricPowerConsumption ;
dct:subject s4lift:hasElectricPowerConsumption .