diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl
index 4f33c18b37d2b6cfe97de9f6c156856ebd6e2a30..18051d57a4913329c41e2c0e4f9fc7522e556e42 100644
--- a/ontology/saref4ehaw.ttl
+++ b/ontology/saref4ehaw.ttl
@@ -1,5 +1,7 @@
+@prefix : <https://saref.etsi.org/saref4ehaw/> .
 @prefix owl: <http://www.w3.org/2002/07/owl#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@@ -8,29 +10,19 @@
 @prefix saref: <https://saref.etsi.org/core/> .
 @prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
 @prefix s4envi: <https://saref.etsi.org/saref4envi/> .
-@prefix ssn-system: <http://www.w3.org/ns/ssn/systems/> .
 @prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix ssn-system: <http://www.w3.org/ns/ssn/systems/> .
 @base <https://saref.etsi.org/saref4ehaw/> .
 
 <https://saref.etsi.org/saref4ehaw/> rdf:type owl:Ontology ;
-  owl:imports <https://saref.etsi.org/core/v3.1.1/> ;
-  dcterms:creator <http://www-public.imtbs-tsp.eu/~girodgen/> ;
-  dcterms:contributor <https://www.linkedin.com/in/lina-nachabe-2b292457/> ,
-    <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ,
-    <https://pdi.fbk.eu/people/profile/dragoni> ,
-    <http://www.maxime-lefrancois.info/> ;
-  dcterms:publisher <https://www.etsi.org/> ;
-  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
-  dcterms:source <https://saref.etsi.org/sources/saref4ehaw/> ;
-  owl:versionIRI <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
-  owl:versionInfo "v1.1.1" ;
-  vann:preferredNamespacePrefix "s4ehaw" ;
-  vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ;
-  dcterms:issued "2020-02-01"^^xsd:date ;
-  dcterms:modified "2020-05-01"^^xsd:date ;
-  rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341008/01.01.01_60/ts_10341008v010101p.pdf> ;
-  dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ;
-  dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical. Clause 4.1 of the present document shortly introduces a high level view of the envisioned SAREF4EHAW semantic model and modular ontology, with the retained concepts (i.e. classes) and their relations. 
+                                      owl:versionIRI <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
+                                      owl:imports <https://saref.etsi.org/core/v3.1.1/> ;
+                                      dcterms:contributor <http://www.maxime-lefrancois.info/> ,
+                                                          <https://pdi.fbk.eu/people/profile/dragoni> ,
+                                                          <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ,
+                                                          <https://www.linkedin.com/in/lina-nachabe-2b292457/> ;
+                                      dcterms:creator <http://www-public.imtbs-tsp.eu/~girodgen/> ;
+                                      dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical. Clause 4.1 of the present document shortly introduces a high level view of the envisioned SAREF4EHAW semantic model and modular ontology, with the retained concepts (i.e. classes) and their relations. 
 SAREF4EHAW extension has been specified and formalised by investigating EHAW domain related resources, as reported in ETSI TR 103 509, such as: potential stakeholders, standardization initiatives, alliances/associations, European projects, EC directives, existing ontologies, and data repositories. Therefore, SAREF4EHAW modular ontology shall both:
  - Allow the implementation of a limited set of typical EHAW related use cases already identified in ETSI TR 103 509, i.e.
  - Use case 1 “elderly at home monitoring and support”,
@@ -41,13 +33,22 @@ SAREF4EHAW extension has been specified and formalised by investigating EHAW dom
 SAREF4EHAW mainly reuses the following existing ontologies: SAREF, ETSI SmartBAN reference model, SAREF 4 Environment extension and W3C SSN System module. The following figure presents the high level view of SAREF4EHAW ontology.
 ![SAREF4SYST overview](diagrams/SAREF4EHAW_Model.jpg)
 For semantic interoperability handling purposes, an ontology based solution, combined with sensing-as-a-service and WoT strategies, is retained for SAREF4EHAW. Therefore, an upper level ontology, at service level, shall also behas been fully modelled (Service class and sub-classes depicted in the previous figure).
-For embedded semantic analytics purposes, SAREF4EHAW shall behas been designed using the modularity principle (see ETSI TR 103 509) and can thus be mainly described by the following self-contained knowledge sub-ontologies (or modules): HealthActor, Ban, HealthDevice, Function (measured data related concepts included) and Service."""^^<https://www.iana.org/assignments/media-types/text/markdown> .
+For embedded semantic analytics purposes, SAREF4EHAW shall behas been designed using the modularity principle (see ETSI TR 103 509) and can thus be mainly described by the following self-contained knowledge sub-ontologies (or modules): HealthActor, Ban, HealthDevice, Function (measured data related concepts included) and Service."""^^<https://www.iana.org/assignments/media-types/text/markdown> ;
+                                      dcterms:issued "2020-02-01"^^xsd:date ;
+                                      dcterms:license <https://forge.etsi.org/etsi-software-license> ;
+                                      dcterms:modified "2020-05-01"^^xsd:date ;
+                                      dcterms:publisher <https://www.etsi.org/> ;
+                                      dcterms:source <https://saref.etsi.org/sources/saref4ehaw/> ;
+                                      dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ;
+                                      vann:preferredNamespacePrefix "s4ehaw" ;
+                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ;
+                                      rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341008/01.01.01_60/ts_10341008v010101p.pdf> ;
+                                      owl:versionInfo "v1.1.1" .
 
 #################################################################
 #    Annotation properties
 #################################################################
 
