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

<https://concepts.sagepub.com/social-science/concept/Connecticut>
  skos:prefLabel "Connecticut"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> .

<https://concepts.sagepub.com/social-science/concept/New_England>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Maine>, <https://concepts.sagepub.com/social-science/concept/New_Hampshire>, <https://concepts.sagepub.com/social-science/concept/Connecticut>, <https://concepts.sagepub.com/social-science/concept/Vermont>, <https://concepts.sagepub.com/social-science/concept/Rhode_Island>, <https://concepts.sagepub.com/social-science/concept/Massachusetts> ;
  a skos:Concept ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D009511.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/United_States> ;
  skos:prefLabel "New England"@en .

<https://concepts.sagepub.com/social-science/concept/Massachusetts>
  skos:prefLabel "Massachusetts"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> .

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

<https://concepts.sagepub.com/social-science/concept/Vermont>
  skos:prefLabel "Vermont"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> .

<https://concepts.sagepub.com/social-science/concept/Maine>
  skos:prefLabel "Maine"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> .

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

<https://concepts.sagepub.com/social-science/concept/Rhode_Island>
  skos:prefLabel "Rhode Island"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> .

