@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/prevalence>
  skos:definition "Prevalence represents the total number of existing persons with a disease or event in a defined population at a specific time. Existing cases includes both old and new cases. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n1003.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Prevalence</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D015995.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/morbidity> ;
  skos:prefLabel "prevalence"@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/prevalence> .

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

