@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/spring-activities> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Spring Activities" ;
    schema:name "Spring Activities" ;
    skos:definition "Spring things to do in Tampa Bay — March and April bring perfect weather, festival season, spring break, and the last stretch of comfortable outdoor time before summer heat arrives" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/spring> .