@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/child_day_care>
  skos:prefLabel "child day care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/playgroups> .

<https://concepts.sagepub.com/social-science/concept/child_care>
  skos:prefLabel "child care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/playgroups> .

<https://concepts.sagepub.com/social-science/concept/face_to_face_groups>
  skos:prefLabel "face to face groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/playgroups> .

<https://concepts.sagepub.com/social-science/concept/playgroups>
  skos:broader <https://concepts.sagepub.com/social-science/concept/play_services>, <https://concepts.sagepub.com/social-science/concept/face_to_face_groups>, <https://concepts.sagepub.com/social-science/concept/child_day_care>, <https://concepts.sagepub.com/social-science/concept/child_care> ;
  skos:prefLabel "playgroups"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/play_services>
  skos:prefLabel "play services"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/playgroups> .

