Commit de0dc313 authored by dragoni's avatar dragoni
Browse files

Fixed the list of Datatype properties to align it with the content of the TS.

parent 80304882
Loading
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -300,6 +300,12 @@ s4wear:hasLength rdf:type owl:ObjectProperty ;
                 rdfs:range saref:Property .


###  https://saref.etsi.org/saref4wear/hasOperatingTemperature
s4wear:hasOperatingTemperature rdf:type owl:ObjectProperty ;
                               rdfs:domain s4wear:WearableDevice ;
                               rdfs:range saref:Property .


###  https://saref.etsi.org/saref4wear/hasPowerSupply
s4wear:hasPowerSupply rdf:type owl:ObjectProperty ;
                      rdfs:domain saref:Device ;
@@ -606,13 +612,6 @@ saref:Device rdf:type owl:Class ;
             rdfs:label "Device"@en .


###  https://saref.etsi.org/s4wear/NotifyingFunction
s4wear:NotifyingFunction rdf:type owl:Class ;
                    rdfs:subClassOf saref:Function ;
                    rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ;
                    rdfs:label "Notifying function"@en .


###  https://saref.etsi.org/core/FeatureOfInterest
saref:FeatureOfInterest rdf:type owl:Class ;
                        rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ;
@@ -858,6 +857,13 @@ s4wear:NearBodyWearable rdf:type owl:Class ;
                        rdfs:label "Near-body wearable"@en .


###  https://saref.etsi.org/saref4wear/NotifyingFunction
s4wear:NotifyingFunction rdf:type owl:Class ;
                         rdfs:subClassOf saref:Function ;
                         rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ;
                         rdfs:label "Notifying function"@en .


###  https://saref.etsi.org/saref4wear/Occurrence
s4wear:Occurrence rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;