@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/romantic-events> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Romantic Events" ;
    schema:name "Romantic Events" ;
    skos:definition "Valentine's-themed romantic experiences in Tampa Bay — sunset boat cruises, wine tastings, couples cooking classes, and special events at venues across the region" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/valentines-day> .