@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/easter-brunch> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Easter Brunch" ;
    schema:name "Easter Brunch" ;
    skos:definition "EasterBrunch covers Easter-specific brunch experiences—restaurant buffets or prix-fixe menus, resort/hotel brunches, and at-home brunch spreads planned for Easter Sunday (or the holiday weekend). It's about the outing (reservations, menus, kid options, dress codes, photo ops) or the hosted meal itself (menus, timing, make-ahead)." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/easter-activities> ;
    skos:altLabel "Easter Sunday Brunch" ;
    skos:altLabel "Holiday Brunch (Easter)" .