@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/strawberry-festival> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Strawberry Festival" ;
    schema:name "Strawberry Festival" ;
    skos:definition "Florida Strawberry Festival in Plant City — massive annual event (typically late February/early March) with carnival rides, concerts, strawberry shortcake, livestock shows, and over 500,000 visitors. Separate from U-Pick; this is a standalone festival institution" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/winter-peak-season> .