-
 ###  http://purl.org/dc/terms/contributor
 dcterms:contributor rdf:type owl:AnnotationProperty .
 
@@ -96,7 +97,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
 #    Object Properties
 #################################################################
 
-
 ###  https://saref.etsi.org/core/consistsOf
 saref:consistsOf rdf:type owl:ObjectProperty ;
                  rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ;
@@ -120,6 +120,14 @@ s4ehaw:followsUser rdf:type owl:ObjectProperty ;
                    rdfs:label "follows user"@en .
 
 
+###  https://saref.etsi.org/saref4ehaw/groundingProtocol
+s4ehaw:groundingProtocol rdf:type owl:ObjectProperty ;
+                         rdfs:domain s4ehaw:ServiceGrounding ;
+                         rdfs:range s4ehaw:CommunicationProtocol ;
+                         rdfs:comment "The grounding protocol is the protocol used to transmit the message by the service, e.g. BLE."@en ;
+                         rdfs:label "grounding protocol"@en .
+
+
 ###  https://saref.etsi.org/saref4ehaw/hasActivity
 s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
                    rdfs:domain s4ehaw:HealthActor ;
@@ -131,7 +139,7 @@ s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
 ###  https://saref.etsi.org/saref4ehaw/hasAgeCategory
 s4ehaw:hasAgeCategory rdf:type owl:ObjectProperty ;
                       rdfs:domain s4ehaw:HealthActor ;
-                      rdfs:range s4ehaw:AgeCategory;
+                      rdfs:range s4ehaw:AgeCategory ;
                       rdfs:comment "The age group of a health actor, e.g. old or young."@en ;
                       rdfs:label "has age category"@en .
 
@@ -146,10 +154,18 @@ s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ;
 
 ###  https://saref.etsi.org/saref4ehaw/hasBanCommunicationType
 s4ehaw:hasBanCommunicationType rdf:type owl:ObjectProperty ;
-                                rdfs:domain s4ehaw:Ban ;
-                                rdfs:range s4ehaw:BanCommunicationType ;
-                                rdfs:comment "A BAN has a BAN communication type that is the type of communication carried out between BAN devices and BAN Hub."@en ;
-                                rdfs:label "has BAN communication type"@en .
+                               rdfs:domain s4ehaw:Ban ;
+                               rdfs:range s4ehaw:BanCommunicationType ;
+                               rdfs:comment "A BAN has a BAN communication type that is the type of communication carried out between BAN devices and BAN Hub."@en ;
+                               rdfs:label "has BAN communication type"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/hasChronicDisease
+s4ehaw:hasChronicDisease rdf:type owl:ObjectProperty ;
+                         rdfs:domain s4ehaw:Patient ;
+                         rdfs:range s4ehaw:ChronicDisease ;
+                         rdfs:comment "A patient can suffer from one or more chronic disease like Diabetes, azma, etc."@en ;
+                         rdfs:label "has chronic disease"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/hasComputingPower
@@ -160,14 +176,6 @@ s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ;
                          rdfs:label "has computing power"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/hasDataConstraint
-s4ehaw:hasDataConstraint rdf:type owl:ObjectProperty ;
-                     rdfs:domain s4ehaw:Data ;
-                     rdfs:range s4ehaw:DataConstraint ;
-                     rdfs:comment "Data has data constraints (validity, legal...)."@en ;
-                     rdfs:label "has data constraint"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/hasContact
 s4ehaw:hasContact rdf:type owl:ObjectProperty ;
                   rdfs:domain s4ehaw:Ban ;
@@ -184,12 +192,26 @@ s4ehaw:hasData rdf:type owl:ObjectProperty ;
                rdfs:label "has data"@en .
 
 
+###  https://saref.etsi.org/saref4ehaw/hasDataConstraint
+s4ehaw:hasDataConstraint rdf:type owl:ObjectProperty ;
+                         rdfs:domain s4ehaw:Data ;
+                         rdfs:range s4ehaw:DataConstraint ;
+                         rdfs:comment "Data has data constraints (validity, legal...)."@en ;
+                         rdfs:label "has data constraint"@en .
+
+
 ###  https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic
 s4ehaw:hasDeviceCharacteristic rdf:type owl:ObjectProperty ;
-                     rdfs:domain s4ehaw:HealthDevice ;
-                     rdfs:range s4ehaw:DeviceCharacteristic ;
-                     rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device, e.g. its dimensions."@en ;
-                     rdfs:label "has device characteristic"@en .
+                               rdfs:domain s4ehaw:HealthDevice ;
+                               rdfs:range s4ehaw:DeviceCharacteristic ;
+                               rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device, e.g. its dimensions."@en ;
+                               rdfs:label "has device characteristic"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/hasFrequency
+s4ehaw:hasFrequency rdf:type owl:ObjectProperty ;
+                    rdfs:domain s4ehaw:ComputingPower ;
+                    rdfs:range saref:Property .
 
 
 ###  https://saref.etsi.org/saref4ehaw/hasHabit
