@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/vaccination>
  skos:definition "Vaccination is the process of producing immunity against a disease by exposing individuals to weakened, dead, or closely related (but relatively harmless) versions of the pathogen that causes this disease. With the advent of widespread vaccination within populations, rates of vaccine-preventable diseases have dropped dramatically, leading to significant decreases in both morbidity and mortality. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n471.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Vaccination</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mass_vaccination> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014611.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/immunization> ;
  skos:prefLabel "vaccination"@en ;
  a skos:Concept .

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

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

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

