@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/neonatal_mortality>
  skos:prefLabel "neonatal mortality"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/infant_mortality> .

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

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

<https://concepts.sagepub.com/social-science/concept/infant_mortality>
  skos:definition "Infant mortality is defined as the death of an infant prior to its first birthday. This definition clearly excludes death in utero, or stillborn infants. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n345.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Infant Mortality</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/neonatal_mortality> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007226.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mortality> ;
  skos:prefLabel "infant mortality"@en ;
  a skos:Concept .