@@ -234,10 +256,10 @@ s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
 
 ###  https://saref.etsi.org/saref4ehaw/hasMeasurement
 s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ;
-                     rdfs:domain s4ehaw:Data ;
-                     rdfs:range saref:Measurement ;
-                     rdfs:comment "Defines the relationship between data that has measurement."@en ;
-                     rdfs:label "has measurement"@en .
+                      rdfs:domain s4ehaw:Data ;
+                      rdfs:range saref:Measurement ;
+                      rdfs:comment "Defines the relationship between data that has measurement."@en ;
+                      rdfs:label "has measurement"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/hasMode
@@ -248,7 +270,7 @@ s4ehaw:hasMode rdf:type owl:ObjectProperty ;
                rdfs:label "has mode"@en .
 
 
-##  https://saref.etsi.org/saref4ehaw/hasOperatingConstraint
+###  https://saref.etsi.org/saref4ehaw/hasOperatingConstraint
 s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ;
                               rdfs:domain s4ehaw:HealthDevice ;
                               rdfs:range s4ehaw:OperatingConstraint ;
@@ -306,10 +328,10 @@ s4ehaw:hasResponsibleParty rdf:type owl:ObjectProperty ;
 
 ###  https://saref.etsi.org/saref4ehaw/hasTimeSeriesMesurement
 s4ehaw:hasTimeSeriesMesurement rdf:type owl:ObjectProperty ;
-                                rdfs:domain s4ehaw:Data ;
-                                rdfs:range s4ehaw:TimeSeriesMeasurement ;
-                                rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ;
-                                rdfs:label "has time series measurement"@en .
+                               rdfs:domain s4ehaw:Data ;
+                               rdfs:range s4ehaw:TimeSeriesMeasurement ;
+                               rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ;
+                               rdfs:label "has time series measurement"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/inCurrentMode
@@ -317,7 +339,7 @@ s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ;
                      rdfs:domain s4ehaw:HealthDevice ;
                      rdfs:range s4ehaw:Mode ;
                      rdfs:comment "Each eHealth device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, hold, beacon..."@en ;
-                     rdfs:label "in current mode"@en  .
+                     rdfs:label "in current mode"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/interfaceProtocol
@@ -344,14 +366,6 @@ s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ;
                      rdfs:label "is described by"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/groundingProtocol
-s4ehaw:groundingProtocol rdf:type owl:ObjectProperty ;
-                         rdfs:domain s4ehaw:ServiceGrounding ;
-                         rdfs:range s4ehaw:CommunicationProtocol ;
-                         rdfs:comment "The grounding protocol is the protocol used to transmit the message by the service, e.g. BLE."@en ;
-                         rdfs:label "grounding protocol"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/precision
 s4ehaw:precision rdf:type owl:ObjectProperty ;
                  rdfs:domain s4ehaw:MeasurementFunction ;
@@ -392,14 +406,6 @@ s4ehaw:usesBan rdf:type owl:ObjectProperty ;
                rdfs:label "uses ban"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/hasChronicDisease
-s4ehaw:hasChronicDisease rdf:type owl:ObjectProperty ;
-                   rdfs:domain s4ehaw:Patient ;
-                   rdfs:range s4ehaw:ChronicDisease ;
-                   rdfs:comment "A patient can suffer from one or more chronic disease like Diabetes, azma, etc."@en ;
-                   rdfs:label "has chronic disease"@en .
-
-
 ###  https://saref.etsi.org/saref4envi/hasFrequencyMeasurement
 s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
                                rdfs:domain s4ehaw:MeasurementFunction ;
@@ -412,6 +418,13 @@ s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
 #    Data properties
 #################################################################
 
+###  https://saref.etsi.org/core/hasManufacturer
+saref:hasManufacturer rdf:type owl:DatatypeProperty ;
+                      rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ;
+                      rdfs:isDefinedBy saref: ;
+                      rdfs:label "has manufacturer"@en .
+
+
 ###  https://saref.etsi.org/saref4ehaw/activityDuration
 s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4ehaw:Activity ;
@@ -444,12 +457,39 @@ s4ehaw:availableRam rdf:type owl:DatatypeProperty ;
                     rdfs:label "available ram"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/transmissionRate
