@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-activities> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Fall Activities" ;
    schema:name "Fall Activities" ;
    skos:definition "FallFamilyFun, a subclass of Fall, represents the social heartbeat of the season—pumpkin patches, fall festivals, corn mazes, hay rides, and local outings that bring people together. It includes family adventures, friend group activities, and date ideas alike. In Florida, it often means celebrating fall's aesthetic—posing for pumpkin-patch selfies, sipping cider while it's still 90°, or planning weekend getaways filled with nostalgic harvest vibes." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/fall> ;
    skos:altLabel "Autumn Outings" ;
    skos:altLabel "Fall Things To Do" .