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

<https://concepts.sagepub.com/social-science/concept/group_structure>
  skos:prefLabel "group structure"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/jigsaw_classroom> .

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

<https://concepts.sagepub.com/social-science/concept/jigsaw_classroom>
  skos:definition "Social psychologist Elliot Aronson introduced the jigsaw classroom in 1971, while a professor at the University of Texas at Austin. It was first used as a teaching/learning strategy to help defuse a potentially explosive situation in Austin—its racially segregated schools were slowly desegregating. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n304.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Jigsaw Classroom</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prejudice>, <https://concepts.sagepub.com/social-science/concept/group_structure> ;
  skos:prefLabel "jigsaw classroom"@en ;
  a skos:Concept .

