s4ehaw:Impairment — Impairment

IRI
https://saref.etsi.org/saref4ehaw/Impairment
Is defined by
https://saref.etsi.org/saref4ehaw/v1.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v1.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/
Download serialization
License

Definition of s4ehaw:Impairment

Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:

Defined for users (that can in particular be patients) impairments modelling, e.g. aural impairment, skeletal impairment, ocular impairment, mobility impairment, intellectual impairment. Those non exhaustive impairments are compatible with the World Health Organization classification.

Description as a Class

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:AuralImpairment a s4ehaw:Impairment .

s4ehaw:IntellectualImpairment a s4ehaw:Impairment .

s4ehaw:MobilityImpairment a s4ehaw:Impairment .

s4ehaw:OcularImpairment a s4ehaw:Impairment .

s4ehaw:SkeletalImpairment a s4ehaw:Impairment .

s4ehaw:hasImpairment rdfs:range s4ehaw:Impairment .

<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:Impairment ;
    dct:subject s4ehaw:Impairment .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:Impairment ;
    dct:subject s4ehaw:Impairment .

s4ehaw:Impairment a owl:Class ;
    rdfs:label "Impairment"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. aural impairment, skeletal impairment, ocular impairment, mobility impairment, intellectual impairment. Those non exhaustive impairments are compatible with the World Health Organization classification."@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/> ;
    ns1:hiddenLabel "Impairment" .