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

Defined Wearable as a subclass of a geosp:Feature so it is a spatial feature...

Defined Wearable as a subclass of a geosp:Feature so it is a spatial feature with a location and so on.
parent c0eaca4d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -804,7 +804,8 @@ s4wear:User rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class ;
                rdfs:subClassOf saref:Device ;
                rdfs:subClassOf saref:Device ,
                                geosp:Feature ;
                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 .