Skip to content
Snippets Groups Projects
Commit 04d642c2 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

New version addressing issues #49 from Maxime Lefrançois.

parent 20a3a5c1
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ s4ehaw:hasHub rdf:type owl:ObjectProperty ; ...@@ -204,7 +204,7 @@ s4ehaw:hasHub rdf:type owl:ObjectProperty ;
s4ehaw:hasImpairment rdf:type owl:ObjectProperty ; s4ehaw:hasImpairment rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:User ; rdfs:domain s4ehaw:User ;
rdfs:range s4ehaw:Impairment ; rdfs:range s4ehaw:Impairment ;
rdfs:comment "The impairment type of a user and a patient (as sub-class of user it also inherits habit), e.g. deaf, hearing, handling, visual, mobility..."@en ; rdfs:comment "The impairment type of a user and a patient (as sub-class of user it also inherits impairment), e.g. aural, skeletal, ocular, mobility, intellectual..."@en ;
rdfs:label "has impairment"@en . rdfs:label "has impairment"@en .
...@@ -567,12 +567,12 @@ s4ehaw:hasGender rdf:type owl:DatatypeProperty ; ...@@ -567,12 +567,12 @@ s4ehaw:hasGender rdf:type owl:DatatypeProperty ;
rdfs:label "has gender"@en . rdfs:label "has gender"@en .
### https://saref.etsi.org/saref4ehaw/hasGeolocation ### https://saref.etsi.org/saref4ehaw/banGeolocation
s4ehaw:hasGeolocation rdf:type owl:DatatypeProperty ; s4ehaw:banGeolocation rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:Ban ; rdfs:domain s4ehaw:Ban ;
rdfs:range xsd:string ; 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 - of the patient wearing the BAN."@en ; rdfs:comment "The geolocation of the BAN, when available and needed, shall be given relatively to the current location - geolocation as standardized ISO 6709 - of the patient wearing the BAN."@en ;
rdfs:label "has geolocation"@en . rdfs:label "BAN geolocation"@en .
### https://saref.etsi.org/saref4ehaw/hasInput ### https://saref.etsi.org/saref4ehaw/hasInput
...@@ -809,7 +809,7 @@ s4ehaw:sampleTime rdf:type owl:DatatypeProperty ; ...@@ -809,7 +809,7 @@ s4ehaw:sampleTime rdf:type owl:DatatypeProperty ;
s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ; s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:PeriodicBanCommunicationFunction ; rdfs:domain s4ehaw:PeriodicBanCommunicationFunction ;
rdfs:range xsd:float ; rdfs:range xsd:float ;
rdfs:comment "Defines the sending frequency at an health device level."@en ; rdfs:comment "Defines the sending frequency (in ms) at an health device level."@en ;
rdfs:label "sending frequency"@en . rdfs:label "sending frequency"@en .
...@@ -1037,7 +1037,7 @@ s4ehaw:Helper rdf:type owl:Class ; ...@@ -1037,7 +1037,7 @@ s4ehaw:Helper rdf:type owl:Class ;
### https://saref.etsi.org/saref4ehaw/Impairment ### https://saref.etsi.org/saref4ehaw/Impairment
s4ehaw:Impairment rdf:type owl:Class ; s4ehaw:Impairment rdf:type owl:Class ;
rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. deaf impairment, hearing impairment, handling impairment, visual impairment, blindI impairment, mobility impairment..."@en ; rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. aural impairment, skeletal impairment, ocular impairment, mobility impairment, intellectual impairment. Those non exhaustive impairments are compatible with the World Health Organization classification"@en ;
rdfs:label "Impairment" . rdfs:label "Impairment" .
...@@ -1276,18 +1276,11 @@ s4ehaw:assistedLiving rdf:type owl:NamedIndividual , ...@@ -1276,18 +1276,11 @@ s4ehaw:assistedLiving rdf:type owl:NamedIndividual ,
rdfs:label "Assisted Living"@en . rdfs:label "Assisted Living"@en .
### https://saref.etsi.org/saref4ehaw/blindImpairment ### https://saref.etsi.org/saref4ehaw/auralImpairment
s4ehaw:blindImpairment rdf:type owl:NamedIndividual , s4ehaw:auralImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment ; s4ehaw:Impairment ;
rdfs:comment "Bling impairment (User level)."@en ; rdfs:comment "Aural impairment (User level), i.e. impairments of auditory sensitivity."@en ;
rdfs:label "Blind impairment"@en . rdfs:label "Aural impairment"@en .
### https://saref.etsi.org/saref4ehaw/deafImpairment
s4ehaw:deafImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment ;
rdfs:comment "Deaf impairment (User level)."@en ;
rdfs:label "Deaf impairment"@en .
### https://saref.etsi.org/saref4ehaw/emergency ### https://saref.etsi.org/saref4ehaw/emergency
...@@ -1304,13 +1297,6 @@ s4ehaw:exercising rdf:type owl:NamedIndividual , ...@@ -1304,13 +1297,6 @@ s4ehaw:exercising rdf:type owl:NamedIndividual ,
rdfs:label "Exercising"@en . rdfs:label "Exercising"@en .
### https://saref.etsi.org/saref4ehaw/handlingImpairment
s4ehaw:handlingImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment ;
rdfs:comment "Handling impairment (User level)."@en ;
rdfs:label "Handling Impairment"@en .
### https://saref.etsi.org/saref4ehaw/healthcare ### https://saref.etsi.org/saref4ehaw/healthcare
s4ehaw:healthcare rdf:type owl:NamedIndividual , s4ehaw:healthcare rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain ; s4ehaw:BanApplicationDomain ;
...@@ -1318,11 +1304,11 @@ s4ehaw:healthcare rdf:type owl:NamedIndividual , ...@@ -1318,11 +1304,11 @@ s4ehaw:healthcare rdf:type owl:NamedIndividual ,
rdfs:label "Healthcare"@en . rdfs:label "Healthcare"@en .
### https://saref.etsi.org/saref4ehaw/hearingImpairment ### https://saref.etsi.org/saref4ehaw/intellectualImpairment
s4ehaw:hearingImpairment rdf:type owl:NamedIndividual , s4ehaw:intellectualImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment ; s4ehaw:Impairment ;
rdfs:comment "Hearing impairment (User level)."@en ; rdfs:comment "Skeletal impairment (User level), e.g. ..."@en ;
rdfs:label "Hearing impairment"@en . rdfs:label "Intellectual impairment"@en .
### https://saref.etsi.org/saref4ehaw/lying ### https://saref.etsi.org/saref4ehaw/lying
...@@ -1339,6 +1325,13 @@ s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual , ...@@ -1339,6 +1325,13 @@ s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual ,
rdfs:label "Mobility impairment"@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 .
### https://saref.etsi.org/saref4ehaw/overeating ### https://saref.etsi.org/saref4ehaw/overeating
s4ehaw:overeating rdf:type owl:NamedIndividual , s4ehaw:overeating rdf:type owl:NamedIndividual ,
s4ehaw:Habit ; s4ehaw:Habit ;
...@@ -1374,6 +1367,13 @@ s4ehaw:sitting rdf:type owl:NamedIndividual , ...@@ -1374,6 +1367,13 @@ s4ehaw:sitting rdf:type owl:NamedIndividual ,
rdfs:label "Sitting"@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 .
### https://saref.etsi.org/saref4ehaw/smoking ### https://saref.etsi.org/saref4ehaw/smoking
s4ehaw:smoking rdf:type owl:NamedIndividual , s4ehaw:smoking rdf:type owl:NamedIndividual ,
s4ehaw:Habit ; s4ehaw:Habit ;
...@@ -1402,11 +1402,11 @@ s4ehaw:undereating rdf:type owl:NamedIndividual , ...@@ -1402,11 +1402,11 @@ s4ehaw:undereating rdf:type owl:NamedIndividual ,
rdfs:label "Undereating"@en . rdfs:label "Undereating"@en .
### https://saref.etsi.org/saref4ehaw/visualImpairment ### https://saref.etsi.org/saref4ehaw/ocularImpairment
s4ehaw:visualImpairment rdf:type owl:NamedIndividual , s4ehaw:ocularImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment ; s4ehaw:Impairment ;
rdfs:comment "Visual impairment (User level)."@en ; rdfs:comment "Ocular impairment (User level)."@en ;
rdfs:label "Visual impairment"@en . rdfs:label "Ocular impairment"@en .
### https://saref.etsi.org/saref4ehaw/walking ### https://saref.etsi.org/saref4ehaw/walking
......
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