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

<https://concepts.sagepub.com/social-science/concept/Bolivia>
  skos:definition "Bolivia is one of the poorest countries in South America. In addition, Bolivia is one of the most unequal countries in the world, despite being a country rich in mineral, gas, and oil resources. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-encyclopedia-of-world-poverty-second-edition/i2623.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of World Poverty; Bolivia</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001838.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/South_America> ;
  skos:prefLabel "Bolivia"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/South_America>
  skos:prefLabel "South America"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Bolivia> .

