@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-art-festival> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Gasparilla Art Festival" ;
    schema:name "Gasparilla Art Festival" ;
    skos:definition "Gasparilla Festival of the Arts along Bayshore Boulevard — juried fine art show featuring hundreds of artists, one of the top-ranked outdoor art festivals in the Southeast" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/gasparilla> .