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

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

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

<https://concepts.sagepub.com/social-science/concept/Boston>
  skos:definition "Boston is a card game using the standard 52-card deck. It's a trick-taking game, a Whist variant that incorporated elements of Quadrille and developed over the 18th and 19th centuries. [Source: <a href=\"https://sk.sagepub.com/reference/play/n59.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Boston</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001900.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Massachusetts>, <https://concepts.sagepub.com/social-science/concept/cities> ;
  skos:prefLabel "Boston"@en ;
  a skos:Concept .

