@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/cool-weather-activities> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Cool Weather Activities" ;
    schema:name "Cool Weather Activities" ;
    skos:definition "Things to do when it's cool in Tampa Bay — rare but searched when temps dip below 60. Bonfires, hot chocolate at cafes, cozy indoor dining, and enjoying the brief Florida cold snap before it's 80 again" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/seasonal-activity> .