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

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

<https://concepts.sagepub.com/social-science/concept/Solomon_Islands_tsunami>
  skos:definition "On April 2, 2007, a tsunami triggered by an 8.1 magnitude submarine earthquake struck the remotely populated Solomon Islands, killing over 50 people, injuring over 5,000, and leaving over 7,000 homeless. Several aftershocks were reported, with the highest reaching 6.4 magnitude. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n267.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Solomon Islands Tsunami (2007)</a>]"@en ;
  dc11:end 2007 ;
  dc11:start 2007 ;
  dc11:date "2007" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/tsunamis> ;
  skos:prefLabel "Solomon Islands tsunami"@en ;
  a skos:Concept .

