s4watr:hasBillingDate — has billing date

IRI
https://saref.etsi.org/saref4watr/hasBillingDate
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/v1.1.1/example/Tariff#
https://saref.etsi.org/saref4watr/v2.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/example/Tariff#
Download serialization
License

Definition of s4watr:hasBillingDate

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

The billing date of a tariff.

Definition as a Datatype Property

has domain
s4watr:Tariff
has range
xsd:dateTime

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://saref.etsi.org/saref4watr/v1.1.1/example/Tariff#> dct:references s4watr:hasBillingDate .

<https://saref.etsi.org/saref4watr/v2.1.1/example/Tariff#> dct:references s4watr:hasBillingDate .

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

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

s4watr:hasBillingDate a owl:DatatypeProperty ;
    rdfs:label "has billing date"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/example/Tariff#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/Tariff#> ;
    rdfs:comment "The billing date of a tariff."@en ;
    rdfs:domain s4watr:Tariff ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:range xsd:dateTime ;
    rdfs:seeAlso <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    ns1:hiddenLabel "hasBillingDate" .