{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"@vocab": "https://schema.spdci.org/extensions/common/v1/"
},
"@graph": [
{
"@id": "type:FunctionalLimitationType",
"@type": "rdfs:Class",
"rdfs:subClassOf": "rdfs:Resource",
"rdfs:label": "Functional Limitation Type Enum",
"rdfs:comment": "Standardized codes and values representing functional Limitation Type.",
"owl:oneOf": [
"type:d132",
"type:b1440"
]
},
{
"@id": "type:d132",
"@type": "type:FunctionalLimitationType",
"rdfs:label": "Acquiring language"
},
{
"@id": "type:b1440",
"@type": "type:FunctionalLimitationType",
"rdfs:label": "Short-term memory"
}
]
}