@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_nursing>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D017283.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pediatric_nursing>, <https://concepts.sagepub.com/social-science/concept/nursing>, <https://concepts.sagepub.com/social-science/concept/neonatal_care>, <https://concepts.sagepub.com/social-science/concept/maternal-child_nursing> ;
  skos:prefLabel "neonatal nursing"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/neonatal_care>
  skos:prefLabel "neonatal care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/neonatal_nursing> .

<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_nursing> .

<https://concepts.sagepub.com/social-science/concept/pediatric_nursing>
  skos:prefLabel "pediatric nursing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/neonatal_nursing> .

<https://concepts.sagepub.com/social-science/concept/maternal-child_nursing>
  skos:prefLabel "maternal-child nursing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/neonatal_nursing> .

