@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/Vermont>
  skos:definition "Vermont is a U.S. state in the New England region of the northeast. [Source: <a href=\"https://sk.sagepub.com/reference/consumption-waste/n372.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Consumption and Waste: The Social Science of Garbage; Vermont</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014707.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> ;
  skos:prefLabel "Vermont"@en ;
  a skos:Concept .

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

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

