@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/boat-tours-and-cruises> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Boat Tours & Cruises" ;
    schema:name "Boat Tours & Cruises" ;
    skos:definition "Boat tours and sightseeing cruises on Tampa Bay — Pirate Water Taxi, dolphin-watching tours, sunset cruises, speed boat rides, and eco-tours through mangrove waterways" ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> .