@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/Midwestern_United_States>
  skos:prefLabel "Midwestern United States"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Kansas> .

<https://concepts.sagepub.com/social-science/concept/Kansas>
  skos:definition "KANSAS BECAME THE 34th state of the United States in 1861 and occupies the exact center of the landmass of the continental United States. It has a total area of just over 82,000 square miles and is bordered by Nebraska, Missouri, Oklahoma, and Colorado. [Source: <a href=\"https://sk.sagepub.com/reference/stemcell/n134.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Stem Cell Research; Kansas</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007615.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Midwestern_United_States> ;
  skos:prefLabel "Kansas"@en ;
  a skos:Concept .

<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/Kansas> .

