Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4wear/sendsNotificationsTo
s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf s4syst:connectedTo ;
rdfs:domain saref:Device ;
rdfs:domain s4wear:Wearable ;
rdfs:range s4wear:Wearer .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment