Skip to content
Snippets Groups Projects
Commit a8853d47 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

In order for a Wearer to have a location it must be a Spatial Object.

parent c0eaca4d
No related branches found
No related tags found
No related merge requests found
......@@ -816,7 +816,8 @@ s4wear:WearableComponent rdf:type owl:Class .
### https://saref.etsi.org/saref4wear/Wearer
s4wear:Wearer rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( saref:FeatureOfInterest
rdfs:subClassOf geosp:SpatialObject ,
[ owl:intersectionOf ( saref:FeatureOfInterest
[ rdf:type owl:Restriction ;
owl:onProperty s4wear:isSensedBy ;
owl:someValuesFrom s4wear:Wearable
......
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