@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/table_soccer> .

<https://concepts.sagepub.com/social-science/concept/table_soccer>
  skos:definition "Table soccer is a tabletop game based on the rules of field soccer. The table surface is rectangular and modeled after a soccer field. [Source: <a href=\"https://sk.sagepub.com/reference/play/n408.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Table Soccer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/children%27s_games> ;
  skos:prefLabel "table soccer"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/children%27s_games>
  skos:prefLabel "children's games"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/table_soccer> .

