s4grid:Clock — Clock

IRI
https://saref.etsi.org/saref4grid/Clock
Is defined by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v1.1.1/example/Clock#
https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#
https://saref.etsi.org/saref4grid/v2.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/example/Clock#
https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#
Download serialization
License

Definition of s4grid:Clock

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

[COSEM] This class models the device clock, managing all information related to date and time including deviations of the local time to a generalized time reference (UTC) due to time zones and daylight-saving time schemes

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

s4grid:hasClock rdfs:range s4grid:Clock .

s4grid:relatedClock rdfs:range s4grid:Clock .

s4grid:hasClockBase rdfs:domain s4grid:Clock .

s4grid:hasDaylightSavingsBegin rdfs:domain s4grid:Clock .

s4grid:hasDaylightSavingsDeviation rdfs:domain s4grid:Clock .

s4grid:hasDaylightSavingsEnabled rdfs:domain s4grid:Clock .

s4grid:hasDaylightSavingsEnd rdfs:domain s4grid:Clock .

s4grid:hasStatus rdfs:domain s4grid:Clock .

s4grid:hasTime rdfs:domain s4grid:Clock .

s4grid:hasTimeZone rdfs:domain s4grid:Clock .

<https://saref.etsi.org/saref4grid/v1.1.1/example/Clock#> dct:references s4grid:Clock .

<https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#> dct:references s4grid:Clock .

<https://saref.etsi.org/saref4grid/v2.1.1/example/Clock#> dct:references s4grid:Clock .

<https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#> dct:references s4grid:Clock .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:Clock ;
    dct:subject s4grid:Clock .

<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references s4grid:Clock ;
    dct:subject s4grid:Clock .

s4grid:Clock a owl:Class ;
    rdfs:label "Clock"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/Clock#>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/Clock#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#> ;
    rdfs:comment "[COSEM] This class models the device clock, managing all information related to date and time including deviations of the local time to a generalized time reference (UTC) due to time zones and daylight-saving time schemes"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasDaylightSavingsEnabled ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasClockBase ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasTime ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasTimeZone ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasStatus ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasDaylightSavingsBegin ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasDaylightSavingsEnd ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasDaylightSavingsDeviation ] ;
    ns1:hiddenLabel "Clock" .