@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/hotels>
  skos:definition "Hotels are sophisticated hospitality machines. For more than two centuries, they have offered lodging, food, drink, and similar amenities to travelers. [Source: <a href=\"https://sk.sagepub.com/reference/urbanhistory/n198.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of American Urban History; Hotels</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_hotels> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/tourist_accommodation>, <https://concepts.sagepub.com/social-science/concept/communal_buildings>, <https://concepts.sagepub.com/social-science/concept/bed_and_breakfast_accommodation> ;
  skos:prefLabel "hotels"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/tourist_accommodation>
  skos:prefLabel "tourist accommodation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hotels> .

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

<https://concepts.sagepub.com/social-science/concept/communal_buildings>
  skos:prefLabel "communal buildings"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hotels> .

<https://concepts.sagepub.com/social-science/concept/bed_and_breakfast_accommodation>
  skos:prefLabel "bed and breakfast accommodation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hotels> .

