@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/schistosomiasis>
  skos:definition "Schistosomiasis, also known as Bilharzia, is a parasitic disease caused by flatworms and is widely found throughout the tropics. Following malaria, it is the most common parasitic disease in the world. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n1071.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Schistosomiasis</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/trematode_infections> ;
  skos:prefLabel "schistosomiasis"@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/schistosomiasis> .

<https://concepts.sagepub.com/social-science/concept/trematode_infections>
  skos:prefLabel "trematode infections"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/schistosomiasis> .

