Definition of s4ehaw:User
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
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.
Description as a Class
- has super-classes
- s4ehaw:HealthActor
- has sub-classes
- s4ehaw:Patient
- is in domain of
-
s4ehaw:hasHabit
s4ehaw:hasImpairment
s4ehaw:hasPosture - is in range of
- s4ehaw:followsUser
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
s4ehaw:Patient rdfs:subClassOf s4ehaw:User .
s4ehaw:followsUser rdfs:range s4ehaw:User .
s4ehaw:hasHabit rdfs:domain s4ehaw:User .
s4ehaw:hasImpairment rdfs:domain s4ehaw:User .
s4ehaw:hasPosture rdfs:domain s4ehaw:User .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:User ;
dct:subject s4ehaw:User .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:User ;
dct:subject s4ehaw:User .
s4ehaw:User a owl:Class ;
rdfs:label "User"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:comment "A health actor (patient included) that can be equiped with BANs or health devices for monitoring, control, care (specific case of patients) or support purposes."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:subClassOf s4ehaw:HealthActor ;
ns1:hiddenLabel "User" .