Commit 0db8e513 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

reinserted saref:Time

parent 2e4b47d5
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -13,13 +13,3 @@
time:TemporalUnit rdfs:subClassOf saref:UnitOfMeasure ;
                  rdfs:comment "The unit of measure for time"^^xsd:string .
###  https://saref.etsi.org/Time
saref:Time rdf:type owl:Class ;
           rdfs:subClassOf saref:Property ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty saref:consistsOf ;
                             owl:someValuesFrom time:TemporalEntity
                           ] ;
           rdfs:comment "A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology."^^xsd:string ;
           rdfs:label "Time"^^xsd:string .
+5 −0
Original line number Diff line number Diff line
@@ -1196,6 +1196,11 @@ saref:TemperatureUnit rdf:type owl:Class ;
                      rdfs:comment "The unit of measure for temperature"^^xsd:string ;
                      rdfs:label "Temperature unit"^^xsd:string .

###  https://saref.etsi.org/Time
saref:Time rdf:type owl:Class ;
           rdfs:comment "A class that allows to specify the time concept."^^xsd:string ;
           rdfs:label "Time"^^xsd:string .


###  https://saref.etsi.org/ToggleCommand
saref:ToggleCommand rdf:type owl:Class ;