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

<https://concepts.sagepub.com/social-science/concept/tuberculosis>
  skos:prefLabel "tuberculosis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/major_disasters> .

<https://concepts.sagepub.com/social-science/concept/disaster_relief>
  skos:prefLabel "disaster relief"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/major_disasters> .

<https://concepts.sagepub.com/social-science/concept/major_disasters>
  skos:related <https://concepts.sagepub.com/social-science/concept/HIV_AIDS> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tuberculosis>, <https://concepts.sagepub.com/social-science/concept/smallpox>, <https://concepts.sagepub.com/social-science/concept/measles>, <https://concepts.sagepub.com/social-science/concept/malaria>, <https://concepts.sagepub.com/social-science/concept/bubonic_plague> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disaster_relief> ;
  skos:prefLabel "major disasters"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/HIV_AIDS>
  skos:prefLabel "HIV/AIDS"@en ;
  a skos:Concept ;
  skos:related <https://concepts.sagepub.com/social-science/concept/major_disasters> .

<https://concepts.sagepub.com/social-science/concept/measles>
  skos:prefLabel "measles"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/major_disasters> .

<https://concepts.sagepub.com/social-science/concept/malaria>
  skos:prefLabel "malaria"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/major_disasters> .

<https://concepts.sagepub.com/social-science/concept/bubonic_plague>
  skos:prefLabel "bubonic plague"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/major_disasters> .

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

<https://concepts.sagepub.com/social-science/concept/smallpox>
  skos:prefLabel "smallpox"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/major_disasters> .

