CD.COM.11: functional_limitations_level

​​This code directory references the Washington Group Short Set of questions response categories, as it is increasingly used in social registry and humanitarian needs assessment related data collection.

Code Number
Description

1

No difficulty

2

Some difficulty

3

A lot of difficulty

4

Cannot do at all

JSON-LD File on GitHub

https://github.com/spdci/schemas/blob/main/common/v1/FunctionalSeverityEnum.jsonld
{
  "@context": {
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "@vocab": "https://schema.spdci.org/extensions/common/v1/"
  },
  "@graph": [
    {
      "@id": "category:FunctionalSeverityEnum",
      "@type": "rdfs:Class",
      "rdfs:subClassOf": "rdfs:Resource",
      "rdfs:label": "Functional Severity  Enum",
      "rdfs:comment": "Enumeration for functional severity categories.",
      "owl:oneOf": [
        "category:1",
        "category:2",
        "category:3",
        "category:4"
      ]
    },
    {
      "@id": "category:1",
      "@type": "category:FunctionalSeverityEnum",
      "rdfs:label": "No difficulty",
      "rdfs:comment": "No difficulty"
    },
    {
      "@id": "category:2",
      "@type": "category:FunctionalSeverityEnum",
      "rdfs:label": "Some difficulty",
      "rdfs:comment": "Some difficulty"
    },
    {
      "@id": "category:3",
      "@type": "category:FunctionalSeverityEnum",
      "rdfs:label": "A lot difficulty",
      "rdfs:comment": "A lot difficulty"
    },
    {
      "@id": "category:4",
      "@type": "category:FunctionalSeverityEnum",
      "rdfs:label": "Cannot do it at all",
      "rdfs:comment": "Cannot do it at all"
    }
  ]
}

Last updated

Was this helpful?