@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/disorders>
  skos:prefLabel "disorders"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/selective_mutism> .

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

<https://concepts.sagepub.com/social-science/concept/selective_mutism>
  skos:definition "Selective mutism (SM) is a disorder of childhood of unknown cause. It is characterized by a lack of speech in many social settings and is often first noticed when a child begins school. [Source: <a href=\"https://sk.sagepub.com/reference/schoolpsychology/n258.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of School Psychology; Selective Mutism</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disorders> ;
  skos:prefLabel "selective mutism"@en ;
  a skos:Concept .

