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

<https://concepts.sagepub.com/social-science/concept/Appalachian_region>
  skos:prefLabel "Appalachian region"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Kentucky> .

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

<https://concepts.sagepub.com/social-science/concept/Kentucky>
  skos:definition "KENTUCKY IS THE 26th largest state by population and the 37th largest by land area in the United States. The state has two major research universities, the University of Kentucky and the University of Louisville. [Source: <a href=\"https://sk.sagepub.com/reference/stemcell/n136.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Stem Cell Research; Kentucky</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007629.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Midwestern_United_States>, <https://concepts.sagepub.com/social-science/concept/Appalachian_region> ;
  skos:prefLabel "Kentucky"@en ;
  a skos:Concept .

