@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/birth_and_infancy>
  skos:prefLabel "birth and infancy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/birth_weight> .

<https://concepts.sagepub.com/social-science/concept/body_weight>
  skos:prefLabel "body weight"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/birth_weight> .

<https://concepts.sagepub.com/social-science/concept/fetal_macrosomia>
  skos:prefLabel "fetal macrosomia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/birth_weight> .

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

<https://concepts.sagepub.com/social-science/concept/low_birth_weight>
  skos:prefLabel "low birth weight"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/birth_weight> .

<https://concepts.sagepub.com/social-science/concept/birth_weight>
  skos:definition "Birth weight is the actual weight of the baby determined immediately after delivery. The average birth weight in the United States varies between 3,000 and 3,600 g, depending on factors such as race, size of the parents, and gender (boys are heavier). [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n92.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Birth Weight</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/low_birth_weight>, <https://concepts.sagepub.com/social-science/concept/fetal_macrosomia> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001724.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/body_weight>, <https://concepts.sagepub.com/social-science/concept/birth_and_infancy> ;
  skos:prefLabel "birth weight"@en ;
  a skos:Concept .