-s4ehaw:transmissionRate rdf:type owl:DatatypeProperty ;
-            rdfs:domain s4ehaw:Interface ;
-            rdfs:range xsd:float ;
-            rdfs:comment "The transmission rate of the interface, i.e. the number of bits transmitted per second (usually expressed in kbps or Mbps)."@en ;
-            rdfs:label "transmission rate"@en .
+###  https://saref.etsi.org/saref4ehaw/banDensity
+s4ehaw:banDensity rdf:type owl:DatatypeProperty ;
+                  rdfs:domain s4ehaw:Ban ;
+                  rdfs:range xsd:long ;
+                  rdfs:comment "The BAN density, i.e. its number of node."@en ;
+                  rdfs:label "BAN density"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/banGeolocation
+s4ehaw:banGeolocation rdf:type owl:DatatypeProperty ;
+                      rdfs:domain s4ehaw:Ban ;
+                      rdfs:range xsd:string ;
+                      rdfs:comment "The geolocation of the BAN, when available and needed, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/  - of the patient wearing the BAN."@en ;
+                      rdfs:label "BAN geolocation"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/banTopology
+s4ehaw:banTopology rdf:type owl:DatatypeProperty ;
+                   rdfs:domain s4ehaw:Ban ;
+                   rdfs:range [ rdf:type rdfs:Datatype ;
+                                owl:oneOf [ rdf:type rdf:List ;
+                                            rdf:first "Adhoc" ;
+                                            rdf:rest [ rdf:type rdf:List ;
+                                                       rdf:first "Mesh" ;
+                                                       rdf:rest [ rdf:type rdf:List ;
+                                                                  rdf:first "Star" ;
+                                                                  rdf:rest rdf:nil
+                                                                ]
+                                                     ]
+                                          ]
+                              ] ;
+                   rdfs:comment "The BAN physical topology type, i.e Adhoc or Star or Mesh or Others."@ne ;
+                   rdfs:label "BAN topology"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/dataSize
@@ -460,14 +500,6 @@ s4ehaw:dataSize rdf:type owl:DatatypeProperty ;
                 rdfs:label "data size"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/banDensity
-s4ehaw:banDensity rdf:type owl:DatatypeProperty ;
-                  rdfs:domain s4ehaw:Ban ;
-                  rdfs:range xsd:long ;
-                  rdfs:comment "The BAN density, i.e. its number of node."@en ;
-                  rdfs:label "BAN density"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/deviceCharacteristicName
 s4ehaw:deviceCharacteristicName rdf:type owl:DatatypeProperty ;
                                 rdfs:domain s4ehaw:DeviceCharacteristic ;
@@ -575,14 +607,6 @@ s4ehaw:hasGender rdf:type owl:DatatypeProperty ;
                  rdfs:label "has gender"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/banGeolocation
-s4ehaw:banGeolocation rdf:type owl:DatatypeProperty ;
-                      rdfs:domain s4ehaw:Ban ;
-                      rdfs:range xsd:string ;
-                      rdfs:comment "The geolocation of the BAN, when available and needed, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/  - of the patient wearing the BAN."@en ;
-                      rdfs:label "BAN geolocation"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/hasInput
 s4ehaw:hasInput rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4ehaw:ServiceProcess ;
@@ -591,13 +615,6 @@ s4ehaw:hasInput rdf:type owl:DatatypeProperty ;
                 rdfs:label "has input"@en .
 
 
-###  https://saref.etsi.org/core/hasManufacturer
-saref:hasManufacturer rdf:type owl:DatatypeProperty ;
-                      rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ;
-		      rdfs:isDefinedBy saref: ;
-                      rdfs:label "has manufacturer"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/hasMbox
 s4ehaw:hasMbox rdf:type owl:DatatypeProperty ;
                rdfs:domain s4ehaw:HealthActor ;
@@ -635,7 +652,7 @@ s4ehaw:hasValues rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4ehaw:TimeSeriesMeasurement ;
                  rdfs:range xsd:decimal ;
                  rdfs:comment "A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD)."@en ;
-		 rdfs:label "has values"@en .
+                 rdfs:label "has values"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/interfaceAddress
@@ -830,23 +847,12 @@ s4ehaw:serviceName rdf:type owl:DatatypeProperty ;
                    rdfs:label "service name"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/banTopology
-s4ehaw:banTopology rdf:type owl:DatatypeProperty ;
-                rdfs:domain s4ehaw:Ban ;
-                rdfs:range [ rdf:type rdfs:Datatype ;
-                             owl:oneOf [ rdf:type rdf:List ;
-                                         rdf:first "Adhoc" ;
-                                         rdf:rest [ rdf:type rdf:List ;
-                                                    rdf:first "Mesh" ;
-                                                    rdf:rest [ rdf:type rdf:List ;
-                                                               rdf:first "Star" ;
-                                                               rdf:rest rdf:nil
-                                                             ]
-                                                  ]
-                                       ]
-                           ] ;
-                rdfs:comment "The BAN physical topology type, i.e Adhoc or Star or Mesh or Others."@ne ;
-                rdfs:label "BAN topology"@en .
+###  https://saref.etsi.org/saref4ehaw/transmissionRate
+s4ehaw:transmissionRate rdf:type owl:DatatypeProperty ;
+                        rdfs:domain s4ehaw:Interface ;
+                        rdfs:range xsd:float ;
+                        rdfs:comment "The transmission rate of the interface, i.e. the number of bits transmitted per second (usually expressed in kbps or Mbps)."@en ;
+                        rdfs:label "transmission rate"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/velocity
@@ -865,10 +871,50 @@ s4ehaw:velocity rdf:type owl:DatatypeProperty ;
 voaf:Vocabulary rdf:type owl:Class .
 
 
+###  http://www.w3.org/ns/ssn/systems/Precision
+ssn-system:Precision rdf:type owl:Class .
+
+
 ###  http://xmlns.com/foaf/0.1/Agent
 foaf:Agent rdf:type owl:Class .
 
 
