saref4ehaw.ttl 53 KB
Newer Older
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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix voaf: <http://purl.org/vocommons/voaf#> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix saref: <https://saref.etsi.org/saref/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
@prefix s4wear: <https://saref.etsi.org/s4wear/> .
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/s4ehaw/> .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
<https://saref.etsi.org/s4ehaw/> 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:issued "date when the document is online"^^xsd:date ;
                                 
                                 dcterms:modified "do not set this"^^xsd:date ;
                                 
                                 dcterms:created "start date of the STF 2019-01-01"^^xsd:date ;
                                 
                                 vann:preferredNamespacePrefix "s4ehaw" ;
                                 
                                 rdfs:comment "Extension of SAREF for eHealth Ageing Well domain." ;
                                 
                                 vann:preferredNamespaceUri "https://saref.etsi.org/s4ehaw/" ;
                                 
                                 dcterms:description "s4ehaw is an extension of SAREF for eHealth Ageing Well"@en ;
                                 
                                 dcterms:title "s4ehaw: an extension of SAREF for eHealth Ageing Well"@en ;
                                 
                                 owl:versionInfo "v0.1.2" ;
                                 
                                 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
                                 
                                 owl:versionIRI <https://saref.etsi.org/s4ehaw/v0.1.2/s4ehaw/> ;
                                 
                                 dcterms:publisher <https://www.etsi.org/> ;
                                 
                                 dcterms:contributor <https://www.linkedin.com/in/marcgirodgenet/> .

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 .


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

###  http://www.w3.org/1999/02/22-rdf-syntax-ns#comment

rdf:comment rdf:type owl:AnnotationProperty .



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

:hasMode rdf:type owl:AnnotationProperty ;
         
         rdfs:label "has mode"@en ;
         
         rdfs:comment "Each device type has modes of operations that model its dynamic caracteristic varying during its lifetime, e.g. active, parked, sleeping, etc.." ;
         
         rdfs:domain saref:DeviceType .



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

:inCurrentMode rdf:type owl:AnnotationProperty ;
               
               rdfs:label "in current mode"@en ;
               
               rdfs:comment "Each eHealth device has modes of operations that model its dynamic caracteristic varying during its lifetime, e.g. active, parked, sleeping..." ;
               
               rdfs:domain saref:HealthDevice .





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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:label "contains"@en ;
          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "Defines the relationship between a Body Area Network or BAN that contains one or multiple health devices"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:domain s4ehaw:Ban ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:HealthDevice .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasHub
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasHub rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:label "has hub"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:comment "Defines the relationship between a Body Area Network or BAN that elects one hub that mainly plays the role of both a data concentrator and a network GW."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:domain s4ehaw:Ban ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:range s4ehaw:Hub .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:label "has activity"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:comment "A health actor may have one or multiple activities."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:range s4ehaw:Activity ;
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/hasCommand
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasCommand rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            
            rdfs:label "has command"@en ;
            
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:comment "A function has a command (a directive that a health device must support to perform a given function)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:domain saref:Function ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            
            rdfs:range saref:Command .

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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:label "has communication function"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:comment "A BAN that has a communication function that is the type of communication carried out between BAN devices and BAN Hub."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:domain s4ehaw:Ban ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                         rdfs:range s4ehaw:CommunicationFunction .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:label "has constraint"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:comment "Defines the relationship between a data that has constraints (validity, operating, security...)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:range s4ehaw:Constraint ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            
            rdfs:label "has contact"@en ;
            
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            rdfs:domain s4ehaw:Ban ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
            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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         
         rdfs:label "has data"@en ;
         
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         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
         rdfs:range s4ehaw:Data ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:label "has device type"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               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
               rdfs:range s4ehaw:DeviceType ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:domain s4ehaw:HealthDevice .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasPowerSource
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasPowerSource rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:label "has power source"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:domain s4ehaw:DeviceType ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:range s4ehaw:PowerSource .



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

s4ehaw:hasImpairment rdf:type owl:ObjectProperty ;
            
            rdfs:label "has impairment"@en ;
            
            rdfs:comment "The impairment type of a patient, e.g. deaf, hearing, handling, visual, mobility..."@en ;
            
            rdfs:domain s4ehaw:Patient ;
            
            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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              
              rdfs:label "has interface"@en ;
              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:comment "A health device has one or multiple interfaces (Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:range s4ehaw:Interface .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:label "has measurement"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:comment "Defines the relationship between data that has measurement."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:domain s4ehaw:Data ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:range saref:Measurement .

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

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasMode
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasMode rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         
         rdfs:label "has mode"@en ;
         
