Unverified Commit 4b361869 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

model chronic diseases as states. closes #22

parent 2efe62fa
Loading
Loading
Loading
Loading
Loading
+15 −29
Original line number Diff line number Diff line
@@ -328,14 +328,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 .


#################################################################
#    Data properties
#################################################################
@@ -801,14 +793,6 @@ s4ehaw:Caregiver rdf:type owl:Class ;
                 rdfs:label "Caregiver"@en .



###  https://saref.etsi.org/saref4ehaw/ChronicDisease
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  ;
                             rdfs:comment "The communication protocol, e.g. BLE, serial, Ethernet..."@en ;
@@ -1156,19 +1140,6 @@ s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual ,
                      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 .


###  https://saref.etsi.org/saref4ehaw/WristLocation
s4ehaw:WristLocation rdf:type owl:NamedIndividual ,
@@ -1297,5 +1268,20 @@ s4ehaw:OcularImpairment rdf:type saref:StateValue ;
  rdfs:label "Ocular impairment"@en .


###  https://saref.etsi.org/saref4ehaw/ChronicDisease
s4ehaw:ChronicDisease rdf:type saref:State ;
  rdfs:comment "For chronic disease modelling, e.g. diabetes, asthma..."@en ;
  rdfs:label "Chronic disease"@en .

s4ehaw:Asthma rdf:type saref:StateValue ;
  saref:isValueOfState s4ehaw:ChronicDisease ;
  rdfs:comment "Asthma, a chronical disease that some users can have."@en ;
  rdfs:label "Asthma"@en .

s4ehaw:Diabetes rdf:type saref:StateValue ;
  saref:isValueOfState s4ehaw:ChronicDisease ;
  rdfs:comment "Diabetes, a chronical disease that some users can have."@en ;
  rdfs:label "Diabetes"@en .


###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi