@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> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Fall" ;
    schema:name "Fall" ;
    skos:definition "Fall, a subclass of Seasons, classifies lifestyle and cultural content centered on the autumn period—roughly September through November in Florida and across the U.S. It captures the shift toward cooler weather, seasonal foods, school routines, and family outings tied to harvest and holiday traditions. In Hooray Media sites, Fall anchors coverage of pumpkin patches, hayrides, Halloween celebrations, Thanksgiving gatherings, and cozy seasonal décor." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/seasonal-activity> ;
    skos:altLabel "Autumn" ;
    skos:altLabel "Fall Season" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Autumn> .