@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/network_communities> .

<https://concepts.sagepub.com/social-science/concept/network_communities>
  skos:definition "Those who study network communities treat communities as embedded in social networks rather than in places. Traditionally, analysts have looked for community by asking if neighborhoods are sociable, are supportive, and provide social identity. [Source: <a href=\"https://sk.sagepub.com/reference/community/n350.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Community: From the Village to the Virtual World; Network Communities</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_capital> ;
  skos:prefLabel "network communities"@en ;
  a skos:Concept .

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

