@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/delivery_suites>
  skos:prefLabel "delivery suites"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_units> .

<https://concepts.sagepub.com/social-science/concept/maternity_units>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/general_practitioner_maternity_units>, <https://concepts.sagepub.com/social-science/concept/delivery_suites> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_services>, <https://concepts.sagepub.com/social-science/concept/hospital_departments>, <https://concepts.sagepub.com/social-science/concept/clinics> ;
  skos:prefLabel "maternity units"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/maternity_services>
  skos:prefLabel "maternity services"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/maternity_units> .

<https://concepts.sagepub.com/social-science/concept/general_practitioner_maternity_units>
  skos:prefLabel "general practitioner maternity units"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_units> .

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

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

<https://concepts.sagepub.com/social-science/concept/hospital_departments>
  skos:prefLabel "hospital departments"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/maternity_units> .

