@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/hanoi_flood>
  skos:definition "Vietnam, which is located in Southeast Asia, has a monsoonal climate in the north with a hot, rainy season from May to September. Hanoi, the capital of Vietnam, is situated in the Red River Delta of North Vietnam. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n103.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Hanoi Flood (1971)</a>]"@en ;
  dc11:end 1971 ;
  dc11:start 1971 ;
  dc11:date "1971" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/floods_(disaster)> ;
  skos:prefLabel "hanoi flood"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/floods_(disaster)>
  skos:prefLabel "floods (disaster)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hanoi_flood> .