+###  https://saref.etsi.org/core/Command
+saref:Command rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Device
+saref:Device rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Function
+saref:Function rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Measurement
+saref:Measurement rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/NotifyCommand
+saref:NotifyCommand rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Property
+saref:Property rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Service
+saref:Service rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/Task
+saref:Task rdf:type owl:Class .
+
+
+###  https://saref.etsi.org/core/UnitOfMeasure
+saref:UnitOfMeasure rdf:type owl:Class .
+
+
 ###  https://saref.etsi.org/saref4ehaw/Activity
 s4ehaw:Activity rdf:type owl:Class ;
                 rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en ;
@@ -884,7 +930,7 @@ s4ehaw:AgeCategory rdf:type owl:Class ;
 ###  https://saref.etsi.org/saref4ehaw/AlarmCommand
 s4ehaw:AlarmCommand rdf:type owl:Class ;
                     rdfs:subClassOf saref:Command ;
-		    rdfs:comment "A command corresponding to alarm sending."@en ;
+                    rdfs:comment "A command corresponding to alarm sending."@en ;
                     rdfs:label "Alarm command"@en .
 
 
@@ -900,6 +946,12 @@ s4ehaw:BanApplicationDomain rdf:type owl:Class ;
                             rdfs:label "BAN application domain"@en .
 
 
+###  https://saref.etsi.org/saref4ehaw/BanCommunicationType
+s4ehaw:BanCommunicationType rdf:type owl:Class ;
+                            rdfs:comment "The BAN communication function type, i.e. periodic, event driven or on request."@en ;
+                            rdfs:label "BAN Communication type"@en .
+
+
 ###  https://saref.etsi.org/saref4ehaw/BanHub
 s4ehaw:BanHub rdf:type owl:Class ;
               rdfs:subClassOf s4ehaw:HealthDevice ;
@@ -921,38 +973,24 @@ s4ehaw:Caregiver rdf:type owl:Class ;
                  rdfs:label "Caregiver"@en .
 
 
-
 ###  https://saref.etsi.org/saref4ehaw/ChronicDisease
-s4ehaw:ChronicDisease rdf:type owl:Class  ;
+s4ehaw:ChronicDisease rdf:type owl:Class ;
                       rdfs:comment "For chronic disease modelling, e.g. diabetes, asthma..."@en ;
                       rdfs:label "Chronic disease"@en .
 
 
-
 ###  https://saref.etsi.org/saref4ehaw/CommunicationProtocol
-s4ehaw:CommunicationProtocol rdf:type owl:Class  ;
+s4ehaw:CommunicationProtocol rdf:type owl:Class ;
                              rdfs:comment "The communication protocol, e.g. BLE, serial, Ethernet..."@en ;
                              rdfs:label "Communication protocol"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/BanCommunicationType
-s4ehaw:BanCommunicationType rdf:type owl:Class ;
-                            rdfs:comment "The BAN communication function type, i.e. periodic, event driven or on request."@en ;
-                            rdfs:label "BAN Communication type"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/ComputingPower
 s4ehaw:ComputingPower rdf:type owl:Class ;
                       rdfs:comment "The computing power capabilities of a Health device."@en ;
                       rdfs:label "Computing power"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/DataConstraint
-s4ehaw:DataConstraint rdf:type owl:Class ;
-                  rdfs:comment "The Data constraints, e.g. validity, legal..."@en ;
-                  rdfs:label "Data constraint"@en .
-
-
 ###  https://saref.etsi.org/saref4ehaw/Contact
 s4ehaw:Contact rdf:type owl:Class ;
                owl:equivalentClass s4ehaw:HealthActor ;
@@ -973,10 +1011,16 @@ s4ehaw:Data rdf:type owl:Class ;
             rdfs:label "Data"@en .
 
 
+###  https://saref.etsi.org/saref4ehaw/DataConstraint
+s4ehaw:DataConstraint rdf:type owl:Class ;
+                      rdfs:comment "The Data constraints, e.g. validity, legal..."@en ;
+                      rdfs:label "Data constraint"@en .
+
+
 ###  https://saref.etsi.org/saref4ehaw/DeviceCharacteristic
 s4ehaw:DeviceCharacteristic rdf:type owl:Class ;
-                  rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ;
-                  rdfs:label "Device characteristic"@en .
+                            rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ;
+                            rdfs:label "Device characteristic"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/EventDrivenBanCommunicationType
@@ -1023,14 +1067,14 @@ s4ehaw:HealthDevice rdf:type owl:Class ;
 ###  https://saref.etsi.org/saref4ehaw/HealthSensor
 s4ehaw:HealthSensor rdf:type owl:Class ;
                     rdfs:subClassOf s4ehaw:HealthDevice ;
-		    rdfs:comment "Health-related Sensor, equivalent to SAREF Sensor."@en ;
+                    rdfs:comment "Health-related Sensor, equivalent to SAREF Sensor."@en ;
                     rdfs:label "Health sensor"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/HealthWearable
 s4ehaw:HealthWearable rdf:type owl:Class ;
                       rdfs:subClassOf s4ehaw:HealthDevice ;
