@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/nurses>
  skos:prefLabel "nurses"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/midwives> .

<https://concepts.sagepub.com/social-science/concept/staff_midwives>
  skos:prefLabel "staff midwives"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/midwives> .

<https://concepts.sagepub.com/social-science/concept/midwives>
  skos:definition "Traditionally women who assisted in the birthing process. Subordinating midwifery to male medical control was one of the earliest achievements in the development of professionalized medicine. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-health-and-society/n568.xml\" target=\"_blank\" data-id=\"to-sk\">The Sage Dictionary of Health and Society; Midwives</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/staff_midwives>, <https://concepts.sagepub.com/social-science/concept/named_midwives>, <https://concepts.sagepub.com/social-science/concept/community_midwives> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nurses> ;
  skos:prefLabel "midwives"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/community_midwives>
  skos:prefLabel "community midwives"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/midwives> .

<https://concepts.sagepub.com/social-science/concept/named_midwives>
  skos:prefLabel "named midwives"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/midwives> .

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

