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

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

<https://concepts.sagepub.com/social-science/concept/independence>
  skos:definition "Taken to signify a political stance for an evaluation that is not subject to the control of or that does not provide privileged access to any particular stakeholder group or constituency. Independence has been implied and advocated in a number of ways. [Source: <a href=\"https://methods.sagepub.com/reference/encyclopedia-of-evaluation/n268.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Evaluation; Independence</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personality> ;
  skos:prefLabel "independence"@en ;
  a skos:Concept .

