@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/valentines-day> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Valentine's Day" ;
    schema:name "Valentine's Day" ;
    skos:definition "Valentine's Day in Tampa Bay — romantic restaurants book up weeks ahead, sunset cruises sell out, and couples flock to waterfront venues, prix fixe dinners, and couples experiences" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/winter-peak-season> .