Definition of s4ener:hasUsage
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
This property provides the possibility to add some additional information about the usage of a data-point or time-series. For example, a data point or time series can be used as an upper limit, lower limit or a baseline, a maximum versus minimum value, or a consumption versus a production value.
Description as an Object Property
- has range
- s4ener:Usage
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
s4ener:DataPoint rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4ener:Usage ;
owl:onProperty s4ener:hasUsage ] .
s4ener:TimeSeries rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4ener:Usage ;
owl:onProperty s4ener:hasUsage ] .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:hasUsage .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:hasUsage .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasUsage ;
dct:subject s4ener:hasUsage .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasUsage ;
dct:subject s4ener:hasUsage .
s4ener:hasUsage a owl:ObjectProperty ;
rdfs:label "has usage"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> ;
rdfs:comment "This property provides the possibility to add some additional information about the usage of a data-point or time-series. For example, a data point or time series can be used as an upper limit, lower limit or a baseline, a maximum versus minimum value, or a consumption versus a production value."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range s4ener:Usage ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasUsage" .