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

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

<https://concepts.sagepub.com/social-science/concept/Union_Station_massacre>
  skos:altLabel "Kansas City massacre"@en ;
  skos:definition "On the morning of June 17, 1933, in Kansas City, Missouri, four policemen and FBI agents were escorting convicted killer Frank Nash from the Union Railway Station back to Leavenworth State Penitentiary, from which he had escaped in October 1930. There was some concern ahead of time that an attempt might be made to either rescue Nash or kill him before he was returned to prison. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n462.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; Union Station Massacre</a>]"@en ;
  dc11:end 1933 ;
  dc11:start 1933 ;
  dc11:date "1933" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mass_murder> ;
  skos:prefLabel "Union Station massacre"@en ;
  a skos:Concept .

