@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/Gary_Plan> .

<https://concepts.sagepub.com/social-science/concept/curriculum_and_instruction>
  skos:prefLabel "curriculum and instruction"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Gary_Plan> .

<https://concepts.sagepub.com/social-science/concept/Gary_Plan>
  skos:definition "The scientific management movement in the early part of the 20th century strongly encouraged the use of business-related practices in the United States. Schools were also influenced by this business-driven movement. [Source: <a href=\"https://sk.sagepub.com/reference/educationalreform/n181.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Educational Reform and Dissent; Gary Plan</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/curriculum_and_instruction> ;
  skos:prefLabel "Gary Plan"@en ;
  a skos:Concept .

