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

<https://concepts.sagepub.com/social-science/concept/terrorist_events>
  skos:prefLabel "terrorist events"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/USS_Cole_bombing> .

<https://concepts.sagepub.com/social-science/concept/terrorism_in_the_Arabian_peninsula_and_Persian_Gulf_states>
  skos:prefLabel "terrorism in the Arabian peninsula and Persian Gulf states"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/USS_Cole_bombing> .

<https://concepts.sagepub.com/social-science/concept/USS_Cole_bombing>
  skos:definition "On October 12, 2000, two suicide bombers piloted a rubber boat next to the USS Cole, in port in Aden, Yemen, and blew a 40-by-60-foot hole in the side of the 505-foot American naval destroyer. The blast killed 17 U.S. sailors and wounded 39 others on board. [Source: <a href=\"https://sk.sagepub.com/reference/terrorism2ed/n417.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Terrorism; USS Cole Bombing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/terrorist_events>, <https://concepts.sagepub.com/social-science/concept/terrorism_in_the_Arabian_peninsula_and_Persian_Gulf_states> ;
  skos:prefLabel "USS Cole bombing"@en ;
  a skos:Concept .

