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

Implemented the changes that were not merged correctly and removing the Area...

Implemented the changes that were not merged correctly and removing the Area concept that suddenly appeared again.
parent cc1b5ddb
No related branches found
No related tags found
No related merge requests found
......@@ -633,11 +633,6 @@ s4wear:ActuableObject rdf:type owl:Class ;
rdfs:label "Actuable object"@en .
### https://saref.etsi.org/saref4wear/Area
s4wear:Area rdf:type owl:Class ;
rdfs:label "Area"@en .
### https://saref.etsi.org/saref4wear/Biometric
s4wear:Biometric rdf:type owl:Class ;
rdfs:subClassOf s4wear:Information ;
......@@ -794,7 +789,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 .
......@@ -807,7 +803,8 @@ s4wear:WearableComponent rdf:type owl:Class ;
### https://saref.etsi.org/saref4wear/Wearer
s4wear:Wearer rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( s4wear:LivingOrganism
rdfs:subClassOf geosp:SpatialObject ,
[ owl:intersectionOf ( s4wear:LivingOrganism
[ 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