@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/San_Francisco_Earthquake>
  skos:definition "The San Francisco earthquake of 1906, which occurred on April 18, was characterized by a very high magnitude of 8.3 on the Richter scale. It directly caused more than 700 deaths, with estimates of about 3,000 deaths caused directly or indirectly by the earthquake in the San Francisco Bay area. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n257.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; San Francisco Earthquake (1906)</a>]"@en ;
  dc11:end 1906 ;
  dc11:start 1906 ;
  dc11:date "1906" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/earthquakes> ;
  skos:prefLabel "San Francisco Earthquake"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/earthquakes>
  skos:prefLabel "earthquakes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/San_Francisco_Earthquake> .

