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

<https://concepts.sagepub.com/social-science/concept/Uruguay>
  skos:definition "Uruguay, officially known as the Oriental Republic of Uruguay, is the second-smallest country in South America, with an area of 68,036 square miles. Brazil forms its eastern and northeastern border, while Argentina bounds it on the west and northwest. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n953.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Uruguay</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014583.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/South_America> ;
  skos:prefLabel "Uruguay"@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/Uruguay> .