-		      rdfs:comment  "Health-related Wearable, equivalent to SAREF4WEAR Wearable."@en ;
+                      rdfs:comment "Health-related Wearable, equivalent to SAREF4WEAR Wearable."@en ;
                       rdfs:label "Health wereable"@en .
 
 
@@ -1181,17 +1225,17 @@ s4ehaw:ServiceProfile rdf:type owl:Class ;
 
 ###  https://saref.etsi.org/saref4ehaw/TimeSeriesMeasurement
 s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ;
-                              rdfs:subClassOf saref:Measurement ,
-                                              [ rdf:type owl:Restriction ;
-                                                owl:onProperty s4envi:hasFrequencyMeasurement ;
-                                                owl:allValuesFrom s4envi:FrequencyMeasurement
-                                              ] ,
-                                              [ rdf:type owl:Restriction ;
-                                                owl:onProperty s4ehaw:hasValues ;
-                                                owl:allValuesFrom xsd:decimal
-                                              ] ;
-                              rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation  as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health this concept is termed as Time Series Measurements since this sequence of data refers to time series measured by a health device."@en ;
-                              rdfs:label "Time series measurement"@en .
+                             rdfs:subClassOf saref:Measurement ,
+                                             [ rdf:type owl:Restriction ;
+                                               owl:onProperty s4ehaw:hasFrequency ;
+                                               owl:allValuesFrom saref:Property
+                                             ] ,
+                                             [ rdf:type owl:Restriction ;
+                                               owl:onProperty s4ehaw:hasValues ;
+                                               owl:allValuesFrom xsd:decimal
+                                             ] ;
+                             rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation  as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health this concept is termed as Time Series Measurements since this sequence of data refers to time series measured by a health device."@en ;
+                             rdfs:label "Time series measurement"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/User
@@ -1208,46 +1252,6 @@ s4ehaw:ValidityConstraint rdf:type owl:Class ;
                           rdfs:label "Validity constraint"@en .
 
 
-###  https://saref.etsi.org/saref/core/Command
-saref:Command rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Device
-saref:Device rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Function
-saref:Function rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Measurement
-saref:Measurement rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/NotifyCommand
-saref:NotifyCommand rdf:type owl:Class .
-
-
-###  http://www.w3.org/ns/ssn/systems/Precision
-ssn-system:Precision rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Property
-saref:Property rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Service
-saref:Service rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/Task
-saref:Task rdf:type owl:Class .
-
-
-###  https://saref.etsi.org/saref/core/UnitOfMeasure
-saref:UnitOfMeasure rdf:type owl:Class .
-
-
 ###  https://saref.etsi.org/saref4envi/Frequency
 s4envi:Frequency rdf:type owl:Class .
 
@@ -1263,212 +1267,205 @@ s4envi:FrequencyMeasurement rdf:type owl:Class ;
 s4envi:FrequencyUnit rdf:type owl:Class .
 
 
-
 #################################################################
 #    Individuals
 #################################################################
 
-
 ###  https://saref.etsi.org/saref4ehaw/AlcoholDrinking
 s4ehaw:AlcoholDrinking rdf:type owl:NamedIndividual ,
                                 s4ehaw:Habit ;
-                                rdfs:comment "Alcohol drinking habit (User level)."@en ;
-                                rdfs:label "Alcohol drinking"@en .
+                       rdfs:comment "Alcohol drinking habit (User level)."@en ;
+                       rdfs:label "Alcohol drinking"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/ArmpitLocation
+s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual ,
+                               s4ehaw:BodySurfaceLocation ;
+                      rdfs:comment "Armpit location, a user body surface location."@en ;
+                      rdfs:label "Armpit location"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/AssistedLiving
 s4ehaw:AssistedLiving rdf:type owl:NamedIndividual ,
                                s4ehaw:BanApplicationDomain ;
-                               rdfs:comment "Assisted living sub-domain for BAN application."@en ;
-                               rdfs:label "Assisted living"@en .
+                      rdfs:comment "Assisted living sub-domain for BAN application."@en ;
+                      rdfs:label "Assisted living"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/Asthma
+s4ehaw:Asthma rdf:type owl:NamedIndividual ,
+                       s4ehaw:ChronicDisease ;
+              rdfs:comment "Asthma, a chronical disease that some users can have."@en ;
+              rdfs:label "Asthma"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/AuralImpairment
 s4ehaw:AuralImpairment rdf:type owl:NamedIndividual ,
                                 s4ehaw:Impairment ;
-                                rdfs:comment "Aural impairment (User level), i.e. impairments of auditory sensitivity."@en ;
-                                rdfs:label "Aural impairment"@en .
+                       rdfs:comment "Aural impairment (User level), i.e. impairments of auditory sensitivity."@en ;
+                       rdfs:label "Aural impairment"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/Diabetes
+s4ehaw:Diabetes rdf:type owl:NamedIndividual ,
+                         s4ehaw:ChronicDisease ;
+                rdfs:comment "Diabetes, a chronical disease that some users can have."@en ;
+                rdfs:label "Diabetes"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Emergency
 s4ehaw:Emergency rdf:type owl:NamedIndividual ,
                           s4ehaw:BanApplicationDomain ;
