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

<https://concepts.sagepub.com/social-science/concept/Mexico>
  skos:definition "Mexico is a federal democracy with an area of 1,964,735 square kilometers and a population of 103.5 million people (January 2003). It is located in North America, bordering the United States and Guatemala, between the North Pacific Ocean and the Gulf of Mexico. [Source: <a href=\"https://sk.sagepub.com/reference/lawenforcement/n492.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Law Enforcement; Mexico</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D008800.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/North_America> ;
  skos:prefLabel "Mexico"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/North_America>
  skos:prefLabel "North America"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Mexico> .

