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

<https://concepts.sagepub.com/social-science/concept/lower_secondary_education>
  skos:prefLabel "lower secondary education"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/junior_high_school> .

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

<https://concepts.sagepub.com/social-science/concept/junior_high_school>
  skos:definition "Junior high schools became the early subdivision of secondary schools that included Grades 7 through 9. Based on the nature and needs of preadolescent students, the junior high school program was designed to give guidance and direction through integrated curriculum and elective prevocational exploratory courses. [Source: <a href=\"https://sk.sagepub.com/reference/educationalreform/n233.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Educational Reform and Dissent; Junior High School</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/school_types>, <https://concepts.sagepub.com/social-science/concept/lower_secondary_education> ;
  skos:prefLabel "junior high school"@en ;
  a skos:Concept .

