@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://data.hooray.media/ontology/hotel> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Hotel" ;
    schema:name "Hotel" ;
    skos:definition "Hotel, a subclass of Accommodations, encompasses commercial establishments that provide short-term lodging services for travelers, typically offering private rooms, amenities, and hospitality services in exchange for payment. Hotels are distinguished by their commercial nature, standardized services, and professional management, ranging from budget-friendly options to luxury resorts. The hotel industry provides various services including housekeeping, dining, recreation, business facilities, and concierge services, serving as temporary homes for business travelers, vacationers, and special event guests. In lifestyle coverage, hotels serve as destinations for family vacations, business travel, romantic getaways, and special occasions, with Florida's tourism industry featuring beachfront resorts, theme park hotels, and urban accommodations." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/accommodations> ;
    skos:altLabel "Lodging" ;
    skos:altLabel "Hotels" ;
    skos:altLabel "Commercial Accommodation" ;
    skos:altLabel "Hospitality" .