s4watr:Tariff — Tariff

IRI
https://saref.etsi.org/saref4watr/Tariff
Is defined by
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
Download serialization
License

Definition of s4watr:Tariff

Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:

A tariff is a schedule of rates or charges of a business or a public utility. Tariffs can be based on time, thresholds or consumption; however, combined tariffs may also exist that mix more than one of these types.

Description as a Class

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 s4watr: <https://saref.etsi.org/saref4watr/> .

s4watr:ConsumptionBasedTariff rdfs:subClassOf s4watr:Tariff .

s4watr:ThresholdBasedTariff rdfs:subClassOf s4watr:Tariff .

s4watr:TimeBasedTariff rdfs:subClassOf s4watr:Tariff .

s4watr:appliesTo rdfs:domain s4watr:Tariff .

s4watr:hasBillingDate rdfs:domain s4watr:Tariff .

s4watr:hasBillingPeriod rdfs:domain s4watr:Tariff .

s4watr:hasDuration rdfs:domain s4watr:Tariff .

s4watr:hasPeriod rdfs:domain s4watr:Tariff .

s4watr:hasStartTimestamp rdfs:domain s4watr:Tariff .

<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:Tariff ;
    dct:subject s4watr:Tariff .

<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:Tariff ;
    dct:subject s4watr:Tariff .

s4watr:Tariff a owl:Class ;
    rdfs:label "Tariff"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:comment "A tariff is a schedule of rates or charges of a business or a public utility. Tariffs can be based on time, thresholds or consumption; however, combined tariffs may also exist that mix more than one of these types."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    ns1:hiddenLabel "Tariff" .