Marc Girod-Genet's avatar
Marc Girod-Genet 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 ;
	 
         rdfs:domain s4ehaw:DeviceType ;
		       
         rdfs:range s4ehaw:Mode .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:label "has participant"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:comment "A measurement session has one or multiple health devices as participants (sensor, actuator, wearable)."@en ,
                              "A measurement session has health actors as participants (caregiver controling the session, patient monitored during the session)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:range s4ehaw:HealthActor ,
                            s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:domain s4ehaw:MeasurementSession .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     
                     rdfs:label "has physical location"@en ;
                     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:comment "Defines the physical location of the patient, i.e. its postal address and/or its geolocation (when available)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:domain s4ehaw:Patient ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                     rdfs:range s4ehaw:PhysicalLocation .



###  https://saref.etsi.org/s4ehaw/hasPosture
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasPosture rdf:type owl:ObjectProperty ;
            
            rdfs:label "has posture"@en ;
            
            rdfs:comment "The posture of a health actor, e.g. exercising, lying, running, sitting, walking..."@en ;
            
            rdfs:domain s4ehaw:HealthActor ;
            
            rdfs:range s4ehaw:Posture .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasComputingPower

s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:label "has computing power"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "A heal 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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:domain s4ehaw:DeviceType ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:ComputingPower .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:label "has responsible party"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        rdfs:domain s4ehaw:Ban ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                        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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          
                          rdfs:label "has time series measurements"@en ;
                          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:comment "Defines the relatonship between data that has time series measurements."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:domain s4ehaw:Data ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                          rdfs:range s4ehaw:TimeSeriesMeasurements .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/inCurrentMode
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:label "in current mode"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:comment "Each eHealth device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, parked, sleeping..."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               rdfs:range s4ehaw:Mode .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/consistsOf

s4ehaw:consistsOf rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:label "consists of"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "Defines the fact that an eHealth device can be a composite health device that consists of one or multiple sub-devices."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:HealthDevice .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              
              rdfs:label "is attached to"@en ;
              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:comment "A health Device is attached to a health actor such as a patient, a user and or a caregiver."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:range s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:label "is described by"@en ;
               
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               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:range s4ehaw:ServiceProcess ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
               
               rdfs:domain saref:Service .

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasFunction
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasFunction rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:label "has function"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "A health device has a function (temperature measurement, blood pressure measurement, insulin regulation)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:range saref:Function .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasOperatingConstraint
Marc Girod-Genet's avatar
Marc Girod-Genet committed

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:label "has operating constraint"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:comment "The operating constraints of a health device."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      rdfs:range s4ehaw:OperatingConstraint .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasLocation
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:label "has location"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:Location .



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

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

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/presents
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:presents rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:label "presents"@en ;
          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "A service presents a service profile (what the service does)."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:ServiceProfile ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:domain saref:Service .

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/supports
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:supports rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:label "supports"@en ;
          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "A service supports a service grounding (how to access the service)." ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:range s4ehaw:ServiceGrounding ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:domain saref:Service .

Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/usesBan
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:usesBan rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      rdfs:label "uses ban"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      rdfs:domain s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      rdfs:range s4ehaw:Ban .
Marc Girod-Genet's avatar
Marc Girod-Genet committed



###  https://saref.etsi.org/s4wear/offers

Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:offers rdf:type owl:ObjectProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             
             rdfs:label "offers"@en ;
             
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:comment "A health device offers services, e.g. a thermometer offers a temperature measurement service." ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:domain s4ehaw:HealthDevice ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             
             rdfs:range saref:Service .


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

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 ;

           rdfs:range saref:UnitOfMeasure .

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
#################################################################

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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:label "activity duration"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    rdfs:comment "The duration of an activity, in second."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    
                    rdfs:range xsd:double ;
                    
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                    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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:label "activity kind"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                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 ;
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: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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             
             rdfs:label "age category"@en ;
             
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:comment "The age group of a health actor, i.e. old or young."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             rdfs:domain s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
             
             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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet 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."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                
                rdfs:range xsd:double ;
                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:domain s4ehaw:ComputingPower .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet 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."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              
              rdfs:range xsd:double ;
              
