@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/oktoberfest> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Oktoberfest" ;
    schema:name "Oktoberfest" ;
    skos:definition "Oktoberfest, a CulturalHolidays subclass, covers **German-style fall beer celebrations**—typically September–October—featuring themed events, beer gardens, stein-hoisting contests, live oompah/polka music, and German foods (brats, pretzels, schnitzel). In lifestyle coverage, use this for **dated, attendable happenings** (city fests, brewery weekends, restaurant pop-ups), plus practical guides (what to do, what to eat/drink, family hours vs 21+, DD/ride options). It also includes at-home \"Host an Oktoberfest\" recipes and décor roundups clearly framed to the holiday." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "German Beer Festival" ;
    skos:altLabel "Oktoberfest Celebration" .