@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/leisure_facilities>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/staff_recreational_facilities>, <https://concepts.sagepub.com/social-science/concept/sports_facilities>, <https://concepts.sagepub.com/social-science/concept/playgrounds>, <https://concepts.sagepub.com/social-science/concept/community_centers>, <https://concepts.sagepub.com/social-science/concept/clubs> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/buildings_and_facilities> ;
  skos:prefLabel "leisure facilities"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/staff_recreational_facilities>
  skos:prefLabel "staff recreational facilities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leisure_facilities> .

<https://concepts.sagepub.com/social-science/concept/sports_facilities>
  skos:prefLabel "sports facilities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leisure_facilities> .

<https://concepts.sagepub.com/social-science/concept/community_centers>
  skos:prefLabel "community centers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leisure_facilities> .

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

<https://concepts.sagepub.com/social-science/concept/buildings_and_facilities>
  skos:prefLabel "buildings and facilities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/leisure_facilities> .

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

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

