@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/backgammon> .

<https://concepts.sagepub.com/social-science/concept/backgammon>
  skos:definition "Backgammon is a two-player racing game of luck and strategy, a descendant of one of the oldest lineages of board games—the table game. The earliest examples of the table game, found in the royal tombs at Ur (Mesopotamia), date back to around 3000 b.c.e. [Source: <a href=\"https://sk.sagepub.com/reference/play/n35.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Backgammon</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/board_games> ;
  skos:prefLabel "backgammon"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/board_games>
  skos:prefLabel "board games"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/backgammon> .

