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

New version addressing issues from Raul Garcia Castro.

parent 8c213d5e
No related branches found
No related tags found
No related merge requests found
......@@ -94,14 +94,11 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################
### https://saref.etsi.org/saref4ehaw/consistsOf
s4ehaw:consistsOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf saref:consistsOf ;
rdfs:domain s4ehaw:HealthDevice ;
rdfs:range s4ehaw:HealthDevice ;
rdfs:comment "An eHealth device can be a composite health device that consists of one or multiple sub-devices."@en ;
rdfs:label "consists of"@en .
### 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 ;
rdfs:isDefinedBy saref: ;
rdfs:label "consists of"@en .
### https://saref.etsi.org/saref4ehaw/contains
......@@ -128,6 +125,14 @@ s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
rdfs:label "has activity"@en .
### https://saref.etsi.org/saref4ehaw/hasAgeCategory
s4ehaw:hasAgeCategory rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:HealthActor ;
rdfs:range s4ehaw:AgeCategory;
rdfs:comment "The age group of a health actor, i.e. old or young."@en ;
rdfs:label "has age category"@en .
### https://saref.etsi.org/saref4ehaw/hasBanApplicationDomain
s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:Ban ;
......@@ -136,19 +141,19 @@ s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ;
rdfs:label "has ban application domain"@en .
### https://saref.etsi.org/saref4ehaw/hasBanCommunicationFunction
s4ehaw:hasBanCommunicationFunction rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4ehaw/hasBanCommunicationType
s4ehaw:hasBanCommunicationType rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:Ban ;
rdfs:range s4ehaw:BanCommunicationFunction ;
rdfs:comment "A BAN has a BAN communication function that is the type of communication carried out between BAN devices and BAN Hub."@en ;
rdfs:label "has BAN communication function"@en .
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/hasComputingPower
s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:domain s4ehaw:DeviceCharacteristic ;
rdfs:range s4ehaw:ComputingPower ;
rdfs:comment "A health device type has computing power describing the processing power or capabilities of the device (e.g. processor ID and manufacturer, duty cycle, available flash/RM memory, maximum flash/RAM memory...)."@en ;
rdfs:comment "A health device characteristic describing the processing power or capabilities of the device (e.g. processor ID and manufacturer, duty cycle, available flash/RM memory, maximum flash/RAM memory...)."@en ;
rdfs:label "has computing power"@en .
......@@ -176,12 +181,12 @@ s4ehaw:hasData rdf:type owl:ObjectProperty ;
rdfs:label "has data"@en .
### https://saref.etsi.org/saref4ehaw/hasDeviceType
s4ehaw:hasDeviceType rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic
s4ehaw:hasDeviceCharacteristic rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:HealthDevice ;
rdfs:range s4ehaw:DeviceType ;
rdfs:comment "A health device has a device type describing the physical characteristics of the health device."@en ;
rdfs:label "has device type"@en .
rdfs:range s4ehaw:DeviceCharacteristic ;
rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ;
rdfs:label "has device characteristic"@en .
### https://saref.etsi.org/saref4ehaw/hasHabit
......@@ -220,7 +225,7 @@ s4ehaw:hasInterface rdf:type owl:ObjectProperty ;
s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:HealthDevice ;
rdfs:range s4ehaw:Location ;
rdfs:comment "The location of an eHealth device, i.e. its position against the body (on ¡V body surface ¡V or in the body ¡V implant ¡V) and its physical location (i.e. its postal address and/or its current geolocation geolocation when available)."@en ;
rdfs:comment "The location of an eHealth device, i.e. its position against the body (on body surface or in the body - implant -) and its physical location (i.e. its postal address and/or its current geolocation geolocation when available)."@en ;
rdfs:label "has location"@en .
......@@ -234,9 +239,9 @@ s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4ehaw/hasMode
s4ehaw:hasMode rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:domain s4ehaw:DeviceCharacteristic ;
rdfs:range s4ehaw:Mode ;
rdfs:comment "Each device type has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, parked, sleeping..."@en ;
rdfs:comment "Each device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, parked, sleeping..."@en ;
rdfs:label "has mode"@en .
......@@ -282,9 +287,9 @@ s4ehaw:hasPosture rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4ehaw/hasPowerSource
s4ehaw:hasPowerSource rdf:type owl:ObjectProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:domain s4ehaw:DeviceCharesteristic ;
rdfs:range s4ehaw:PowerSource ;
rdfs:comment "A health device type has power sources, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not, available power level...)."@en ;
rdfs:comment "A health device characteristic is its power sources, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not, available power level...)."@en ;
rdfs:label "has power source"@en .
......@@ -396,22 +401,6 @@ s4ehaw:activityKind rdf:type owl:DatatypeProperty ;
rdfs:label "activity kind"@en .
### https://saref.etsi.org/saref4ehaw/ageCategory
s4ehaw:ageCategory rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:HealthActor ;
rdfs:range [ rdf:type rdfs:Datatype ;
owl:oneOf [ rdf:type rdf:List ;
rdf:first "old" ;
rdf:rest [ rdf:type rdf:List ;
rdf:first "young" ;
rdf:rest rdf:nil
]
]
] ;
rdfs:comment "The age group of a health actor, i.e. old or young."@en ;
rdfs:label "age category"@en .
### https://saref.etsi.org/saref4ehaw/availableFlash
s4ehaw:availableFlash rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:HealthDevice ;
......@@ -446,23 +435,23 @@ s4ehaw:dataSize rdf:type owl:DatatypeProperty ;
### 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 .
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/deviceTypeName
s4ehaw:deviceTypeName rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:range xsd:string ;
rdfs:comment "The commercial name of a device."@en ;
rdfs:label "device type name"@en .
### https://saref.etsi.org/saref4ehaw/deviceCharacteristicName
s4ehaw:deviceCharacteristicName rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:DeviceCharacteristic ;
rdfs:range xsd:string ;
rdfs:comment "The commercial name of a device."@en ;
rdfs:label "device characteristic name"@en .
### https://saref.etsi.org/saref4ehaw/dimension
s4ehaw:dimension rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:domain s4ehaw:DeviceCharacteristic ;
rdfs:range xsd:string ;
rdfs:comment "The dimension of the device i.e. height*weight*length."@en ;
rdfs:label "dimension"@en .
......@@ -583,6 +572,13 @@ 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 ;
......@@ -685,14 +681,6 @@ s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
rdfs:label "lifetime"@en .
### https://saref.etsi.org/saref4ehaw/manufacturer
s4ehaw:manufacturer rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:ComputingPower ;
rdfs:range xsd:string ;
rdfs:comment "The manufacturer name of the embedded processor of a health device, e.g. Intel."@en ;
rdfs:label "manufacturer"@en .
### https://saref.etsi.org/saref4ehaw/maximumFlash
s4ehaw:maximumFlash rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:ComputingPower ;
......@@ -807,9 +795,9 @@ s4ehaw:sampleTime rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4ehaw/sendingFrequency
s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:PeriodicBanCommunicationFunction ;
rdfs:domain s4ehaw:PeriodicBanCommunicationType ;
rdfs:range xsd:float ;
rdfs:comment "Defines the sending frequency (in ms) at an health device level."@en ;
rdfs:comment "Defines the sending frequency (in ms), at an health device level, in case of pariodic BAN communication type."@en ;
rdfs:label "sending frequency"@en .
......@@ -858,7 +846,7 @@ s4ehaw:banTopology rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4ehaw/velocity
s4ehaw:velocity rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:DeviceType ;
rdfs:domain s4ehaw:DeviceCharacteristic ;
rdfs:range xsd:float ;
rdfs:comment "The velocity of a moving device (in m/s)."@en ;
rdfs:label "velocity"@en .
......@@ -882,6 +870,12 @@ s4ehaw:Activity rdf:type owl:Class ;
rdfs:label "Activity"@en .
### https://saref.etsi.org/saref4ehaw/AgeCategory
s4ehaw:AgeCategory rdf:type owl:Class ;
rdfs:comment "The age group of a health actor, i.e. old or young."@en ;
rdfs:label "Age category"@en .
### https://saref.etsi.org/saref4ehaw/AlarmCommand
s4ehaw:AlarmCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
......@@ -929,10 +923,10 @@ s4ehaw:ChronicDisease rdf:type owl:Class ;
rdfs:label "Chronic disease"@en .
### https://saref.etsi.org/saref4ehaw/BanCommunicationFunction
s4ehaw:BanCommunicationFunction rdf:type owl:Class ;
rdfs:comment "The BAN communication function way of working, i.e. periodic, event driven or on request."@en ;
rdfs:label "BAN Communication function"@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
......@@ -967,17 +961,17 @@ s4ehaw:Data rdf:type owl:Class ;
rdfs:label "Data"@en .
### https://saref.etsi.org/saref4ehaw/DeviceType
s4ehaw:DeviceType rdf:type owl:Class ;
rdfs:comment "A health device has a device type describing the physical characteristics of the health device."@en ;
rdfs:label "Device type"@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 characreristic"@en .
### https://saref.etsi.org/saref4ehaw/EventDrivenBanCommunicationFunction
s4ehaw:EventDrivenBanCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationFunction ;
rdfs:comment "BAN communication function way of working of the type event driven."@en ;
rdfs:label "Event driven BAN communication function"@en .
### https://saref.etsi.org/saref4ehaw/EventDrivenBanCommunicationType
s4ehaw:EventDrivenBanCommunicationType rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationType ;
rdfs:comment "BAN communication function way of working of the type event driven."@en ;
rdfs:label "Event driven BAN communication type"@en .
### https://saref.etsi.org/saref4ehaw/FunctionalDevice
......@@ -1094,11 +1088,11 @@ s4ehaw:NocturnalActivity rdf:type owl:Class ;
rdfs:label "Nocturnal activity"@en .
### https://saref.etsi.org/saref4ehaw/OnRequestBanCommunicationFunction
s4ehaw:OnRequestBanCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationFunction ;
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/OnRequestBanCommunicationType
s4ehaw:OnRequestBanCommunicationType rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationType ;
rdfs:comment "BAN communication function way of working of the type on request."@en ;
rdfs:label "On request BAN communication type"@en .
### https://saref.etsi.org/saref4ehaw/OperatingConstraint
......@@ -1114,11 +1108,11 @@ s4ehaw:Patient rdf:type owl:Class ;
rdfs:label "Patient"@en .
### https://saref.etsi.org/saref4ehaw/PeriodicBanCommunicationFunction
s4ehaw:PeriodicBanCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationFunction ;
rdfs:comment "BAN communication function way of working of the type periodic."@en ;
rdfs:label "Periodic BAN communication function"@en .
### https://saref.etsi.org/saref4ehaw/PeriodicBanCommunicationType
s4ehaw:PeriodicBanCommunicationType rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:BanCommunicationType ;
rdfs:comment "BAN communication function way of working of the type periodic."@en ;
rdfs:label "Periodic BAN communication type"@en .
### https://saref.etsi.org/saref4ehaw/PhysicalLocation
......@@ -1130,6 +1124,7 @@ s4ehaw:PhysicalLocation rdf:type owl:Class ;
### https://saref.etsi.org/saref4ehaw/Posture
s4ehaw:Posture rdf:type owl:Class ;
rdfs:subClassOf saref:Property ;
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 .
......@@ -1257,223 +1252,204 @@ s4envi:FrequencyUnit rdf:type owl:Class .
# Individuals
#################################################################
### 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
s4ehaw:alcoholDrinking rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/assistedLiving
### 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 .
### https://saref.etsi.org/saref4ehaw/auralImpairment
s4ehaw:auralImpairment rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/emergency
s4ehaw:emergency rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/exercising
s4ehaw:exercising rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/healthcare
s4ehaw:healthcare rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/intellectualImpairment
s4ehaw:intellectualImpairment rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/lying
s4ehaw:lying rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/mobilityImpairment
s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/ocularImpairment
s4ehaw:ocularImpairment rdf:type owl:NamedIndividual ,
### 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
s4ehaw:overeating rdf:type owl:NamedIndividual ,
### 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 .
### 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 .
### https://saref.etsi.org/saref4ehaw/pervasiveComputing
s4ehaw:pervasiveComputing rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/running
s4ehaw:running rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/safety
s4ehaw:safety rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/sitting
s4ehaw:sitting rdf:type owl:NamedIndividual ,
### 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 .
### 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/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
s4ehaw:smoking rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/sportTraining
s4ehaw:sportTraining rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/telemedicine
s4ehaw:telemedicine rdf:type owl:NamedIndividual ,
### 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 .
### https://saref.etsi.org/saref4ehaw/undereating
s4ehaw:undereating rdf:type owl:NamedIndividual ,
### 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 ,
### 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 .
### https://saref.etsi.org/saref4ehaw/walking
s4ehaw:walking rdf:type owl:NamedIndividual ,
### 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/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/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/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 ,
### 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/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 .
### https://saref.etsi.org/saref4ehaw/wristLocation
s4ehaw:wristLocation rdf:type owl:NamedIndividual ,
s4ehaw:BodySurfaceLocation ;
rdfs:comment "Wrist, a user body surface location."@en ;
rdfs:label "Wrist location"@en .
### 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 .
### https://saref.etsi.org/saref4ehaw/degreeCelsius
s4ehaw:degreeCelsius rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure ;
rdfs:comment "Degree celsius, a unit of measure often used in eHealth, e.g. for body temperature."@en ;
rdfs:label "Degree celsius"@en .
### 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 .
### https://saref.etsi.org/saref4ehaw/WristLocation
s4ehaw:WristLocation rdf:type owl:NamedIndividual ,
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 ,
### 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 .
......
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