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

<https://concepts.sagepub.com/social-science/concept/Colombia>
  skos:definition "Colombia is a South American country of 41 million people. A 40-year civil war had adverse effects, primarily on civilians, that included kidnappings, extortions, threats, assassinations, and dislocations. [Source: <a href=\"https://sk.sagepub.com/reference/cultural-sociology-of-mental-illness/n52.xml\" target=\"_blank\" data-id=\"to-sk\">Cultural Sociology of Mental Illness: An A-to-Z Guide; Colombia</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D003105.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/South_America> ;
  skos:prefLabel "Colombia"@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/Colombia> .