Marc Girod-Genet's avatar
Marc Girod-Genet committed
              rdfs:domain s4ehaw:ComputingPower .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      
      rdfs:label "baud"@en ;
      
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      rdfs:comment "The baud rate of the interface, the number of bits transmitted by second."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      
      rdfs:range xsd:double ;
      
Marc Girod-Genet's avatar
Marc Girod-Genet committed
      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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:label "data size"@en ;

          rdfs:comment "The data size represents the size of the data e.g. 20 bits"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:range xsd:integer ;
          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         
         rdfs:label "density"@en ;
         
         rdfs:comment "The BAN density, i.e. its number of node."@en ;
         
         rdfs:range xsd:long ;
         
Marc Girod-Genet's avatar
Marc Girod-Genet committed
         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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                
                rdfs:label "device type name"@en ;
                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                rdfs:comment "The commercial name of a device."@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: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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "dimension"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The dimension of the device i.e. height*weight*length."@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: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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
     
     rdfs:label "date of birth"@en ;
     
Marc Girod-Genet's avatar
Marc Girod-Genet committed
     rdfs:comment "The date of birth of a health actor."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
     
     rdfs:range xsd:dateTime ;
     
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/dutyCycle
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:dutyCycle rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "duty cycle"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The duty cycle for each health device embedded processor in order to determine the processing speed."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:range xsd:float ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasMbox
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasMbox rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
       rdfs:label "has mbox"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
       rdfs:comment "An email address (or mail box) of an health actor: a URI with the 'mailto' scheme as defined by RFC 6068."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
       rdfs:range xsd:anyURI ;
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/faultTolerence
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:faultTolerence rdf:type owl:DatatypeProperty ;

                rdfs:label "fault tolerence"@en ;

                rdfs:comment "Defines the error rate tolerated for a measurement function."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                
                rdfs:range xsd:double ;
                
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "first name"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The first name of a health actor."@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/format
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:format rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet 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 ;
        
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "frequency"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The frequency is the number of instructions an embedded processor - within a health device - can perform per second."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:range xsd:double ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:domain s4ehaw:ComputingPower .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasGender
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasGender rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:label "has gender"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:comment "The gender of a health actor."@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        rdfs:domain s4ehaw:HealthActor ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
        
        rdfs:range [ rdf:type rdfs:Datatype ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                           owl:oneOf [ rdf:type rdf:List ;
                                       rdf:first "male" ;
                                       rdf:rest [ rdf:type rdf:List ;
                                                  rdf:first "female" ;
                                                  rdf:rest [ rdf:type rdf:List ;
                                                             rdf:first "undetermined" ;
                                                             rdf:rest rdf:nil
                                                           ]
                                                ]
                                     ]
                         ] .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                   
                   rdfs:label "grounding protocol"@en ;
                   
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                   rdfs:comment "The grounding protocol is the protocol used to transmit the message of the service, e.g. BLE."@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: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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      
                      rdfs:label "has calculation method"@en ;
                      
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                      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 ;
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 .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "has effect"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The effect of a service can be an alert, nothing, an activation of another process..."@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 .
Marc Girod-Genet's avatar
Marc Girod-Genet committed
###  https://saref.etsi.org/s4ehaw/hasHabit
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasHabit rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:label "has habit"@en ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The habits of a health actor, e.g. smoking."@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/hasInput
Marc Girod-Genet's avatar
Marc Girod-Genet committed
s4ehaw:hasInput rdf:type owl:DatatypeProperty ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          
          rdfs:label "has input"@en ;
          
Marc Girod-Genet's avatar
Marc Girod-Genet committed
          rdfs:comment "The service process has data input like e.g. the patient ID, the timestamp, the read value from a sensor..."@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 .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           
           rdfs:label "has output"@en ;
           
Marc Girod-Genet's avatar
Marc Girod-Genet committed
           rdfs:comment "The output is e.g. the calculated value returned by the process, e.g the posture of a patient."@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 .
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 ;
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 
                 rdfs:label "has precondition"@en ;
                 
Marc Girod-Genet's avatar
Marc Girod-Genet committed
                 rdfs:comment "The conditions that are imposed over the inputs of the process and the process must hold to be successufully invoked."@en ;