@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/Indian_Ocean_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/Indian_Ocean_tsunami> .

<https://concepts.sagepub.com/social-science/concept/Indian_Ocean_tsunami>
  skos:altLabel "2004 tsunami"@en ;
  skos:definition "On December 26, 2004, an earthquake registering 9.3 on the Richter scale ripped open the ocean floor in the Sunda Trench 160 kilometers (100 miles) off the western coast of Sumatra, Indonesia. The earthquake was the second largest ever recorded on a seismograph, with the largest occurring in Valdivia, Chile, in 1960. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n135.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Indian Ocean Tsunami (2004)</a>]"@en ;
  dc11:end 2004 ;
  dc11:start 2004 ;
  dc11:date "2004" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/tsunamis> ;
  skos:prefLabel "Indian Ocean tsunami"@en ;
  a skos:Concept .

