@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/control_motivation> .

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

<https://concepts.sagepub.com/social-science/concept/control_motivation>
  skos:definition "Definition Control motivation refers to the motive to exercise at least some control over important events in our lives. The extent to which control motivation is innate or learned remains a point of discussion. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n113.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Control Motivation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personality> ;
  skos:prefLabel "control motivation"@en ;
  a skos:Concept .

