Skip to content
saref4ehaw.ttl 70.4 KiB
Newer Older
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                   rdfs:comment "The eHealth system actors like e.g. caregivers, patients, users, helpers..."@en ;
                   rdfs:label "Health actor"@en .
###  https://saref.etsi.org/saref4ehaw/HealthActuator
moreiraj's avatar
moreiraj committed
s4ehaw:HealthActuator rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                      owl:equivalentClass saref:Actuator ;
                      rdfs:subClassOf s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:comment "Health-related Actuator, equivalent to SAREF Actuator"@en ;
                      rdfs:label "Health actuator"@en .
###  https://saref.etsi.org/saref4ehaw/HealthDevice
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:HealthDevice rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:subClassOf saref:FunctionRelated ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:comment "Health Devices, e.g. BAN hub, health sensor/actuator/Wereable."@en ;
                    rdfs:label "Health Device"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

###  https://saref.etsi.org/saref4ehaw/HealthSensor
moreiraj's avatar
moreiraj committed
s4ehaw:HealthSensor rdf:type owl:Class ;
                    owl:equivalentClass saref:Sensor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:subClassOf s4ehaw:HealthDevice ;
		    rdfs:comment "Health-related Sensor, equivalent to SAREF Sensor."@en ;
                    rdfs:label "Health sensor"@en .
###  https://saref.etsi.org/saref4ehaw/HealthWearable
moreiraj's avatar
moreiraj committed
s4ehaw:HealthWearable rdf:type owl:Class ;
                      owl:equivalentClass s4wear:Wearable ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:subClassOf s4ehaw:HealthDevice ;
		      rdfs:comment  "Health-related Wearable, equivalent to SAREF4WEAR Wearable." @en ;
                      rdfs:label "Health wereable"@en .
###  https://saref.etsi.org/saref4ehaw/Helper
moreiraj's avatar
moreiraj committed
s4ehaw:Helper rdf:type owl:Class ;
              rdfs:subClassOf s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:comment "Helper of partients/users of a health system, e.g. a patient's relative."@en ;
              rdfs:label "Helper"@en .
###  https://saref.etsi.org/saref4ehaw/Impairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Impairment rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                  rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. deaf impairment, hearing impairement, handling impairment, visual impairement, blindI impairement, mobility impairement..."@en ;
                  rdfs:label "Impairment" .
###  https://saref.etsi.org/saref4ehaw/ImplantLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ImplantLocation rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                       rdfs:subClassOf s4ehaw:Location ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                       rdfs:comment "Implant Device (i.e. in body health device) position."@en ;
                       rdfs:label "Implant location"@en .
###  https://saref.etsi.org/saref4ehaw/Interface
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Interface rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ;
                 rdfs:label "Interface"@en .
###  https://saref.etsi.org/saref4ehaw/LegalConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:LegalConstraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                       rdfs:subClassOf s4ehaw:Constraint ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                       rdfs:comment "An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en ;
                       rdfs:label "Legal constraint"@en .
###  https://saref.etsi.org/saref4ehaw/Location
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Location rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:comment "The location, i.e. a position against the body (on - body surface – or in the body – implant –) and a physical location (i.e. a postal address and/or a current geolocation geolocation when available)."@en ;
                rdfs:label "Location"@en .
###  https://saref.etsi.org/saref4ehaw/MeasurementCollectionSession
moreiraj's avatar
moreiraj committed
s4ehaw:MeasurementCollectionSession rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                    rdfs:subClassOf saref:Task ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                    rdfs:comment "Task in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wereable, ECG Device...) and a health actor (mainly a caregiver)."@en ;
                                    rdfs:label "Measurement collection session"@en .
###  https://saref.etsi.org/saref4ehaw/MeasurementFunction
moreiraj's avatar
moreiraj committed
s4ehaw:MeasurementFunction rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           rdfs:subClassOf saref:Function ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           rdfs:comment "The functionality necessary to accomplish the measurement task for which a measurement-related health Device (e.g. Sensor, Wereable, ECG Device...) is designed for, e.g. a heart rate measurement function. "@en ;
                           rdfs:label "Measurement function"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Mode rdf:type owl:Class ;
            rdfs:comment "The dynamic characteristics of a eHealth Device that vary during its lifetime or its BAN lifetime."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:label "Mode"@en .
###  https://saref.etsi.org/saref4ehaw/NocturnalActivity
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:NocturnalActivity rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                         rdfs:subClassOf s4ehaw:Activity ;
                         rdfs:comment "The patient/user activities that occur during the night."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:label "Nocturnal activity"@en .
