@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/social_network_analysis>
  skos:prefLabel "social network analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tie_strength> .

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

<https://concepts.sagepub.com/social-science/concept/tie_strength>
  skos:definition "In social network analysis, social units (individuals, groups, and so forth) are often referred to as nodes. The relationships among the social units are commonly referred to as ties. [Source: <a href=\"https://sk.sagepub.com/reference/socialnetworks/n360.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Networks; Tie Strength</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_network_analysis> ;
  skos:prefLabel "tie strength"@en ;
  a skos:Concept .

