Commit 02acfa49 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

There is no need for the WearableComponent class, since saref:Device has the property consistsOf.

Besides, we cannot say that every sensor or actuator are wearable components.
parent b0b0bcab
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -588,7 +588,7 @@ saref:ActuatingFunction rdf:type owl:Class ;

###  https://saref.etsi.org/core/Actuator
saref:Actuator rdf:type owl:Class ;
               rdfs:subClassOf s4wear:WearableComponent ;
               rdfs:subClassOf saref:Device ;
               rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function."@en ;
               rdfs:label "Actuator"@en .

@@ -694,8 +694,7 @@ saref:SensingFunction rdf:type owl:Class ;

###  https://saref.etsi.org/core/Sensor
saref:Sensor rdf:type owl:Class ;
             rdfs:subClassOf saref:Device ,
                             s4wear:WearableComponent ;
             rdfs:subClassOf saref:Device ;
             rdfs:isDefinedBy saref: ;
             rdfs:label "Sensor"@en .

@@ -830,7 +829,7 @@ s4wear:LivingOrganism rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/MemoryStorage
s4wear:MemoryStorage rdf:type owl:Class ;
                     rdfs:subClassOf s4wear:WearableComponent ;
                     rdfs:subClassOf saref:Device ;
                     rdfs:label "Memory storage"@en .


@@ -933,11 +932,6 @@ s4wear:Wearable rdf:type owl:Class ;
                rdfs:label "Wearable device"@en .


###  https://saref.etsi.org/saref4wear/WearableComponent
s4wear:WearableComponent rdf:type owl:Class ;
                         rdfs:label "Wearable component"@en .


###  https://saref.etsi.org/saref4wear/WearableProperty
s4wear:WearableProperty rdf:type owl:Class ;
                        rdfs:subClassOf saref:Property ;