###  https://saref.etsi.org/saref4ehaw/OnRequestBanCommunicationFunction
s4ehaw:OnRequestBanCommunicationFunction rdf:type owl:Class ;
                                      rdfs:subClassOf s4ehaw:BanCommunicationFunction ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                      rdfs:comment "BAN communication function way of working of the type on request."@en ;
                                      rdfs:label "On request BAN communication function"@en .
###  https://saref.etsi.org/saref4ehaw/OperatingConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:OperatingConstraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                           rdfs:subClassOf s4ehaw:Constraint ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           rdfs:comment "An empty container for describing the operating constraints of a device, e.g. recommended humidity and temperature range..."@en ;
                           rdfs:label "Operating constraint"@en .
###  https://saref.etsi.org/saref4ehaw/Patient
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Patient rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:subClassOf s4ehaw:User ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:comment "A user of the type patient, i.e. a cared-for person by one or multiple caregivers."@en ;
               rdfs:label "Patient"@en .
###  https://saref.etsi.org/saref4ehaw/PeriodicBanCommunicationFunction
s4ehaw:PeriodicBanCommunicationFunction rdf:type owl:Class ;
                                     rdfs:subClassOf s4ehaw:BanCommunicationFunction ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                     rdfs:comment "BAN communication function way of working of the type periodic."@en ;
                                     rdfs:label "Periodic BAN communication function"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

###  https://saref.etsi.org/saref4ehaw/PhysicalLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:PhysicalLocation rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:subClassOf s4ehaw:Location ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en ;
                        rdfs:label "Physical location"@en .
###  https://saref.etsi.org/saref4ehaw/Posture
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Posture rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@en ;
               rdfs:label "Posture"@en .
###  https://saref.etsi.org/saref4ehaw/PowerSource
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:PowerSource rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                   rdfs:comment "The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not...)."@en ;
                   rdfs:label "Power source"@en .
###  https://saref.etsi.org/saref4ehaw/ReminderCommand
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ReminderCommand rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                       rdfs:subClassOf saref:NotifyCommand ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                       rdfs:comment "Command used for sending reminder notifications to health actors, e.g. pationts, users or Caregivers."@en ;
                       rdfs:label "Reminder command"@en .
###  https://saref.etsi.org/saref4ehaw/ResponsibleParty
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ResponsibleParty rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:subClassOf s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem"@en ;
                        rdfs:label "Responsible party"@en .
###  https://saref.etsi.org/saref4ehaw/ServiceGrounding
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceGrounding rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:comment "How to access the service."@en ;
                        rdfs:label "Service grounding"@en .
###  https://saref.etsi.org/saref4ehaw/ServiceProcess
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceProcess rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:comment "How the service works."@en ;
                      rdfs:label "Service process"@en .
###  https://saref.etsi.org/saref4ehaw/ServiceProfile
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceProfile rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:comment "What the service does."@en ;
                      rdfs:label "Service profile"@en .
###  https://saref.etsi.org/saref4ehaw/TimeSeriesMeasurements
moreiraj's avatar
moreiraj committed
s4ehaw:TimeSeriesMeasurements rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                              rdfs:subClassOf saref:Measurement ,
moreiraj's avatar
moreiraj committed
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4envi:hasFrequencyMeasurement ;
                                                owl:allValuesFrom s4envi:FrequencyMeasurement
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4ehaw:hasValues ;
                                                owl:allValuesFrom xsd:float
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                              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." ;
                              rdfs:label "Time series measurements" .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:User rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:subClassOf s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:comment "A health actor (patient included) that can be equiped with BANs or health devices for monitoring, control, care (specific case of patients) or support purposes."@en ;
            rdfs:label "User"@en .
###  https://saref.etsi.org/saref4ehaw/ValidityConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ValidityConstraint rdf:type owl:Class ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:subClassOf s4ehaw:Constraint ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:comment "Data may have validity constraint such as allowable value range."@en ;
                          rdfs:label "Validity constraint"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Actuator
