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

<https://concepts.sagepub.com/social-science/concept/idiocentrism>
  skos:definition "The word idio means own, personal, private, peculiar, and distinct. The word centrism refers to adopting the middle position between two extreme viewpoints. [Source: <a href=\"https://sk.sagepub.com/reference/counseling/n388.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Counseling; Idiocentrism</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/race,_ethnicity_and_migration> ;
  skos:prefLabel "idiocentrism"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/race,_ethnicity_and_migration>
  skos:prefLabel "race, ethnicity and migration"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/idiocentrism> .

