@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/mothers-day> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mother's Day" ;
    schema:name "Mother's Day" ;
    skos:definition "Mother's Day celebrations in Tampa Bay — brunch is the centerpiece, with restaurants and hotels offering special menus, plus spa packages, garden visits, and waterfront outings" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/spring-activities> .