saref4ehaw.ttl 76.9 KB
Newer Older
moreiraj's avatar
moreiraj committed
@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@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#> .
moreiraj's avatar
moreiraj committed
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
moreiraj's avatar
moreiraj committed
@prefix saref: <https://saref.etsi.org/saref/core/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix dcterms: <http://purl.org/dc/terms/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@base <https://saref.etsi.org/saref4ehaw/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
<https://saref.etsi.org/saref4ehaw/> rdf:type owl:Ontology ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 rdfs:label "SAREF4EHAW"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 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”,
 - Use case 2 “monitoring and support of healthy lifestyles for citizens”,
 - Use case 3 “Early Warning System (EWS) and Cardiovascular Accidents detection”.
 - Fulfil the eHealth Ageing Well related requirements provided in ETSI TR 103 509, mainly the ontological ones that were mostly taken as input for the ontology specification.
Marc Girod-Genet's avatar
Marc Girod-Genet committed
SAREF4EHAW mainly reuses the following existing ontologies: SAREF, ETSI SmartBAN reference model, SAREF 4 Environment extension, SAREF 4 Wearables extension, SAREF4health ontology which is a very first try to somehow extend SAREF ontology for the health vertical (it has nothing to do with ETSI SAREF4XYZ naming convention). The following figure presents the high level view of SAREF4EHAW ontology.
Marc Girod-Genet's avatar
Marc Girod-Genet committed
![SAREF4SYST overview](diagrams/SAREF4EHAW_Model.jpg)
Marc Girod-Genet's avatar
Marc Girod-Genet committed
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."""^^<http://www.iana.org/assignments/media-types/text/markdown> ;
                                 dcterms:issued "date when the document is online"^^xsd:date ;
                                 
                                 dcterms:modified "do not set this"^^xsd:date ;
                                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 dcterms:created "2019-01-01"^^xsd:date ;
                                 
                                 dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ;
                                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 owl:versionInfo "v1.1.1" ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed

                                 vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ;
				 
                                 vann:preferredNamespacePrefix "s4ehaw" ;
                                 
                                 dcterms:creator <http://www-public.imtbs-tsp.eu/~girodgen/> ;
                                 
                                 dcterms:contributor <http://www-public.imtbs-tsp.eu/~girodgen/> ,
Marc Girod-Genet's avatar
Marc Girod-Genet committed
	                                             <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/> ;
                                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 dcterms:source <https://forge.etsi.org/rep/SAREF/s4ehaw/> ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed

                                 rdfs:seeAlso <https://www.etsi.org/deliver/etsi_tr/103500_103599/103509/01.01.01_60/tr_103509v010101p.pdf> ;
                                 
                                 owl:imports <https://saref.etsi.org/saref/latest/saref.ttl> ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                 dcterms:publisher <https://www.etsi.org/> .


Marc Girod-Genet's avatar
Marc Girod-Genet committed

#################################################################
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#    Annotation properties
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/contributor
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:contributor rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/created
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:created rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/creator
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:creator rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/description
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:description rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/issued
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:issued rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/license
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:license rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/modified
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:modified rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/publisher
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:publisher rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/source
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:source rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/dc/terms/title
Marc Girod-Genet's avatar
Marc Girod-Genet committed
dcterms:title rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/vocab/vann/preferredNamespacePrefix
Marc Girod-Genet's avatar
Marc Girod-Genet committed
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/vocab/vann/preferredNamespaceUri
Marc Girod-Genet's avatar
Marc Girod-Genet committed
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


moreiraj's avatar
moreiraj committed
###  http://www.w3.org/1999/02/22-rdf-syntax-ns#comment

rdf:comment rdf:type owl:AnnotationProperty .



moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/isDescribedBy

s4ehaw:isDescribedBy rdf:type owl:AnnotationProperty ;
                     
                     rdfs:label "is described by"@en ;
                     
                     rdfs:comment "A service is described by a service process (how the service works)."@en ;
                     
                     rdfs:domain saref:Service .



###  https://saref.etsi.org/s4ehaw/presents

s4ehaw:presents rdf:type owl:AnnotationProperty ;
                
                rdfs:label "presents"@en ;
                
                rdfs:comment "A service presents a service profile (what the service does)."@en ;
                
                rdfs:domain saref:Service .



###  https://saref.etsi.org/s4ehaw/supports

s4ehaw:supports rdf:type owl:AnnotationProperty ;
                
                rdfs:label "supports"@en ;
                
                rdfs:comment "A service supports a service grounding (how to access the service)." ;
                
                rdfs:domain saref:Service .



###  https://saref.etsi.org/saref/core/accomplishes

saref:accomplishes rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/consistsOf

saref:consistsOf rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/hasTimestamp

saref:hasTimestamp rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/hasValue

saref:hasValue rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/isMeasuredIn

saref:isMeasuredIn rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/makesMeasurement

saref:makesMeasurement rdf:type owl:AnnotationProperty .



###  https://saref.etsi.org/saref/core/relatesToProperty

saref:relatesToProperty rdf:type owl:AnnotationProperty .





Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#    Object Properties
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/contains
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:contains rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "contains"@en ;
                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:comment "A Body Area Network or BAN contains one or multiple health devices"@en ;
moreiraj's avatar
moreiraj committed
                
                rdfs:domain s4ehaw:Ban ;
                
                rdfs:range s4ehaw:HealthDevice .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/followsUser

s4ehaw:followsUser rdf:type owl:ObjectProperty ;
               
               rdfs:label "follows user"@en ;
               
               rdfs:comment "A helper may follow one or multiple users that can in particular be patients."@en ;
               
               rdfs:range s4ehaw:Helper ;
               
               rdfs:domain saref:User .


Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasActivity
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                   
                   rdfs:label "has activity"@en ;
                   
                   rdfs:comment "A health actor may have one or multiple activities."@en ;
                   
                   rdfs:range s4ehaw:Activity ;
                   
                   rdfs:domain s4ehaw:HealthActor .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasBanApplicationDomain
moreiraj's avatar
moreiraj committed
s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ;
                               
                               rdfs:label "has ban application domain"@en ;
                               
                               rdfs:comment "The BAN application domain - healthcare, telemedicine, assisted living, sport training, pervasive computing, safety and emergency... -."@en ;
                               
                               rdfs:domain s4ehaw:Ban ;
                               
                               rdfs:range s4ehaw:BanApplicationDomain .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasCommunicationFunction
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasCommunicationFunction rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                                
                                rdfs:label "has communication function"@en ;
                                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                rdfs:comment "A BAN has a communication function that is the type of communication carried out between BAN devices and BAN Hub."@en ;
moreiraj's avatar
moreiraj committed
                                
                                rdfs:domain s4ehaw:Ban ;
                                
                                rdfs:range s4ehaw:CommunicationFunction .



###  https://saref.etsi.org/s4ehaw/hasComputingPower

s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                         rdfs:label "has computing power"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         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 ;
moreiraj's avatar
moreiraj committed
                         rdfs:range s4ehaw:ComputingPower ;
moreiraj's avatar
moreiraj committed
                         rdfs:domain s4ehaw:DeviceType .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasConstraint rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "has constraint"@en ;
                     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:comment "Data has constraints (validity, operating, security...)."@en ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:range s4ehaw:Constraint ;
                     
                     rdfs:domain s4ehaw:Data .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasContact
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasContact rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "has contact"@en ;
                  
                  rdfs:comment "A BAN has one or multiple contacts (e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes)."@en ;
                  
                  rdfs:domain s4ehaw:Ban ;
                  
                  rdfs:range s4ehaw:Contact .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasData
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasData rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
               
               rdfs:label "has data"@en ;
               
               rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ;
               
               rdfs:range s4ehaw:Data ;
               
               rdfs:domain saref:Function .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasDeviceType
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasDeviceType rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "has device type"@en ;
                     
                     rdfs:comment "A health device has a device type describing the physical characteristics of the health device."@en ;
                     
                     rdfs:range s4ehaw:DeviceType ;
                     
                     rdfs:domain s4ehaw:HealthDevice .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasHub
moreiraj's avatar
moreiraj committed
s4ehaw:hasHub rdf:type owl:ObjectProperty ;
              
              rdfs:label "has hub"@en ;
              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:comment "A Body Area Network or BAN elects one hub that mainly plays the role of both a data concentrator and a network GW."@en ;
moreiraj's avatar
moreiraj committed
              
              rdfs:domain s4ehaw:Ban ;
              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:range s4ehaw:BanHub .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasHabit

s4ehaw:hasHabit rdf:type owl:ObjectProperty ;
                     
                     rdfs:label "has habit"@en ;
                     
                     rdfs:comment "The habits of a user and a patient (as sub-class of user it also inherits habit), e.g. smoking or overeating."@en ;
                     
                     rdfs:domain s4ehaw:User ;
		                          
                     rdfs:range s4ehaw:Habit .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasImpairment

s4ehaw:hasImpairment rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "has impairment"@en ;
                     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:domain s4ehaw:User ;
		                          
                     rdfs:range s4ehaw:Impairment .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasInterface
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasInterface rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "has interface"@en ;
                    
                    rdfs:comment "A health device has one or multiple interfaces (Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ;
                    
                    rdfs:domain s4ehaw:HealthDevice ;
                    
                    rdfs:range s4ehaw:Interface .



###  https://saref.etsi.org/s4ehaw/hasLocation

s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
                   
                   rdfs:label "has location"@en ;
                   
                   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:domain s4ehaw:HealthDevice ;
                   
                   rdfs:range s4ehaw:Location .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasMesurement
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasMesurement rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "has measurement"@en ;
                     
                     rdfs:comment "Defines the relationship between data that has measurement."@en ;
                     
                     rdfs:domain s4ehaw:Data ;
                     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:range saref:Measurement .
moreiraj's avatar
moreiraj committed



###  https://saref.etsi.org/s4ehaw/hasMode

s4ehaw:hasMode rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
               rdfs:label "has mode"@en ;
moreiraj's avatar
moreiraj committed
               rdfs:comment "Each device type has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, parked, sleeping..."@en ;
moreiraj's avatar
moreiraj committed
               rdfs:domain s4ehaw:DeviceType ;
moreiraj's avatar
moreiraj committed
               rdfs:range s4ehaw:Mode .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed

moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasOperatingConstraint
moreiraj's avatar
moreiraj committed
s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ;
                              
                              rdfs:label "has operating constraint"@en ;
                              
                              rdfs:comment "The operating constraints of a health device."@en ;
                              
                              rdfs:domain s4ehaw:HealthDevice ;
                              
                              rdfs:range s4ehaw:OperatingConstraint .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasParticipant
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasParticipant rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "has participant"@en ;
                      
                      rdfs:comment "A measurement session has health actors as participants (caregiver controling the session, patient monitored during the session)."@en ,
                                   "A measurement session has one or multiple health devices as participants (sensor, actuator, wearable)."@en ;
                      
                      rdfs:range s4ehaw:HealthActor ,
                                 s4ehaw:HealthDevice ;
                      
                      rdfs:domain s4ehaw:MeasurementCollectionSession .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
		      


###  https://saref.etsi.org/s4ehaw/hasPatient

s4ehaw:hasPatient rdf:type owl:ObjectProperty ;
                              
                              rdfs:label "has patient"@en ;
                              
                              rdfs:comment "A caregiver may have one or multiple patients."@en ;
                              
                              rdfs:domain s4ehaw:Caregiver ;
                              
                              rdfs:range s4ehaw:Patient .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasPhysicalLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasPhysicalLocation rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                           
                           rdfs:label "has physical location"@en ;
                           
                           rdfs:comment "Defines the physical location of the patient, i.e. its postal address and/or its geolocation (when available)."@en ;
                           
                           rdfs:domain s4ehaw:Patient ;
                           
                           rdfs:range s4ehaw:PhysicalLocation .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/hasPosture
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasPosture rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "has posture"@en ;
                  
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                  rdfs:comment "The posture of a user and a patient (as sub-class of user it also inherits habit), e.g. exercising, lying, running, sitting, walking..."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                  rdfs:domain s4ehaw:User ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:range s4ehaw:Posture .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasPowerSource
moreiraj's avatar
moreiraj committed
s4ehaw:hasPowerSource rdf:type owl:ObjectProperty ;
                      
                      rdfs:label "has power source"@en ;
                      
                      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:domain s4ehaw:DeviceType ;
                      
                      rdfs:range s4ehaw:PowerSource .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasResponsibleParty
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasResponsibleParty rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                           
                           rdfs:label "has responsible party"@en ;
                           
                           rdfs:comment "A BAN that has a responsible party which plays the role of the legal entity responsible for this BAN (e.g. to contact in case of problem). It should be an organization or a person."@en ;
                           
                           rdfs:domain s4ehaw:Ban ;
                           
                           rdfs:range s4ehaw:ResponsibleParty .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasTimeSeriesMesurements
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasTimeSeriesMesurements rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                                
                                rdfs:label "has time series measurements"@en ;
                                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ;
moreiraj's avatar
moreiraj committed
                                
                                rdfs:domain s4ehaw:Data ;
                                
                                rdfs:range s4ehaw:TimeSeriesMeasurements .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasValues
moreiraj's avatar
moreiraj committed
s4ehaw:hasValues rdf:type owl:ObjectProperty ;
                 
                 rdfs:label "has values" ;
                 
                 rdfs:comment "A relationship defining the set of values (an array) of a certain property, e.g., energy or power" .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/inCurrentMode
moreiraj's avatar
moreiraj committed
s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ;
                     
                     rdfs:label "in current mode"@en ;
                     
                     rdfs:comment "Each eHealth device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, parked, sleeping..."@en ;
                     
                     rdfs:domain s4ehaw:HealthDevice ;
                     
                     rdfs:range s4ehaw:Mode .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/isAttachedTo
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:isAttachedTo rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "is attached to"@en ;
                    
                    rdfs:comment "A health Device is attached to a health actor such as a patient, a user and or a caregiver."@en ;
                    
                    rdfs:range s4ehaw:HealthActor ;
                    
                    rdfs:domain s4ehaw:HealthDevice .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/isDescribedBy
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "is described by"@en ;
                     
                     rdfs:comment "A service is described by a service process (how the service works)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
		     
                     rdfs:domain saref:Service ;
moreiraj's avatar
moreiraj committed
                     rdfs:range s4ehaw:ServiceProcess .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/presents
moreiraj's avatar
moreiraj committed
s4ehaw:presents rdf:type owl:ObjectProperty ;
                
                rdfs:label "presents"@en ;
                
                rdfs:comment "A service presents a service profile (what the service does)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed

                rdfs:domain saref:Service ;
moreiraj's avatar
moreiraj committed
                rdfs:range s4ehaw:ServiceProfile .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/supports
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed
s4ehaw:supports rdf:type owl:ObjectProperty ;
                
                rdfs:label "supports"@en ;
                
                rdfs:comment "A service supports a service grounding (how to access the service)." ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
		
                rdfs:domain saref:Service ;
moreiraj's avatar
moreiraj committed
                rdfs:range s4ehaw:ServiceGrounding .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/uom
moreiraj's avatar
moreiraj committed
s4ehaw:uom rdf:type owl:ObjectProperty ;
           
           rdfs:label "unit of measurement"@en ;
           
           rdfs:comment "Defines the unit of measure of a measurement function."@en ;
           
           rdfs:domain s4ehaw:MeasurementFunction ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:range saref:UnitOfMeasure .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/usesBan
moreiraj's avatar
moreiraj committed
s4ehaw:usesBan rdf:type owl:ObjectProperty ;
               
               rdfs:label "uses ban"@en ;
               
               rdfs:comment "A health actor (e.g. a caregiver, a patient or a helper) uses a BAN for collecting, aggregating and relaying vital parameters."@en ;
               
               rdfs:range s4ehaw:Ban ;
               
               rdfs:domain s4ehaw:HealthActor .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/saref4envi/hasFrequencyMeasurement
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
moreiraj's avatar
moreiraj committed
                               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                               rdfs:label "has frequency measurement"@en ;
moreiraj's avatar
moreiraj committed
                               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                               rdfs:comment "A measurement fucntion, in case of complex measurement like time series, has frequency measurement, i.e. the frequency in which it makes measurements."@en ;
moreiraj's avatar
moreiraj committed
                               
                               rdfs:domain s4ehaw:MeasurementFunction ;
                               
                               rdfs:range s4envi:FrequencyMeasurement .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#    Data properties
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################

moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/activityDuration
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                        
                        rdfs:label "activity duration"@en ;
                        
                        rdfs:comment "The duration of an activity, in second."@en ;
                        
                        rdfs:range xsd:double ;
                        
                        rdfs:domain s4ehaw:Activity .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/activityKind
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:activityKind rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "activity kind"@en ;
                    
                    rdfs:comment "The kind of atcivities that a patient or a user can have, i.e. e.g. sleeping in bed, sitting on a chair, using the shower, etc."@en ;
                    
                    rdfs:range xsd:string ;
                    
                    rdfs:domain s4ehaw:Activity .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ageCategory
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ageCategory rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                   
                   rdfs:label "age category"@en ;
                   
                   rdfs:comment "The age group of a health actor, i.e. old or young."@en ;
                   
                   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
                                                     ]
                                          ]
                              ] .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/availableFlash
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:availableFlash rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "available flash"@en ;
                      
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:comment "The available flash memory of a health device. It is a dynamic attribute."@en ;
		                           
                      rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:range xsd:double .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/availableRam
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:availableRam rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "available ram"@en ;
                    
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:comment "Indicates the available volatile memory space of a health device. It is a dynamic attribute."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:domain s4ehaw:HealthDevice ;
                      
                    rdfs:range xsd:double .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/baud
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:baud rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
            
            rdfs:label "baud"@en ;
            
            rdfs:comment "The baud rate of the interface, the number of bits transmitted by second."@en ;
            
            rdfs:range xsd:double ;
            
            rdfs:domain s4ehaw:Interface .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/dataSize
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:dataSize rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "data size"@en ;
                
                rdfs:comment "The data size represents the size of the data e.g. 20 bits"@en ;
                
                rdfs:range xsd:integer ;
                
                rdfs:domain s4ehaw:Data .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/density
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:density rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
               
               rdfs:label "density"@en ;
               
               rdfs:comment "The BAN density, i.e. its number of node."@en ;
               
               rdfs:range xsd:long ;
               
               rdfs:domain s4ehaw:Ban .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/deviceTypeName
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:deviceTypeName rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "device type name"@en ;
                      
                      rdfs:comment "The commercial name of a device."@en ;
                      
                      rdfs:range xsd:string ;
                      
                      rdfs:domain s4ehaw:DeviceType .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/dimension
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:dimension rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "dimension"@en ;
                 
                 rdfs:comment "The dimension of the device i.e. height*weight*length."@en ;
                 
                 rdfs:range xsd:string ;
                 
                 rdfs:domain s4ehaw:DeviceType .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/dob
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:dob rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
           rdfs:label "date of birth"@en ;
moreiraj's avatar
moreiraj committed
           rdfs:comment "The date of birth of a health actor."@en ;
moreiraj's avatar
moreiraj committed
           rdfs:range xsd:dateTime ;
moreiraj's avatar
moreiraj committed
           rdfs:domain s4ehaw:HealthActor .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/dutyCycle
moreiraj's avatar
moreiraj committed
s4ehaw:dutyCycle rdf:type owl:DatatypeProperty ;
                 
                 rdfs:label "duty cycle"@en ;
                 
                 rdfs:comment "The duty cycle for each health device embedded processor in order to determine the processing speed."@en ;
                 
                 rdfs:range xsd:float ;
                 
                 rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/faultTolerence
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:faultTolerence rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "fault tolerence"@en ;
                      
                      rdfs:comment "Defines the error rate tolerated for a measurement function."@en ;
                      
                      rdfs:range xsd:double ;
                      
                      rdfs:domain s4ehaw:MeasurementFunction .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/firstName
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:firstName rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "first name"@en ;
                 
                 rdfs:comment "The first name of a health actor."@en ;
                 
                 rdfs:range xsd:string ;
                 
                 rdfs:domain s4ehaw:HealthActor .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/format
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:format rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
              
              rdfs:label "format"@en ;
              
              rdf:comment "The format is a UDDI for a standard format like integer, memo, etc."@en ;
              
              rdfs:range xsd:anyURI ;
              
              rdfs:domain s4ehaw:Data .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/frequency
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:frequency rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "frequency"@en ;
                 
                 rdfs:comment "The frequency is the number of instructions an embedded processor - within a health device - can perform per second."@en ;
                 
                 rdfs:range xsd:double ;
                 
                 rdfs:domain s4ehaw:ComputingPower .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/geolocation
moreiraj's avatar
moreiraj committed
s4ehaw:geolocation rdf:type owl:DatatypeProperty ;
                   
                   rdfs:label "geolocation"@en ;
                   
                   rdfs:comment "The geolocation, when available, shall be given relatively to the current location - geolocation as standardized ISO 6709 -."@en ;
                   
                   rdfs:range xsd:string ;
                   
                   rdfs:domain s4ehaw:PhysicalLocation .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/groundingProtocol
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:groundingProtocol rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                         
                         rdfs:label "grounding protocol"@en ;
                         
                         rdfs:comment "The grounding protocol is the protocol used to transmit the message of the service, e.g. BLE."@en ;
                         
                         rdfs:range xsd:string ;
                         
                         rdfs:domain s4ehaw:ServiceGrounding .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasCalculationMethod
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasCalculationMethod rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                            
                            rdfs:label "has calculation method"@en ;
                            
                            rdfs:comment "The service process has a calculation method to get the output or result, e.g. the calculation formula to determine the posture of a patient."@en ;
                            
                            rdfs:range xsd:string ;
                            
                            rdfs:domain s4ehaw:ServiceProcess .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasEffect
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasEffect rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "has effect"@en ;
                 
                 rdfs:comment "The effect of a service can be an alert, nothing, an activation of another process..."@en ;
                 
                 rdfs:range xsd:string ;
                 
                 rdfs:domain s4ehaw:ServiceProcess .
moreiraj's avatar
moreiraj committed


###  https://saref.etsi.org/s4ehaw/hasGender

s4ehaw:hasGender rdf:type owl:DatatypeProperty ;
                 
                 rdfs:label "has gender"@en ;
                 
                 rdfs:comment "The gender of a health actor."@en ;
                 
                 rdfs:domain s4ehaw:HealthActor ;
                 
                 rdfs:range [ rdf:type rdfs:Datatype ;
                              owl:oneOf [ rdf:type rdf:List ;
                                          rdf:first "female" ;
                                          rdf:rest [ rdf:type rdf:List ;
                                                     rdf:first "male" ;
                                                     rdf:rest [ rdf:type rdf:List ;
                                                                rdf:first "undetermined" ;
                                                                rdf:rest rdf:nil
                                                              ]
                                                   ]
                                        ]
                            ] .



###  https://saref.etsi.org/s4ehaw/hasGeolocation

s4ehaw:hasGeolocation rdf:type owl:DatatypeProperty ;
                      
                      rdfs:label "has geolocation"@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:range xsd:string ;
                      
                      rdfs:domain s4ehaw:Ban .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasInput
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasInput rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "has input"@en ;
                
                rdfs:comment "The service process has data input like e.g. the patient ID, the timestamp, the read value from a sensor..."@en ;
                
                rdfs:range xsd:string ;
                
                rdfs:domain s4ehaw:ServiceProcess .



###  https://saref.etsi.org/s4ehaw/hasMbox

s4ehaw:hasMbox rdf:type owl:DatatypeProperty ;
               
               rdfs:label "has mbox"@en ;
               
               rdfs:comment "An email address (or mail box) of an health actor: a URI with the 'mailto' scheme as defined by RFC 6068."@en ;
               
               rdfs:range xsd:anyURI ;
               
               rdfs:domain s4ehaw:HealthActor .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasOutput

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasOutput rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "has output"@en ;
                 
                 rdfs:comment "The output is e.g. the calculated value returned by the process, e.g the posture of a patient."@en ;
                 
                 rdfs:range xsd:string ;
                 
                 rdfs:domain s4ehaw:ServiceProcess .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/hasPrecondition

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasPrecondition rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                       
                       rdfs:label "has precondition"@en ;
                       
                       rdfs:comment "The conditions that are imposed over the inputs of the process and the process must hold to be successufully invoked."@en ;
                       
                       rdfs:range xsd:string ;
                       
                       rdfs:domain s4ehaw:ServiceProcess .



###  https://saref.etsi.org/s4ehaw/hasResult

s4ehaw:hasResult rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 rdfs:label "has result"@en ;
moreiraj's avatar
moreiraj committed
                 rdfs:comment "The process can have many results for the same output. Those results may include a message that should be displayed, an alert..."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 
                 rdfs:range xsd:string ;
                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:domain s4ehaw:ServiceProcess .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/hasValues
moreiraj's avatar
moreiraj committed
s4ehaw:hasValues rdf:type owl:DatatypeProperty ;
                 
                 rdfs:label "has values" ;
                 
                 rdfs:comment "A relationship defining the set of values (an array) of a certain property, e.g., energy or power" .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/interfaceAddress

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:interfaceAddress rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                        
                        rdfs:label "interface address"@en ;
                        
                        rdfs:comment "The interface address. The interface may have many addresses like MAC address, IP address or others."@en ;
                        
                        rdfs:range xsd:string ;
                        
                        rdfs:domain s4ehaw:Interface .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/interfaceDescription

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:interfaceDescription rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                            
                            rdfs:label "interface description"@en ;
                            
                            rdfs:comment "The interface type description."@en ;
                            
                            rdfs:range xsd:string ;
                            
                            rdfs:domain s4ehaw:Interface .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/interfaceProtocol

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:interfaceProtocol rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                         
                         rdfs:label "interface protocol"@en ;
                         
                         rdfs:comment "The interface communication protocol can be e.g. BLE, serial, Ethernet..."@en ;
                         
                         rdfs:range xsd:string ;
                         
                         rdfs:domain s4ehaw:Interface .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/isDerivedData

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:isDerivedData rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                     
                     rdfs:label "is derived data"@en ;
                     
                     rdfs:comment "Is derived data is a Boolean property to indicate if the data is a row data or a calculated/derived data from other one."@en ;
                     
                     rdfs:range xsd:boolean ;
                     
                     rdfs:domain s4ehaw:Data .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/isGateway

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:isGateway rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "is gateway"@en ;
                 
                 rdfs:comment "This boolean variable indicates if the interface is a gateway or not."@en ;
                 
                 rdfs:range xsd:boolean ;
                 
                 rdfs:domain s4ehaw:Interface .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/lastName

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:lastName rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "last name"@en ;
                
                rdfs:comment "The familly name of a health actor."@en ;
                
                rdfs:range xsd:string ;
                
                rdfs:domain s4ehaw:HealthActor .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/latency

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:latency rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
               
               rdfs:label "latency"@en ;
               
               rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function."@en ;
               
               rdfs:range xsd:float ;
               
               rdfs:domain s4ehaw:MeasurementFunction .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/lifetime

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "lifetime"@en ;
                
                rdfs:comment "The BAN lifetime, e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ;
                
                rdfs:range xsd:dateTime ;
                
                rdfs:domain s4ehaw:Ban .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/manufacturer

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:manufacturer rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "manufacturer"@en ;
                    
                    rdfs:comment "The manufacturer name of the embedded processor of a health device, e.g. Intel."@en ;
                    
                    rdfs:range xsd:string ;
                    
                    rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/maximumFlash

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:maximumFlash rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "maximum flash"@en ;
                    
                    rdfs:comment "Indicates the maximum flash memory space of a health device."@en ;
                    
                    rdfs:range xsd:double ;
                    
                    rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/maximumRam

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:maximumRam rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "maximum ram"@en ;
                  
                  rdfs:comment "Indicates the maximum volatile memory space of a health device."@en ;
                  
                  rdfs:range xsd:double ;
                  
                  rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/maximumValue

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:maximumValue rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "maximum value"@en ;
                    
                    rdfs:comment "The maximum allowable value of a measurement."@en ;
                    
                    rdfs:range xsd:double ;
                    
                    rdfs:domain s4ehaw:ValidityConstraint .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/minimumValue

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:minimumValue rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "minimum value"@en ;
                    
                    rdfs:comment "The minimum allowable value  of a measurement."@en ;
                    
                    rdfs:range xsd:double ;
                    
                    rdfs:domain s4ehaw:ValidityConstraint .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/modeName

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:modeName rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "mode name"@en ;
                
                rdfs:comment "The mode name of a device, e.g. sleeping."@en ;
                
                rdfs:range xsd:string ;
                
                rdfs:domain s4ehaw:Mode .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/phenomena

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:phenomena rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "phenomena"@en ;
                 
                 rdfs:comment "The BAN monitors a specific phenomenon (burned calories during exercises, glucose level...)."@en ;
                 
                 rdfs:range xsd:string ;
                 
                 rdfs:domain s4ehaw:Ban .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/phone
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:phone rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:label "phone"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:comment "The phone number of a health actor, in international format."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             
             rdfs:range xsd:string ;
             
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:domain s4ehaw:HealthActor .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/portNumber

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:portNumber rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "port number"@en ;
                  
                  rdfs:comment "The port number used to offer the service."@en ;
                  
                  rdfs:range xsd:positiveInteger ;
                  
                  rdfs:domain s4ehaw:ServiceGrounding .



###  https://saref.etsi.org/s4ehaw/postalAddress

s4ehaw:postalAddress rdf:type owl:DatatypeProperty ;
                     
                     rdfs:label "postal address"@en ;
                     
                     rdfs:comment "Defines the postal address."@en ;
                     
                     rdfs:range xsd:string ;
                     
                     rdfs:domain s4ehaw:PhysicalLocation .



###  https://saref.etsi.org/s4ehaw/powerSourceType

s4ehaw:powerSourceType rdf:type owl:DatatypeProperty ;
                       
                       rdfs:label "power source type"@en ;
                       
                       rdfs:comment "The type of power source of a health device. It can be solar, battery, electricity..."@en ;
                       
                       rdfs:range xsd:string ;
                       
                       rdfs:domain s4ehaw:PowerSource .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/precision

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:precision rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "precision"@en ;
                 
                 rdfs:comment "Precision of a measurement function is the uncertainty of the measured data."@en ;
                 
                 rdfs:range xsd:float ;
                 
                 rdfs:domain s4ehaw:MeasurementFunction .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/rechargeable
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:rechargeable rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:label "rechargeable"@en ;
                    
                    rdfs:comment "This boolean variable indicates if the power source is rechargeable or not, e.g. a rechargeable battery."@en ;
                    
                    rdfs:range xsd:boolean ;
                    
                    rdfs:domain s4ehaw:PowerSource .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/remainingBatteryLevel

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:remainingBatteryLevel rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                             
                             rdfs:label "remaining battery level"@en ;
                             
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                             rdfs:comment "The level of remaining battery (if any) for a health device. It is a dynamic attribute."@en ;
			                                  
                             rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                             rdfs:range xsd:double .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/sampleTime

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sampleTime rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "sample time"@en ;
                  
                  rdfs:comment "The sample time of a measurement function."@en ;
                  
                  rdfs:range xsd:float ;
                  
                  rdfs:domain s4ehaw:MeasurementFunction .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/sendingFrequency
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                        
                        rdfs:label "sending frequency"@en ;
                        
                        rdfs:comment "Defines the sending frequency at an health device level."@en ;
                        
                        rdfs:range xsd:float ;
                        
                        rdfs:domain s4ehaw:PeriodicCommunicationFunction .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/serialNb
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:serialNb rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "serial number"@en ;
                
                rdfs:comment "The serial number of a health device."@en ;
                
                rdfs:range xsd:string ;
                
                rdfs:domain s4ehaw:HealthDevice .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/serviceDescription
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:serviceDescription rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                          
                          rdfs:label "service description"@en ;
                          
                          rdfs:comment "The service description should describe the offered service like e.g. heart rate measurement."@en ;
                          
                          rdfs:range xsd:string ;
                          
                          rdfs:domain s4ehaw:ServiceProfile .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/serviceName
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:serviceName rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                   
                   rdfs:label "service name"@en ;
                   
                   rdfs:comment "The service name identify the offered service, e.g heart rate."@en ;
                   
                   rdfs:range xsd:string ;
                   
                   rdfs:domain s4ehaw:ServiceProfile .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/topology
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:topology rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "topology"@en ;
                
                rdfs:comment "The BAN physical topology type, i.e Adhoc or Star or Mesh or Others."@ne ;
                
                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
                                                             ]
                                                  ]
                                       ]
                           ] .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/velocity
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:velocity rdf:type owl:DatatypeProperty ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "velocity"@en ;
                
                rdfs:comment "The velocity of a moving device."@en ;
                
                rdfs:range xsd:float ;
                
                rdfs:domain s4ehaw:DeviceType .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#    Classes
Marc Girod-Genet's avatar
Marc Girod-Genet committed
#################################################################
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  http://purl.org/vocommons/voaf#Vocabulary
Marc Girod-Genet's avatar
Marc Girod-Genet committed
voaf:Vocabulary rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  http://xmlns.com/foaf/0.1/Agent
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed
foaf:Agent rdf:type owl:Class ;
           
           owl:equivalentClass s4ehaw:HealthActor .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/Activity
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Activity rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                
                rdfs:label "Activity"@en ;
                
                rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/AlarmCommand
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:AlarmCommand rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                    rdfs:label "Alarm comand"@en ;
                    
                    rdfs:subClassOf saref:Command .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Ban
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Ban rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
           
           rdfs:label "BAN"@en ;
           
           rdfs:comment "Smart Body Area Network (BAN), as defined within ETSI SmartBAN TC (see ETSI TR 103 394)."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/BanApplicationDomain
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:BanApplicationDomain rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                            
                            rdfs:label "BAN application domain"@en ;
                            
                            rdfs:comment "The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency..."@en .
moreiraj's avatar
moreiraj committed

###  https://saref.etsi.org/s4ehaw/BanHub

s4ehaw:BanHub rdf:type owl:Class ;
              
              rdfs:label "BAN hub" ;
              
              rdfs:subClassOf s4ehaw:HealthDevice ;
              
              rdfs:comment "Hub of the BAN, mainly playing the role of both a data concentrator and a network GW."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed


###  https://saref.etsi.org/s4ehaw/BodySurfaceLocation

s4ehaw:BodySurfaceLocation rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                           rdfs:label "Body surface location"@en ;
                           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           rdfs:subClassOf s4ehaw:Location ;
moreiraj's avatar
moreiraj committed
                           
                           rdfs:comment "Defines a helth device location in terms of a body surface position (i.e. on body health device)."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Caregiver
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Caregiver rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                 rdfs:label "Caregiver"@en ;
                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:subClassOf s4ehaw:HealthActor ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:comment "For caregivers modelling."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/CommunicationFunction
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:CommunicationFunction rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                             
                             rdfs:label "Communication function"@en ;
                             
                             rdfs:comment "The BAN communication function way of working, i.e. periodic, event driven or on request."@en .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/ComputingPower

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ComputingPower rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "Computing power"@en ;
                      
                      rdfs:comment "The computing power capabilities of a Health device."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Constraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Constraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "Constraint"@en ;
                  
                  rdfs:comment "The Data constraints, e.g. validity, operating, security..."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4ehaw/Contact

moreiraj's avatar
moreiraj committed
s4ehaw:Contact rdf:type owl:Class ;
               
moreiraj's avatar
moreiraj committed
               rdfs:label "Contact"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               owl:equivalentClass s4ehaw:HealthActor ;
moreiraj's avatar
moreiraj committed
               
               rdfs:comment "A BAN has one or multiple contacts, i.e some health actors, e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes..."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/DailyActivity
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:DailyActivity rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                     rdfs:label "Daily activity"@en ;
                     
moreiraj's avatar
moreiraj committed
                     rdfs:subClassOf s4ehaw:Activity ;
                     
moreiraj's avatar
moreiraj committed
                     rdfs:comment "The patient/user activities that occur during daytime."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Data
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Data rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
            
            rdfs:label "Data"@en ;
            
            rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/DeviceType
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:DeviceType rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "Device type"@en ;
                  
                  rdfs:comment "A health device has a device type describing the physical characteristics of the health device."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/EventDrivenCommunicationFunction
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:EventDrivenCommunicationFunction rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                                        rdfs:label "Event driven communication function"@en ;
                                        
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                        rdfs:subClassOf s4ehaw:CommunicationFunction ;
moreiraj's avatar
moreiraj committed
                                        
                                        rdfs:comment "BAN communication function way of working of the type event driven."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/FunctionalDevice
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:FunctionalDevice rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:label "Functional device"@en ;
                        
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:subClassOf saref:FunctionRelated ;
moreiraj's avatar
moreiraj committed
                        
                        rdfs:comment "Functional Devices are non-purely eHealth/ageing-well devices that can be used for modelling/detecting activities or behaviours of patients/users, like for example beacons that can detect indoor positioning of a patient in a house."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Habit

s4ehaw:Habit rdf:type owl:Class ;
                  
                  rdfs:label "Habit" ;
                  
                  rdfs:comment "Defined for users (that can in particular be patients) habits modelling, e.g. smoking, alcohol drinking, overeating, undereating..."@en .



moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/HealthActor

s4ehaw:HealthActor rdf:type owl:Class ;
                   
moreiraj's avatar
moreiraj committed
                   rdfs:label "Health actor"@en ;
                   
                   rdfs:comment "The eHealth system actors like e.g. caregivers, patients, users, helpers..."@en .
moreiraj's avatar
moreiraj committed



###  https://saref.etsi.org/s4ehaw/HealthActuator

s4ehaw:HealthActuator rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                      
                      rdfs:label "Health actuator"@en ;
                      
                      owl:equivalentClass saref:Actuator ;
                      
                      rdfs:subClassOf s4ehaw:HealthDevice ;
                      
                      rdfs:comment "Health-related Actuator, equivalent to SAREF Actuator"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/HealthDevice
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:HealthDevice rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                    rdfs:label "Health Device"@en ;
                    
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:subClassOf saref:FunctionRelated ;
moreiraj's avatar
moreiraj committed
                    
                    rdfs:comment "Health Devices, e.g. BAN hub, health sensor/actuator/Wereable."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/HealthSensor
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed
s4ehaw:HealthSensor rdf:type owl:Class ;
                    
                    rdfs:label "Health sensor"@en ,
                               "Health-related Sensor, equivalent to SAREF Sensor" ;
                    
                    owl:equivalentClass saref:Sensor ;
                    
                    rdfs:subClassOf s4ehaw:HealthDevice .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/HealthWearable
moreiraj's avatar
moreiraj committed
s4ehaw:HealthWearable rdf:type owl:Class ;
                      
                      rdfs:label "Health wereable"@en ,
                                 "Health-related Wearable, equivalent to SAREF4WEAR Wearable" ;
                      
                      owl:equivalentClass s4wear:Wearable ;
                      
                      rdfs:subClassOf s4ehaw:HealthDevice .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/Helper
moreiraj's avatar
moreiraj committed
s4ehaw:Helper rdf:type owl:Class ;
              
              rdfs:label "Helper"@en ;
              
              rdfs:subClassOf s4ehaw:HealthActor ;
              
              rdfs:comment "Helper of partients/users of a health system, e.g. a patient's relative."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Impairment
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Impairment rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                  
                  rdfs:label "Impairment" ;
                  
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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ImplantLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ImplantLocation rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                       rdfs:label "Implant location"@en ;
                       
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                       rdfs:subClassOf s4ehaw:Location ;
moreiraj's avatar
moreiraj committed
                       
                       rdfs:comment "Implant Device (i.e. in body health device) position."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Interface
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Interface rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                 
                 rdfs:label "Interface"@en ;
                 
                 rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/LegalConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:LegalConstraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                       rdfs:label "Legal constraint"@en ;
                       
moreiraj's avatar
moreiraj committed
                       rdfs:subClassOf s4ehaw:Constraint ;
                       
moreiraj's avatar
moreiraj committed
                       rdfs:comment "An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Location
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Location rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                rdfs:label "Location"@en ;
                
                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 .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/MeasurementCollectionSession
moreiraj's avatar
moreiraj committed
s4ehaw:MeasurementCollectionSession rdf:type owl:Class ;
                                    
moreiraj's avatar
moreiraj committed
                                    rdfs:label "Measurement collection session"@en ;
                                    
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                    rdfs:subClassOf saref:Task ;
moreiraj's avatar
moreiraj 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 .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/MeasurementFunction
moreiraj's avatar
moreiraj committed
s4ehaw:MeasurementFunction rdf:type owl:Class ;
                           
moreiraj's avatar
moreiraj committed
                           rdfs:label "Measurement function"@en ;
                           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           rdfs:subClassOf saref:Function ;
moreiraj's avatar
moreiraj 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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Mode
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Mode rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
            rdfs:label "Mode"@en ;
            
            rdf: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



###  https://saref.etsi.org/s4ehaw/NocturnalActivity

s4ehaw:NocturnalActivity rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                         rdfs:label "Nocturnal activity"@en ;
                         
moreiraj's avatar
moreiraj committed
                         rdfs:subClassOf s4ehaw:Activity ;
                         
moreiraj's avatar
moreiraj committed
                         rdfs:comment "The class of activities that occur during the night."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/OnRequestCommunicationFunction

s4ehaw:OnRequestCommunicationFunction rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                                      rdfs:label "On request communication function"@en ;
                                      
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                      rdfs:subClassOf s4ehaw:CommunicationFunction ;
moreiraj's avatar
moreiraj committed
                                      
                                      rdfs:comment "BAN communication function way of working of the type on request."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/OperatingConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:OperatingConstraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                           rdfs:label "Operating constraint"@en ;
                           
moreiraj's avatar
moreiraj committed
                           rdfs:subClassOf s4ehaw:Constraint ;
                           
moreiraj's avatar
moreiraj committed
                           rdfs:comment "An empty container for describing the operating constraints of a device, e.g. recommended humidity and temperature range..."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Patient
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Patient rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
               rdfs:label "Patient"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:subClassOf s4ehaw:User ;

               rdfs:comment "A user of the type patient, i.e. a cared-for person by one or multiple caregivers."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/PeriodicCommunicationFunction
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:PeriodicCommunicationFunction rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                                     rdfs:label "Periodic communication function"@en ;
                                     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                     rdfs:subClassOf s4ehaw:CommunicationFunction ;
moreiraj's avatar
moreiraj committed
                                     
                                     rdfs:comment "BAN communication function way of working of the type periodic."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/PhysicalLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:PhysicalLocation rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:label "Physical location"@en ;
                        
moreiraj's avatar
moreiraj committed
                        rdfs:subClassOf s4ehaw:Location ;
                        
moreiraj's avatar
moreiraj committed
                        rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/Posture
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:Posture rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
               
               rdfs:label "Posture"@en ;
               
               rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@en .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4ehaw/PowerSource
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:PowerSource rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                   
                   rdfs:label "Power source"@en ;
                   
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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ReminderCommand
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ReminderCommand rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                       
                       rdfs:label "Reminder command"@en ;
                       
                       rdfs:subClassOf saref:NotifyCommand ;
                       
                       rdfs:comment "Command used for sending reminder notifications to health actors, e.g. pationts, users or Caregivers."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ResponsibleParty
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ResponsibleParty rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:label "Responsible party"@en ;
                        
moreiraj's avatar
moreiraj committed
                        rdfs:subClassOf s4ehaw:HealthActor ;
                        
moreiraj's avatar
moreiraj committed
                        rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem"@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ServiceGrounding
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceGrounding rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                        rdfs:label "Service grounding"@en ;
                        
                        rdfs:comment "How to access the service."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ServiceProcess
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceProcess rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                      rdfs:label "Service process"@en ;
                      
                      rdfs:comment "How the service works."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ServiceProfile
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ServiceProfile rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                      rdfs:label "Service profile"@en ;
                      
                      rdfs:comment "What the service does."@en .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/TimeSeriesMeasurements
moreiraj's avatar
moreiraj committed
s4ehaw:TimeSeriesMeasurements rdf:type owl:Class ;
                              
moreiraj's avatar
moreiraj committed
                              rdfs:label "Time series measurements" ;
                              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                              rdfs:subClassOf saref:Measurement ,
moreiraj's avatar
moreiraj committed
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4ehaw:hasValues ;
                                                owl:allValuesFrom xsd:float
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4envi:hasFrequencyMeasurement ;
                                                owl:allValuesFrom s4envi:FrequencyMeasurement
                                              ] ;
                              
moreiraj's avatar
moreiraj 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." .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/User
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:label "User"@en ;
moreiraj's avatar
moreiraj committed
            
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:subClassOf s4ehaw:HealthActor ;
moreiraj's avatar
moreiraj committed
            
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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/ValidityConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:ValidityConstraint rdf:type owl:Class ;
moreiraj's avatar
moreiraj committed
                          rdfs:label "Validity constraint"@en ;
                          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:subClassOf s4ehaw:Constraint ;
moreiraj's avatar
moreiraj committed
                          
                          rdfs:comment "Data may have validity constraint such as allowable value range."@en .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/s4wear/Wearable
moreiraj's avatar
moreiraj committed
s4wear:Wearable rdf:type owl:Class .
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj 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

moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/Command
moreiraj's avatar
moreiraj committed
saref:Command rdf:type owl:Class .
moreiraj's avatar
moreiraj 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

moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/FunctionRelated
Marc Girod-Genet's avatar
Marc Girod-Genet committed

moreiraj's avatar
moreiraj committed
saref:FunctionRelated rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/Measurement
moreiraj's avatar
moreiraj committed
saref:Measurement rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/NotifyCommand
moreiraj's avatar
moreiraj committed
saref:NotifyCommand rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/Property
moreiraj's avatar
moreiraj committed
saref:Property rdf:type owl:Class .
moreiraj's avatar
moreiraj 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

saref:Service rdf:type owl:Class .



moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref/core/Task
moreiraj's avatar
moreiraj committed
saref:Task rdf:type owl:Class .
moreiraj's avatar
moreiraj 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
moreiraj's avatar
moreiraj committed
s4envi:Frequency rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref4envi/FrequencyMeasurement
moreiraj's avatar
moreiraj committed
s4envi:FrequencyMeasurement rdf:type owl:Class ;
                            
                            rdfs:label "Frequency measurement"@en ;
                            
                            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 ;
                            
                            rdfs:isDefinedBy s4envi: .
moreiraj's avatar
moreiraj committed
###  https://saref.etsi.org/saref4envi/FrequencyUnit
moreiraj's avatar
moreiraj committed
s4envi:FrequencyUnit rdf:type owl:Class .
moreiraj's avatar
moreiraj committed
#################################################################
#
#    Individuals
#
#################################################################
moreiraj's avatar
moreiraj committed
###  http://www.wurvoc.org/vocabularies/om-1.8/hertz
moreiraj's avatar
moreiraj committed
<http://www.wurvoc.org/vocabularies/om-1.8/hertz> rdf:type owl:NamedIndividual ,
                                                           s4envi:FrequencyUnit .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/alcoholDrinking
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:alcoholDrinking rdf:type owl:NamedIndividual ,
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                   s4ehaw:Habit .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/assistedLiving
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:assistedLiving rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                   s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/blindImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:blindImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                    s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/deafImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:deafImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                   s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/emergency
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:emergency rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                              s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/exercising
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:exercising rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                               s4ehaw:Posture .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/handlingImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:handlingImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                       s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/healthcare
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:healthcare rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                               s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hearingImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hearingImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                      s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/lying
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:lying rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                          s4ehaw:Posture .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/mobilityImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                       s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/overeating
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:overeating rdf:type owl:NamedIndividual ,
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/pervasiveComputing
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:pervasiveComputing rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                       s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/running
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:running rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                            s4ehaw:Posture .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/safety
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:safety rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                           s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/sitting
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sitting rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                            s4ehaw:Posture .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/smoking
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:smoking rdf:type owl:NamedIndividual ,
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                                   s4ehaw:Habit .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/sportTraining
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:sportTraining rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                  s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/telemedicine
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:telemedicine rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                 s4ehaw:BanApplicationDomain .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/undereating
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:undereating rdf:type owl:NamedIndividual ,
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/visualImpairment
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:visualImpairment rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                                     s4ehaw:Impairment .



Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/walking
moreiraj's avatar
moreiraj committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:walking rdf:type owl:NamedIndividual ,
moreiraj's avatar
moreiraj committed
                            s4ehaw:Posture .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net