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

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/krakatoa_eruption> .

<https://concepts.sagepub.com/social-science/concept/krakatoa_eruption>
  skos:definition "On August 26, 1883, the volcanic Indonesian island of Krakatoa erupted with an explosion so devastating it impacted the entire Earth. One of the most catastrophic natural disasters in recorded history, the Krakatoa explosion sent cubic miles of earth into the ocean, creating tsunamis; affected the weather by spewing fine ash into the upper atmosphere; and sent boulders as large as trucks flying through the air. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n151.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Krakatoa Eruption (1883)</a>]"@en ;
  dc11:end 1883 ;
  dc11:start 1883 ;
  dc11:date "1883" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/volcanoes> ;
  skos:prefLabel "krakatoa eruption"@en ;
  a skos:Concept .

