@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/preterm_infants> .

<https://concepts.sagepub.com/social-science/concept/preterm_infants>
  skos:definition "In comparison with infants born at 40 weeks, the expected length of pregnancy, infants born before they have reached 37 weeks’ gestation are considered premature. About one of eight infants, or 12%, is born premature in the United States, resulting in more than 485,000 preterm births. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n496.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Preterm Infants</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/birth_and_infancy> ;
  skos:prefLabel "preterm infants"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/birth_and_infancy>
  skos:prefLabel "birth and infancy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/preterm_infants> .

