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

<https://concepts.sagepub.com/social-science/concept/Idaho>
  skos:definition "Idaho is a western state, admitted to U.S. statehood in 1890. Idaho has traditionally had a largely rural population, served by one-room common schools. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-education/n196.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Education: An A-to-Z Guide; Idaho</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007061.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Northwestern_United_States> ;
  skos:prefLabel "Idaho"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Northwestern_United_States>
  skos:prefLabel "Northwestern United States"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Idaho> .

