diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl
index f547445d23459414865e5474a15332f0e4e310c1..b99128eeeeaa66638a2a0766a5bd4e30b296ebd5 100644
--- a/ontology/saref4wear.ttl
+++ b/ontology/saref4wear.ttl
@@ -272,8 +272,8 @@ s4wear:isLocatedOn rdf:type owl:ObjectProperty ;
 s4wear:isSensedBy rdf:type owl:ObjectProperty ;
                   rdfs:domain s4wear:Wearer ;
                   rdfs:range s4wear:Wearable ;
-                  rdfs:comment """Defines the relatonship between a wearer and a wearable device.
-The definition of this object property satisfies the requirement WEAR-2.""" ;
+                  rdfs:comment "Defines the relatonship between a wearer and a wearable device.
+The definition of this object property satisfies the requirement WEAR-2." ;
                   rdfs:label "is sensed by"@en .
 
 
@@ -299,7 +299,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
 ###  https://saref.etsi.org/saref4wear/sendsNotificationsTo
 s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                             rdfs:subPropertyOf s4syst:connectedTo ;
-                            rdfs:domain saref:Device ;
+                            rdfs:domain s4wear:Wearable ;
                             rdfs:range s4wear:Wearer .
 
 
@@ -345,8 +345,7 @@ s4wear:followsPolicies rdf:type owl:DatatypeProperty ;
 
 ###  https://saref.etsi.org/saref4wear/hasCapacity
 s4wear:hasCapacity rdf:type owl:DatatypeProperty ;
-                   rdfs:domain s4city:Facility ,
-                               s4wear:Area ;
+                   rdfs:domain s4city:Facility ;
                    rdfs:range xsd:long .
 
 
@@ -362,10 +361,10 @@ s4wear:hasDataTransmissionRate rdf:type owl:DatatypeProperty ;
                                rdfs:range xsd:double .
 
 
-###  https://saref.etsi.org/saref4wear/hasDeep
-s4wear:hasDeep rdf:type owl:DatatypeProperty ;
-               rdfs:domain s4wear:Wearable ;
-               rdfs:range xsd:double .
+###  https://saref.etsi.org/saref4wear/hasWidth
+s4wear:hasWidth rdf:type owl:DatatypeProperty ;
+                rdfs:domain s4wear:Wearable ;
+                rdfs:range xsd:double .
 
 
 ###  https://saref.etsi.org/saref4wear/hasHeight
@@ -630,10 +629,6 @@ s4wear:ActionFunction rdf:type owl:Class ;
 s4wear:ActuableObject rdf:type owl:Class .
 
 
-###  https://saref.etsi.org/saref4wear/Area
-s4wear:Area rdf:type owl:Class .
-
-
 ###  https://saref.etsi.org/saref4wear/Biometric
 s4wear:Biometric rdf:type owl:Class ;
                  rdfs:subClassOf s4wear:Information .
@@ -804,10 +799,9 @@ s4wear:User rdf:type owl:Class ;
 
 ###  https://saref.etsi.org/saref4wear/Wearable
 s4wear:Wearable rdf:type owl:Class ;
-                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:subClassOf saref:Device ;
+                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 .
 
 
@@ -817,7 +811,7 @@ 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 [ owl:intersectionOf ( s4wear:LivingOrganism
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty s4wear:isSensedBy ;
                                                        owl:someValuesFrom s4wear:Wearable
@@ -825,8 +819,8 @@ s4wear:Wearer rdf:type owl:Class ;
                                                    ) ;
                                 rdf:type owl:Class
                               ] ;
-              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 ;
+              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 ;
               rdfs:label "Wearer"@en .