@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/school_dropouts> .

<https://concepts.sagepub.com/social-science/concept/academic_failure>
  skos:prefLabel "academic failure"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/school_dropouts> .

<https://concepts.sagepub.com/social-science/concept/school_dropouts>
  skos:definition "Since the mid-20th century, concern in the United States has escalated about students who leave the formal education system before completing at least a high school diploma. Recent high school dropout rates are often described as a “crisis,” particularly in big cities, where the figures may be as high as 50 percent. [Source: <a href=\"https://sk.sagepub.com/reference/socialproblems/n494.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Problems; School Dropouts</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/academic_failure> ;
  skos:prefLabel "school dropouts"@en ;
  a skos:Concept .

