@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/fall-festivals> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Fall Festivals" ;
    schema:name "Fall Festivals" ;
    skos:definition "FallFestivals classifies time-bound, attendable celebrations of the season—multi-activity weekends with music, vendors, pumpkin features, mazes, hay rides, and local food. In Florida, these mark the shift to cooler evenings and community weekends, drawing families for a full day of fall experiences in one place." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/fall-activities> ;
    skos:altLabel "Harvest Festivals" ;
    skos:altLabel "Autumn Festivals" .