@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_deaths>
  skos:definition "A neonatal death is death of an infant prior to the 28th day of life. Demographers and epidemiologists define the neonatal mortality rate (NMR) as: where Deathsz&lt;28days refers to deaths to infants younger than 28 days old, in year z; and Birthsz is the number of live births in year z. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n262.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Neonatal Deaths</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "neonatal deaths"@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/neonatal_deaths> .

<https://concepts.sagepub.com/social-science/concept/cause_of_death>
  skos:prefLabel "cause of death"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/neonatal_deaths> .

