@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/gasparilla> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Gasparilla" ;
    schema:name "Gasparilla" ;
    skos:definition "Gasparilla season in Tampa — a month-long celebration honoring the mythical pirate Jose Gaspar, anchored by the massive Gasparilla Pirate Festival parade and extending into music, art, distance running, and kids events. Tampa's signature cultural event" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/winter-peak-season> .