moreiraj's avatar
moreiraj committed
saref:Actuator rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Command
moreiraj's avatar
moreiraj committed
saref:Command rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Function
moreiraj's avatar
moreiraj committed
saref:Function rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/FunctionRelated
moreiraj's avatar
moreiraj committed
saref:FunctionRelated rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Measurement
moreiraj's avatar
moreiraj committed
saref:Measurement rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/NotifyCommand
moreiraj's avatar
moreiraj committed
saref:NotifyCommand rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Property
moreiraj's avatar
moreiraj committed
saref:Property rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Sensor
moreiraj's avatar
moreiraj committed
saref:Sensor rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Service
Marc Girod-Genet's avatar
Marc Girod-Genet committed
saref:Service rdf:type owl:Class .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/Task
moreiraj's avatar
moreiraj committed
saref:Task rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref/core/UnitOfMeasure
moreiraj's avatar
moreiraj committed
saref:UnitOfMeasure rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref4envi/Frequency
s4envi:Frequency rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref4envi/FrequencyMeasurement
s4envi:FrequencyMeasurement rdf:type owl:Class ;
                            rdfs:comment "Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                            rdfs:isDefinedBy s4envi: ;
                            rdfs:label "Frequency measurement"@en .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref4envi/FrequencyUnit
s4envi:FrequencyUnit rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
#################################################################
#    Individuals
#################################################################
moreiraj's avatar
moreiraj committed
###  http://www.wurvoc.org/vocabularies/om-1.8/hertz
<http://www.wurvoc.org/vocabularies/om-1.8/hertz> rdf:type owl:NamedIndividual ,
                                                           s4envi:FrequencyUnit .
###  https://saref.etsi.org/saref4ehaw/alcoholDrinking
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:alcoholDrinking rdf:type owl:NamedIndividual ,
                                s4ehaw:Habit ;
                                rdfs:comment "Alcohol drinking habit (User level)."@en ;
                                rdfs:label "Alcohol drinking"@en .
###  https://saref.etsi.org/saref4ehaw/assistedLiving
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:assistedLiving rdf:type owl:NamedIndividual ,
                               s4ehaw:BanApplicationDomain ;
                               rdfs:comment "Assisted Living sub-domain for BAN application."@en ;
                               rdfs:label "Assisted Living"@en .
###  https://saref.etsi.org/saref4ehaw/blindImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:blindImpairment rdf:type owl:NamedIndividual ,
                                s4ehaw:Impairment ;
                                rdfs:comment "Bling impairment (User level)."@en ;
                                rdfs:label "Blind impairment"@en .
###  https://saref.etsi.org/saref4ehaw/deafImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
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
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:emergency rdf:type owl:NamedIndividual ,
                          s4ehaw:BanApplicationDomain ;
                          rdfs:comment "Emergency sub-domain for BAN application."@en ;
                          rdfs:label "Emergency"@en .
###  https://saref.etsi.org/saref4ehaw/exercising
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:exercising rdf:type owl:NamedIndividual ,
                           s4ehaw:Posture ;
                           rdfs:comment "Posture of user doing exercises."@en ;
                           rdfs:label "Exercising"@en .
###  https://saref.etsi.org/saref4ehaw/handlingImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
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
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:healthcare rdf:type owl:NamedIndividual ,
                           s4ehaw:BanApplicationDomain ;
                           rdfs:comment "Healthcare domain for BAN application."@en ;
                           rdfs:label "Healthcare"@en .
###  https://saref.etsi.org/saref4ehaw/hearingImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hearingImpairment rdf:type owl:NamedIndividual ,
                                  s4ehaw:Impairment ;
                                  rdfs:comment "Hearing impairment (User level)."@en ;
                                  rdfs:label "Hearing impairment"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:lying rdf:type owl:NamedIndividual ,
                      s4ehaw:Posture ;
                      rdfs:comment "Posture of a lying user."@en ;
                      rdfs:label "Lying"@en .
###  https://saref.etsi.org/saref4ehaw/mobilityImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual ,
                                   s4ehaw:Impairment ;
                                   rdfs:comment "Mobility impairment (User level)."@en ;
                                   rdfs:label "Mobility impairment"@en .
moreiraj's avatar
moreiraj committed

###  https://saref.etsi.org/saref4ehaw/overeating
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:overeating rdf:type owl:NamedIndividual ,
                           s4ehaw:Habit ;
                           rdfs:comment "Overeating habit (User level)."@en ;
                           rdfs:label "Overeating"@en .
###  https://saref.etsi.org/saref4ehaw/pervasiveComputing
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:pervasiveComputing rdf:type owl:NamedIndividual ,
                                   s4ehaw:BanApplicationDomain ;
                                   rdfs:comment "Pervasive computing sub-domain for BAN application."@en ;
                                   rdfs:label "Pervasive computing"@en .
