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

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

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

<https://concepts.sagepub.com/social-science/concept/bathing_beaches>
  skos:prefLabel "bathing beaches"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_facilities> .

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

<https://concepts.sagepub.com/social-science/concept/health_resorts>
  skos:prefLabel "health resorts"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_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/public_facilities> .

<https://concepts.sagepub.com/social-science/concept/public_facilities>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/toilet_facilities>, <https://concepts.sagepub.com/social-science/concept/swimming_pools>, <https://concepts.sagepub.com/social-science/concept/health_resorts>, <https://concepts.sagepub.com/social-science/concept/bathing_beaches>, <https://concepts.sagepub.com/social-science/concept/airports> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011633.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sanitation> ;
  skos:prefLabel "public facilities"@en ;
  a skos:Concept .

