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

<https://concepts.sagepub.com/social-science/concept/Great_Lakes_region>
  skos:prefLabel "Great Lakes region"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Indiana> .

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

<https://concepts.sagepub.com/social-science/concept/Indiana>
  skos:definition "Indiana is a Great Lake state, with a 41 mi. (66 km) waterfront on Lake Erie. [Source: <a href=\"https://sk.sagepub.com/reference/globalwarming2ed/n367.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Warming &amp; Climate Change; Indiana</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007196.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Midwestern_United_States>, <https://concepts.sagepub.com/social-science/concept/Great_Lakes_region> ;
  skos:prefLabel "Indiana"@en ;
  a skos:Concept .

