Example Meter Observation

IRI
https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#
Conforms to ontologies
Download serialization
License
Example Meter Observation

Turtle

@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix ex: <https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix dbpedia: <http://es.dbpedia.org/resource/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4watr/v2.1.1/> ;
  dcterms:title "Example Meter Observation"@en ;
  dcterms:description "Example Meter Observation"@en .
  

#################################################################
#    Classes
#################################################################

###  http://www.w3.org/2006/time#Instant
time:Instant rdf:type owl:Class .

#################################################################
#    Object Properties
#################################################################

###  http://www.w3.org/2006/time#hasBeginning
time:hasBeginning rdf:type owl:ObjectProperty .


###  http://www.w3.org/2006/time#hasEnd
time:hasEnd rdf:type owl:ObjectProperty .


#################################################################
#    Data properties
#################################################################

###  http://www.w3.org/2006/time#inXSDDateTimeStamp
time:inXSDDateTimeStamp rdf:type owl:DatatypeProperty .


#################################################################
#    Individuals
#################################################################

###  http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius
om:degreeCelsius rdf:type owl:NamedIndividual ,
                          saref:UnitOfMeasure .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/litre
om:litre rdf:type owl:NamedIndividual ,
                  saref:UnitOfMeasure .


###  https://saref.etsi.org/saref4watr/ExternalTemperature
s4watr:ExternalTemperature rdf:type owl:NamedIndividual ,
                                    s4watr:WaterFlowProperty ;
                           saref:isObservedBy ex:WFObservation643234 ;
                           rdfs:label "External temperature"@en .


###  https://saref.etsi.org/saref4watr/FlowVolume
s4watr:FlowVolume rdf:type owl:NamedIndividual ,
                           s4watr:WaterFlowProperty ;
                  saref:isObservedBy ex:WFObservation170206 ;
                  rdfs:label "Flow volume"@en .


###  https://saref.etsi.org/saref4watr/example/Meter4837QW123
ex:Meter4837QW123 rdf:type owl:NamedIndividual ,
                           s4watr:WaterMeter ;
                  saref:madeExecution ex:WFObservation170206 ,
                                      ex:WFObservation643234 .


###  https://saref.etsi.org/saref4watr/example/PT838452
ex:PT838452 rdf:type owl:NamedIndividual ,
                     time:Interval ;
            time:hasBeginning ex:PT838452B ;
            time:hasEnd ex:PT838452E .


###  https://saref.etsi.org/saref4watr/example/PT838452B
ex:PT838452B rdf:type owl:NamedIndividual ,
                      time:Instant ;
             time:inXSDDateTimeStamp "2020-02-06T14:00:00Z"^^xsd:dateTimeStamp .


###  https://saref.etsi.org/saref4watr/example/PT838452E
ex:PT838452E rdf:type owl:NamedIndividual ,
                      time:Instant ;
             time:inXSDDateTimeStamp "2020-02-06T14:59:59Z"^^xsd:dateTimeStamp .


###  https://saref.etsi.org/saref4watr/example/WFObservation170206
ex:WFObservation170206 rdf:type owl:NamedIndividual ,
                                saref:Observation ;
                       saref:observes s4watr:FlowVolume ;
                       saref:hasResultTime "2020-02-06T15:07:12"^^xsd:dateTime ;
                       saref:hasResult ex:127Litres .


###  http://saref.etsi.org/saref4watr/example/127Litres
ex:127Litres rdf:type saref:PropertyValue ;
             saref:isMeasuredIn om:litre ;
             saref:hasValue "127.0"^^xsd:float .


###  https://saref.etsi.org/saref4watr/example/WFObservation643234
ex:WFObservation643234 rdf:type owl:NamedIndividual ,
                                saref:Observation ;
                       saref:observes s4watr:ExternalTemperature ;
                       saref:hasPhenomenonTime ex:PT838452 ;
                       saref:hasResult ex:245DC .


###  http://saref.etsi.org/saref4watr/example/245DC
ex:245DC rdf:type saref:PropertyValue ;
         saref:isMeasuredIn om:degreeCelsius ;
         saref:hasValue "24.5"^^xsd:float .