@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/hearing_impairment>
  skos:prefLabel "hearing impairment"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

<https://concepts.sagepub.com/social-science/concept/exceptionalities>
  skos:prefLabel "exceptionalities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

<https://concepts.sagepub.com/social-science/concept/communication_exceptionalities>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hearing_impairment>, <https://concepts.sagepub.com/social-science/concept/dyslexia>, <https://concepts.sagepub.com/social-science/concept/autism>, <https://concepts.sagepub.com/social-science/concept/Asperger_syndrome> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/exceptionalities> ;
  skos:prefLabel "communication exceptionalities"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

<https://concepts.sagepub.com/social-science/concept/autism>
  skos:prefLabel "autism"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

<https://concepts.sagepub.com/social-science/concept/Asperger_syndrome>
  skos:prefLabel "Asperger syndrome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

<https://concepts.sagepub.com/social-science/concept/dyslexia>
  skos:prefLabel "dyslexia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_exceptionalities> .

