s4city:hasCreationDate — has creation date

IRI
https://saref.etsi.org/saref4city/hasCreationDate
Is defined by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v1.1.2/example/example1#
https://saref.etsi.org/saref4city/v2.1.1/
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#
https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#
Download serialization
License

Definition of s4city:hasCreationDate

Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:

has creation date

Definition as a Datatype Property

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

s4city:KeyPerformanceIndicatorAssessment rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty s4city:hasCreationDate ] .

<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:hasCreationDate .

<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#> dct:references s4city:hasCreationDate .

<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> dct:references s4city:hasCreationDate .

<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4city:hasCreationDate .

<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:hasCreationDate ;
    dct:subject s4city:hasCreationDate .

<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:hasCreationDate ;
    dct:subject s4city:hasCreationDate .

s4city:hasCreationDate a owl:DatatypeProperty ;
    rdfs:label "has creation date"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> ;
    rdfs:comment "has creation date"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/> ;
    rdfs:range xsd:dateTime ;
    rdfs:seeAlso <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    ns1:hiddenLabel "hasCreationDate" .