###  https://saref.etsi.org/saref4ehaw/running
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:running rdf:type owl:NamedIndividual ,
                        s4ehaw:Posture ;
                        rdfs:comment "Posture of a running user."@en ;
                        rdfs:label "Running"@en .
###  https://saref.etsi.org/saref4ehaw/safety
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:safety rdf:type owl:NamedIndividual ,
                       s4ehaw:BanApplicationDomain ;
                       rdfs:comment "Safety sub-domain for BAN application."@en ;
                       rdfs:label "Safety"@en .
###  https://saref.etsi.org/saref4ehaw/sitting
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sitting rdf:type owl:NamedIndividual ,
                        s4ehaw:Posture ;
                        rdfs:comment "Posture of a sitting user."@en ;
                        rdfs:label "Sitting"@en .
###  https://saref.etsi.org/saref4ehaw/smoking
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:smoking rdf:type owl:NamedIndividual ,
                        s4ehaw:Habit ;
                        rdfs:comment "Smoking habit (User level)."@en ;
                        rdfs:label "Smoking"@en .
###  https://saref.etsi.org/saref4ehaw/sportTraining
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sportTraining rdf:type owl:NamedIndividual ,
                              s4ehaw:BanApplicationDomain ;
                              rdfs:comment "Sport training sub-domain for BAN application."@en ;
                              rdfs:label "Sport Training"@en .
###  https://saref.etsi.org/saref4ehaw/telemedicine
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:telemedicine rdf:type owl:NamedIndividual ,
                             s4ehaw:BanApplicationDomain ;
                             rdfs:comment "Telemedicine sub-domain for BAN application."@en ;
                             rdfs:label "Telemedicine"@en .
			     
moreiraj's avatar
moreiraj committed

###  https://saref.etsi.org/saref4ehaw/undereating
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:undereating rdf:type owl:NamedIndividual ,
                            s4ehaw:Habit ;
                            rdfs:comment "Undereating habit (User level)."@en ;
                            rdfs:label "Undereating"@en .
###  https://saref.etsi.org/saref4ehaw/visualImpairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:visualImpairment rdf:type owl:NamedIndividual ,
                                 s4ehaw:Impairment ;
                                 rdfs:comment "Visual impairment (User level)."@en ;
                                 rdfs:label "Visual impairment"@en .
###  https://saref.etsi.org/saref4ehaw/walking
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:walking rdf:type owl:NamedIndividual ,
                        s4ehaw:Posture ;
                        rdfs:comment "Posture of a walking user."@en ;
                        rdfs:label "Walking"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/Armpit
s4ehaw:Armpit rdf:type owl:NamedIndividual ,
                 s4ehaw:BodySurfaceLocation ;
                        rdfs:comment "Armpit, a user body surface location."@en ;
                        rdfs:label "Armpit"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/Azma
s4ehaw:Azma rdf:type owl:NamedIndividual ,
                     s4ehaw:ChronicDisease ;
                     rdfs:comment "Azma, a chronical disease that some users can have."@en ;
                     rdfs:label "Azma"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/Percent
s4ehaw:Percent rdf:type owl:NamedIndividual ,
                        saref:UnitOfMeasure ;
                        rdfs:comment "Percent, a unit of measure used in eHealth, e.g. for SPO2 level."@en ;
                        rdfs:label "Percent"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/Wrist
s4ehaw:Wrist rdf:type owl:NamedIndividual ,
                      s4ehaw:BodySurfaceLocation ;
                      rdfs:comment "Wrist, a user body surface location."@en ;
                      rdfs:label "Wrist"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/bpm
s4ehaw:bpm rdf:type owl:NamedIndividual ,
                    saref:UnitOfMeasure ;
                    rdfs:comment "bpm (beats per minute), a unit of measure used in eHealth."@en ;
                    rdfs:label "bpm"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/degreeCelcius
s4ehaw:degreeCelcius rdf:type owl:NamedIndividual ,
                              saref:UnitOfMeasure ;
                              rdfs:comment "Degree celcius, a unit of measure often used in eHealth, e.g. for body temperature."@en ;
                              rdfs:label "Degree celcius"@en .
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4ehaw/mmHG
s4ehaw:mmHG rdf:type owl:NamedIndividual ,
                     saref:UnitOfMeasure ;
                     rdfs:comment "mmHG (millimeter of mercury), a manometric unit of pressure used in eHealth for systolic blood pressure."@en ;
                     rdfs:label "mmHG"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi