@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-break> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Spring Break" ;
    schema:name "Spring Break" ;
    skos:definition "Spring break in Tampa Bay — families and students descend on Gulf beaches, theme parks run special events, and the region offers both family-friendly and party-scene spring break activities" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/spring-activities> .