@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/maternity_hospitals>
  skos:prefLabel "maternity hospitals"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_services> .

<https://concepts.sagepub.com/social-science/concept/pregnancy_services>
  skos:prefLabel "pregnancy services"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_services> .

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

<https://concepts.sagepub.com/social-science/concept/antenatal_services>
  skos:prefLabel "antenatal services"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maternity_services> .

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

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

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

