@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/travel-getaways> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Travel & Getaways" ;
    schema:name "Travel & Getaways" ;
    skos:definition "Travel and getaway content for Tampa Bay — editorial coverage of where to go and how to get away, from day trips to nearby springs to cruises departing from Port Tampa Bay. This top-level concept groups all travel/destination content classifiers." ;
    skos:inScheme <https://data.hooray.media/ontology/TravelScheme> .