@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/face_to_face_groups>
  skos:prefLabel "face to face groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/growth_groups> .

<https://concepts.sagepub.com/social-science/concept/encounter_groups>
  skos:prefLabel "encounter groups"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/growth_groups> .

<https://concepts.sagepub.com/social-science/concept/sensitivity_groups>
  skos:prefLabel "sensitivity groups"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/growth_groups> .

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

<https://concepts.sagepub.com/social-science/concept/growth_groups>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sensitivity_groups>, <https://concepts.sagepub.com/social-science/concept/encounter_groups> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/face_to_face_groups> ;
  skos:prefLabel "growth groups"@en ;
  a skos:Concept .

