Definition of s4ehaw:Posture
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking...
Description as a Class
- has super-classes
- saref:Property
- is in range of
- s4ehaw:hasPosture
- has members
- s4ehaw:Exercising, s4ehaw:Lying, s4ehaw:Running, s4ehaw:Sitting, s4ehaw:Walking
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/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4ehaw:Exercising a s4ehaw:Posture .
s4ehaw:Lying a s4ehaw:Posture .
s4ehaw:Running a s4ehaw:Posture .
s4ehaw:Sitting a s4ehaw:Posture .
s4ehaw:Walking a s4ehaw:Posture .
s4ehaw:hasPosture rdfs:range s4ehaw:Posture .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:Posture ;
dct:subject s4ehaw:Posture .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:Posture ;
dct:subject s4ehaw:Posture .
s4ehaw:Posture a owl:Class ;
rdfs:label "Posture"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@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 saref:Property ;
ns1:hiddenLabel "Posture" .