@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/fathers-day-holiday> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Father's Day" ;
    schema:name "Father's Day" ;
    skos:definition "Father's Day, a subclass of CulturalHolidays, celebrates and honors fathers, stepfathers, and father figures through acts of appreciation, gifts, shared experiences, and reflection on family bonds. In lifestyle publishing, it often anchors gift guides, local event listings, and family outing ideas highlighting quality time, gratitude, and connection. In Florida, it's a time for outdoor brunches, fishing trips, brewery tours, and heartfelt handmade gifts." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "Fathers Day" ;
    skos:altLabel "Dad's Day" .