-                          rdfs:comment "Emergency sub-domain for BAN application."@en ;
-                          rdfs:label "Emergency"@en .
+                 rdfs:comment "Emergency sub-domain for BAN application."@en ;
+                 rdfs:label "Emergency"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Exercising
 s4ehaw:Exercising rdf:type owl:NamedIndividual ,
                            s4ehaw:Posture ;
-                           rdfs:comment "Posture of user doing exercises."@en ;
-                           rdfs:label "Exercising"@en .
+                  rdfs:comment "Posture of user doing exercises."@en ;
+                  rdfs:label "Exercising"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Healthcare
 s4ehaw:Healthcare rdf:type owl:NamedIndividual ,
                            s4ehaw:BanApplicationDomain ;
-                           rdfs:comment "Healthcare domain for BAN application."@en ;
-                           rdfs:label "Healthcare"@en .
+                  rdfs:comment "Healthcare domain for BAN application."@en ;
+                  rdfs:label "Healthcare"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/IntellectualImpairment
 s4ehaw:IntellectualImpairment rdf:type owl:NamedIndividual ,
-                                  s4ehaw:Impairment ;
-                                  rdfs:comment "Skeletal impairment (User level), e.g. ..."@en ;
-                                  rdfs:label "Intellectual impairment"@en .
+                                       s4ehaw:Impairment ;
+                              rdfs:comment "Skeletal impairment (User level), e.g. ..."@en ;
+                              rdfs:label "Intellectual impairment"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Lying
 s4ehaw:Lying rdf:type owl:NamedIndividual ,
                       s4ehaw:Posture ;
-                      rdfs:comment "Posture of a lying user."@en ;
-                      rdfs:label "Lying"@en .
+             rdfs:comment "Posture of a lying user."@en ;
+             rdfs:label "Lying"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/MobilityImpairment
 s4ehaw:MobilityImpairment rdf:type owl:NamedIndividual ,
                                    s4ehaw:Impairment ;
-                                   rdfs:comment "Mobility impairment (User level)."@en ;
-                                   rdfs:label "Mobility impairment"@en .
+                          rdfs:comment "Mobility impairment (User level)."@en ;
+                          rdfs:label "Mobility impairment"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/OcularImpairment
 s4ehaw:OcularImpairment rdf:type owl:NamedIndividual ,
                                  s4ehaw:Impairment ;
-                                 rdfs:comment "Ocular impairment (User level), i.e. impamnents of visual acuity."@en ;
-                                 rdfs:label "Ocular impairment"@en .
+                        rdfs:comment "Ocular impairment (User level), i.e. impamnents of visual acuity."@en ,
+                                     "Ocular impairment (User level)."@en ;
+                        rdfs:label "Ocular impairment"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Old
 s4ehaw:Old rdf:type owl:NamedIndividual ,
-                                 s4ehaw:AgeCategory ;
-                                 rdfs:comment "Old, one user age category."@en ;
-                                 rdfs:label "Old"@en .
+                    s4ehaw:AgeCategory ;
+           rdfs:comment "Old, one user age category."@en ;
+           rdfs:label "Old"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Overeating
 s4ehaw:Overeating rdf:type owl:NamedIndividual ,
                            s4ehaw:Habit ;
-                           rdfs:comment "Overeating habit (User level)."@en ;
-                           rdfs:label "Overeating"@en .
+                  rdfs:comment "Overeating habit (User level)."@en ;
+                  rdfs:label "Overeating"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/PervasiveComputing
 s4ehaw:PervasiveComputing rdf:type owl:NamedIndividual ,
                                    s4ehaw:BanApplicationDomain ;
-                                   rdfs:comment "Pervasive computing sub-domain for BAN application."@en ;
-                                   rdfs:label "Pervasive computing"@en .
+                          rdfs:comment "Pervasive computing sub-domain for BAN application."@en ;
+                          rdfs:label "Pervasive computing"@en .
+
+
+###  https://saref.etsi.org/saref4ehaw/Prevention
+s4ehaw:Prevention rdf:type owl:NamedIndividual ,
+                           s4ehaw:BanApplicationDomain ;
+                  rdfs:comment "Prevention sub-domain (e.g. preventive health) for BAN application."@en ;
+                  rdfs:label "Prevention"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Running
 s4ehaw:Running rdf:type owl:NamedIndividual ,
                         s4ehaw:Posture ;
-                        rdfs:comment "Posture of a running user."@en ;
-                        rdfs:label "Running"@en .
+               rdfs:comment "Posture of a running user."@en ;
+               rdfs:label "Running"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Safety
 s4ehaw:Safety rdf:type owl:NamedIndividual ,
                        s4ehaw:BanApplicationDomain ;
-                       rdfs:comment "Safety sub-domain for BAN application."@en ;
-                       rdfs:label "Safety"@en .
+              rdfs:comment "Safety sub-domain for BAN application."@en ;
+              rdfs:label "Safety"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Sitting
 s4ehaw:Sitting rdf:type owl:NamedIndividual ,
                         s4ehaw:Posture ;
