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

<https://concepts.sagepub.com/social-science/concept/Indian_Famine>
  skos:definition "The famines of 1896–97 and 1899–1900 in India affected almost the entire subcontinent, causing severe distress, debility, and mortality. Unlike the 1876–78 famine, which was largely localized, these famines were widespread and occurred due to an unprecedented shortage of food grains and escalating prices. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n134.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Indian Famine (1896–1902)</a>]"@en ;
  dc11:end 1902 ;
  dc11:start 1896 ;
  dc11:date "1896-1902" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/famine> ;
  skos:prefLabel "Indian Famine"@en ;
  a skos:Concept .

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

