Example Tariff

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

Turtle

@prefix ex: <https://saref.etsi.org/saref4watr/v2.1.1/example/Tariff/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@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/Tariff#> 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 Tariff"@en ;
  dcterms:description "Example Tariff"@en .


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

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


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

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


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

###  http://www.w3.org/2006/time#Duration
time:Duration rdf:type owl:Class ;
              rdfs:subClassOf time:TemporalDuration .


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


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

###  http://www.w3.org/2006/time#unitMonth
time:unitMonth rdf:type owl:NamedIndividual ,
                        time:TemporalUnit .


###  http://www.w3.org/2006/time#unitYear
time:unitYear rdf:type owl:NamedIndividual ,
                       time:TemporalUnit .


###  https://saref.etsi.org/saref4watr/example/FiveYears
ex:FiveYears rdf:type owl:NamedIndividual ,
                      time:Duration ;
             time:unitType time:unitYear ;
             time:numericDuration 5 .


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


###  https://saref.etsi.org/saref4watr/example/Meter4837QW123Tariff
ex:Meter4837QW123Tariff rdf:type owl:NamedIndividual ,
                                 s4watr:ConsumptionBasedTariff ;
                        s4watr:appliesTo ex:Meter4837QW123 ;
                        s4watr:hasBillingPeriod ex:OneMonth ;
                        s4watr:hasDuration ex:FiveYears ;
                        s4watr:hasPeriod ex:OneYear ;
                        s4watr:forVolumeConsumption "900 liters" ;
                        s4watr:hasBillingDate "2020-03-31T23:59:59"^^xsd:dateTime ;
                        s4watr:hasStartTimestamp "2019-02-01T00:00:00"^^xsd:dateTime .


###  https://saref.etsi.org/saref4watr/example/OneMonth
ex:OneMonth rdf:type owl:NamedIndividual ,
                     time:Duration ;
            time:unitType time:unitMonth ;
            time:numericDuration 1 .


###  https://saref.etsi.org/saref4watr/example/OneYear
ex:OneYear rdf:type owl:NamedIndividual ,
                    time:Duration ;
           time:unitType time:unitYear ;
           time:numericDuration 1 .