@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/drop_outs>
  skos:prefLabel "drop outs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/academic_failure> .

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

<https://concepts.sagepub.com/social-science/concept/academic_failure>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/school_dropouts>, <https://concepts.sagepub.com/social-science/concept/drop_outs> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/performance>, <https://concepts.sagepub.com/social-science/concept/achievement> ;
  skos:prefLabel "academic failure"@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/academic_failure> .

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

<https://concepts.sagepub.com/social-science/concept/school_dropouts>
  skos:prefLabel "school dropouts"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/academic_failure> .

