Commit 5b9f9e45 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Changed the domain of sendsNotificationsTo to Wearable, since a Device does...

Changed the domain of sendsNotificationsTo to Wearable, since a Device does not have the notion of having a Wearer (and the Wearable does).
parent c0eaca4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -299,7 +299,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4wear/sendsNotificationsTo
###  https://saref.etsi.org/saref4wear/sendsNotificationsTo
s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf s4syst:connectedTo ;
                            rdfs:subPropertyOf s4syst:connectedTo ;
                            rdfs:domain saref:Device ;
                            rdfs:domain s4wear:Wearable ;
                            rdfs:range s4wear:Wearer .
                            rdfs:range s4wear:Wearer .