Definition of s4ener:belongsToTimeSeries
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
The relationship that connects a data point to a time series.
Description as an Object Property
- has domain
- s4ener:DataPoint
- has range
- s4ener:TimeSeries
- is inverse of
- s4ener:hasDataPoint
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/> .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:belongsToTimeSeries ;
dct:subject s4ener:belongsToTimeSeries .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:belongsToTimeSeries ;
dct:subject s4ener:belongsToTimeSeries .
s4ener:belongsToTimeSeries a owl:ObjectProperty ;
rdfs:label "belongs to time series"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "The relationship that connects a data point to a time series."@en ;
rdfs:domain s4ener:DataPoint ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range s4ener:TimeSeries ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
owl:inverseOf s4ener:hasDataPoint ;
ns1:hiddenLabel "belongsToTimeSeries" .