@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/chlamydia>
  skos:prefLabel "chlamydia"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trachoma> .

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

<https://concepts.sagepub.com/social-science/concept/localized_diseases>
  skos:prefLabel "localized diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trachoma> .

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

<https://concepts.sagepub.com/social-science/concept/trachoma>
  skos:definition "Trachoma is a bacterial infection that is the leading cause of preventable blindness in the world today. An estimated 8 million people suffer from visual impairment or blindness today, and another 84 million may be infected. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n1174.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Trachoma</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/localized_diseases>, <https://concepts.sagepub.com/social-science/concept/conjunctivitis>, <https://concepts.sagepub.com/social-science/concept/chlamydia> ;
  skos:prefLabel "trachoma"@en ;
  a skos:Concept .

