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

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

<https://concepts.sagepub.com/social-science/concept/need_for_affiliation>
  skos:definition "The person who spends days and nights thinking about how to get other people to love her has a strong need for affiliation. Managers typically have low n-Aff.. [Source: <a href=\"https://sk.sagepub.com/reference/dictionary-of-strategy/n457.xml\" target=\"_blank\" data-id=\"to-sk\">Dictionary of Strategy: Strategic Management A-Z; Need for Affiliation (n-Aff)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personality> ;
  skos:prefLabel "need for affiliation"@en ;
  a skos:Concept .

