@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/swimming_pools>
  skos:definition "Swimming pools, artificially constructed repositories of water intended for swimming or water-based recreation, are popular across the United States. Many municipalities or other local governments operate public swimming pools. [Source: <a href=\"https://sk.sagepub.com/reference/greenhealth/n141.xml\" target=\"_blank\" data-id=\"to-sk\">Green Health: An A-to-Z Guide; Swimming Pools</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hydrotherapy_pools> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D013551.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_facilities> ;
  skos:prefLabel "swimming pools"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/public_facilities>
  skos:prefLabel "public facilities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/swimming_pools> .

<https://concepts.sagepub.com/social-science/concept/hydrotherapy_pools>
  skos:prefLabel "hydrotherapy pools"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/swimming_pools> .

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

