@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/life_adjustment_movement>
  skos:definition "The life adjustment movement was a short-lived effort following World War II to provide a high school curriculum that was more practical for what was then a majority of high school students who did not go on to college or other postsecondary training."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/secondary_school_curriculum> ;
  skos:prefLabel "life adjustment movement"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/secondary_school_curriculum>
  skos:prefLabel "secondary school curriculum"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/life_adjustment_movement> .

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

