@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/typology/hotel>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.hotel" ;
  skos:prefLabel "Hotel"@en ;
  skos:definition "Premises letting rooms by the night with staffed reception and service. The building; the rooms inside it are `space.hotel_room` and `space.lobby`."@en ;
  skos:altLabel "resort"@en ;
  skos:altLabel "inn"@en ;
  skos:altLabel "Hotel & resort"@en ;
  skos:altLabel "boutique"@en ;
  skos:hiddenLabel "Hotel & resort"@en ;
  skos:hiddenLabel "boutique"@en ;
  mi:semanticId "typology.hotel" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
