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

<https://concepts.sagepub.com/social-science/concept/South_Asia>
  skos:prefLabel "South Asia"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Pakistan> .

<https://concepts.sagepub.com/social-science/concept/Pakistan>
  skos:definition "Pakistan is located on the Arabian Sea, between India, Afghanistan, Iran, and China. It covers 803,940 square kilometers and has a population of 150 million people (July 2003 estimate). [Source: <a href=\"https://sk.sagepub.com/reference/lawenforcement/n506.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Law Enforcement; Pakistan</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D010154.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/South_Asia> ;
  skos:prefLabel "Pakistan"@en ;
  a skos:Concept .

