@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

<https://concepts.sagepub.com/social-science/concept/race_riots>
  skos:prefLabel "race riots"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Chicago_Race_Riot> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/events>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "events"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Chicago_Race_Riot> .

<https://concepts.sagepub.com/social-science/concept/Chicago_Race_Riot>
  skos:definition "The Chicago Race Riot of 1919 occurred during the “Red Summer,” a 6-month period when race riots occurred in 25 cities in the United States. This entry describes the Chicago Race Riot, which was one of the most violent and deadly during that time. [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n47.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Chicago Race Riot of 1919</a>]"@en ;
  dc11:end 1919 ;
  dc11:start 1919 ;
  dc11:date "1919" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/race_riots> ;
  skos:prefLabel "Chicago Race Riot"@en ;
  a skos:Concept .

