@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-holiday> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Easter" ;
    schema:name "Easter" ;
    skos:definition "Easter denotes the Christian celebration of Jesus' resurrection and the surrounding weekend of customs that families actually plan for: worship services, sunrise gatherings, egg hunts, Bunny photo ops, crafts, and seasonal dining (brunch/dinner). In Hooray Media coverage, use :Easter when the holiday frame is explicit—faith observances plus family-friendly traditions that define the weekend's plans." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "Easter Sunday" ;
    skos:altLabel "Resurrection Sunday" .