@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/conceptgroup/events>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "events"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Pan_Am_Flight_103> .

<https://concepts.sagepub.com/social-science/concept/Pan_Am_Flight_103>
  skos:definition "The downing of Pan Am Flight 103 by a terrorist bomb over Lockerbie, Scotland, in December 1988 was the worst civil air disaster ever in the United Kingdom. Hijackings of airliners by terrorists occurred throughout the 1970s and 1980s, prompting Pan American World Airways (Pan Am) in 1986 to hire an Israeli consulting firm to review its security system. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n185.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Pan Am Flight 103 (1988)</a>]"@en ;
  dc11:end 1988 ;
  dc11:start 1988 ;
  dc11:date "1988" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/terrorist_attacks> ;
  skos:prefLabel "Pan Am Flight 103"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/terrorist_attacks>
  skos:prefLabel "terrorist attacks"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Pan_Am_Flight_103> .

