saref:Time — Time

IRI
https://saref.etsi.org/core/Time
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.1.1/example/energymeter#
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#
https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1#
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#
Download serialization
License

Definition of saref:Time

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A class that allows to specify the time concept.

Description as a Class

is in range of
saref:hasTime

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

saref:Profile rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Time ;
            owl:onProperty saref:hasTime ] .

saref:hasTime rdfs:range saref:Time .

<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:Time .

<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#> dct:references saref:Time .

<https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1#> dct:references saref:Time .

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references saref:Time .

<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references saref:Time .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:Time .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:Time .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:Time .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:Time ;
    dct:subject saref:Time .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:Time ;
    dct:subject saref:Time .

saref:Time a owl:Class ;
    rdfs:label "Time"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#>,
        <https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1#>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> ;
    rdfs:comment "A class that allows to specify the time concept."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    ns1:hiddenLabel "Time" .