@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/cruise> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Cruise" ;
    schema:name "Cruise" ;
    skos:definition "Cruise, a subclass of Travel, refers to leisure travel experiences conducted aboard large passenger ships or smaller vessels offering multi-day itineraries that combine transportation, lodging, dining, and entertainment in a single experience. In lifestyle and family contexts, cruises are often positioned as stress-free vacations emphasizing convenience, amenities, and destination variety — appealing to couples, families, and multigenerational travelers alike. Cruise content typically includes family-friendly cruise lines, themed sailings (Disney, music, food, or wellness), regional routes (Caribbean, Alaska, Mediterranean), port excursions, packing guides, and onboard experiences such as dining, entertainment, and kids' programs." ;
    skos:inScheme <https://data.hooray.media/ontology/TravelScheme> ;
    skos:broader <https://data.hooray.media/ontology/travel-getaways> ;
    skos:altLabel "Cruise Vacation" ;
    skos:altLabel "Cruise Travel" ;
    skos:altLabel "Family Cruise" ;
    skos:altLabel "Luxury Cruise" ;
    skos:altLabel "Ocean Cruise" ;
    skos:altLabel "River Cruise" ;
    skos:altLabel "Themed Cruise" .