@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/New_England>
  skos:prefLabel "New England"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Maine> .

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

<https://concepts.sagepub.com/social-science/concept/Maine>
  skos:definition "Maine is the 41st-most populous state in the United States. With a median age of over 40 years, Maine also has the oldest population of the 50 states. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-encyclopedia-of-world-poverty-second-edition/i6698.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of World Poverty; Maine</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D008281.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> ;
  skos:prefLabel "Maine"@en ;
  a skos:Concept .

