Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
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