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

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

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

<https://concepts.sagepub.com/social-science/concept/entertainments>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/games>, <https://concepts.sagepub.com/social-science/concept/funfairs>, <https://concepts.sagepub.com/social-science/concept/discos> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leisure_activities> ;
  skos:prefLabel "entertainments"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/leisure_activities>
  skos:prefLabel "leisure activities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/entertainments> .

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

