@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/Massachusetts>
  skos:definition "Massachusetts is the seventh-smallest state in the United States with an area of 10,555 square miles (27,340 square kilometers). Located in New England, Massachusetts is one of the oldest states in the nation. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-education/n245.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Education: An A-to-Z Guide; Massachusetts</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Boston> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D008404.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/New_England> ;
  skos:prefLabel "Massachusetts"@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/Massachusetts> .

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

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

