@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/speech_impairments>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/voice_disorders>, <https://concepts.sagepub.com/social-science/concept/stuttering>, <https://concepts.sagepub.com/social-science/concept/delayed_speech>, <https://concepts.sagepub.com/social-science/concept/articulation_impairments> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disability> ;
  skos:prefLabel "speech impairments"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/delayed_speech>
  skos:prefLabel "delayed speech"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/speech_impairments> .

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

<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/speech_impairments> .

<https://concepts.sagepub.com/social-science/concept/articulation_impairments>
  skos:prefLabel "articulation impairments"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/speech_impairments> .

<https://concepts.sagepub.com/social-science/concept/voice_disorders>
  skos:prefLabel "voice disorders"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/speech_impairments> .

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