-                        rdfs:comment "Posture of a sitting user."@en ;
-                        rdfs:label "Sitting"@en .
+               rdfs:comment "Posture of a sitting user."@en ;
+               rdfs:label "Sitting"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/SkeletalImpairment
 s4ehaw:SkeletalImpairment rdf:type owl:NamedIndividual ,
                                    s4ehaw:Impairment ;
-                                   rdfs:comment "Skeletal impairment (User level), e.g. of head and trunk regions, limbs..."@en ;
-                                   rdfs:label "Skeletal impairment"@en .
+                          rdfs:comment "Skeletal impairment (User level), e.g. of head and trunk regions, limbs..."@en ;
+                          rdfs:label "Skeletal impairment"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Smoking
 s4ehaw:Smoking rdf:type owl:NamedIndividual ,
                         s4ehaw:Habit ;
-                        rdfs:comment "Smoking habit (User level)."@en ;
-                        rdfs:label "Smoking"@en .
+               rdfs:comment "Smoking habit (User level)."@en ;
+               rdfs:label "Smoking"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/SportTraining
 s4ehaw:SportTraining rdf:type owl:NamedIndividual ,
                               s4ehaw:BanApplicationDomain ;
-                              rdfs:comment "Sport training sub-domain for BAN application."@en ;
-                              rdfs:label "Sport Training"@en .
+                     rdfs:comment "Sport training sub-domain for BAN application."@en ;
+                     rdfs:label "Sport Training"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Telemedicine
 s4ehaw:Telemedicine rdf:type owl:NamedIndividual ,
                              s4ehaw:BanApplicationDomain ;
-                             rdfs:comment "Telemedicine sub-domain for BAN application."@en ;
-                             rdfs:label "Telemedicine"@en .
-			     
+                    rdfs:comment "Telemedicine sub-domain for BAN application."@en ;
+                    rdfs:label "Telemedicine"@en .
+
 
 ###  https://saref.etsi.org/saref4ehaw/Undereating
 s4ehaw:Undereating rdf:type owl:NamedIndividual ,
                             s4ehaw:Habit ;
-                            rdfs:comment "Undereating habit (User level)."@en ;
-                            rdfs:label "Undereating"@en .
-
-
-###  https://saref.etsi.org/saref4ehaw/OcularImpairment
-s4ehaw:OcularImpairment rdf:type owl:NamedIndividual ,
-                                 s4ehaw:Impairment ;
-                                 rdfs:comment "Ocular impairment (User level)."@en ;
-                                 rdfs:label "Ocular impairment"@en .
+                   rdfs:comment "Undereating habit (User level)."@en ;
+                   rdfs:label "Undereating"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/Walking
 s4ehaw:Walking rdf:type owl:NamedIndividual ,
                         s4ehaw:Posture ;
-                        rdfs:comment "Posture of a walking user."@en ;
-                        rdfs:label "Walking"@en .
-
-
-###  https://saref.etsi.org/saref4ehaw/Young
-s4ehaw:Young rdf:type owl:NamedIndividual ,
-                      s4ehaw:AgeCategory ;
-                      rdfs:comment "Young, one user age category."@en ;
-                      rdfs:label "Young"@en .
-
-###  https://saref.etsi.org/saref4ehaw/ArmpitLocation
-s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual ,
-                      s4ehaw:BodySurfaceLocation ;
-                      rdfs:comment "Armpit location, a user body surface location."@en ;
-                      rdfs:label "Armpit location"@en .
-
-
-###  https://saref.etsi.org/saref4ehaw/Asthma
-s4ehaw:Asthma rdf:type owl:NamedIndividual ,
-                       s4ehaw:ChronicDisease ;
-                       rdfs:comment "Asthma, a chronical disease that some users can have."@en ;
-                       rdfs:label "Asthma"@en .
-
-
-###  https://saref.etsi.org/saref4ehaw/Diabetes
-s4ehaw:Diabetes rdf:type owl:NamedIndividual ,
-                         s4ehaw:ChronicDisease ;
-                         rdfs:comment "Diabetes, a chronical disease that some users can have."@en ;
-                         rdfs:label "Diabetes"@en .
+               rdfs:comment "Posture of a walking user."@en ;
+               rdfs:label "Walking"@en .
 
 
 ###  https://saref.etsi.org/saref4ehaw/WristLocation
 s4ehaw:WristLocation rdf:type owl:NamedIndividual ,
-                     s4ehaw:BodySurfaceLocation ;
+                              s4ehaw:BodySurfaceLocation ;
                      rdfs:comment "Wrist, a user body surface location."@en ;
                      rdfs:label "Wrist location"@en .
 
 
-###  https://saref.etsi.org/saref4ehaw/Prevention
-s4ehaw:Prevention rdf:type owl:NamedIndividual ,
-                           s4ehaw:BanApplicationDomain ;
-                           rdfs:comment "Prevention sub-domain (e.g. preventive health) for BAN application."@en ;
-                           rdfs:label "Prevention"@en .
+###  https://saref.etsi.org/saref4ehaw/Young
+s4ehaw:Young rdf:type owl:NamedIndividual ,
+                      s4ehaw:AgeCategory ;
+             rdfs:comment "Young, one user age category."@en ;
+             rdfs:label "Young"@en .
 
 
-###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi