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

Added the relationships of Wearables and Wearers to their properties.

parent 11465f24
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -832,7 +832,11 @@ s4wear:User rdf:type owl:Class ;
###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class ;
                rdfs:subClassOf saref:Device ,
                                geosp:Feature ;
                                geosp:Feature ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty saref:hasProperty ;
                                  owl:allValuesFrom s4wear:WearableProperty
                                ] ;
                rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."@en ;
                rdfs:label "Wearable device"@en .
@@ -860,6 +864,10 @@ s4wear:Wearer rdf:type owl:Class ;
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty saref:hasProperty ;
                                owl:allValuesFrom s4wear:WearerProperty
                              ] ;
              rdfs:comment "A wearer is any living organism that is sensed by a wearable.
The definition of this concept satisfies the requirement WEAR-2."@en ;