@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/family-nye-events> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Family NYE Events" ;
    schema:name "Family NYE Events" ;
    skos:definition "Family-friendly New Year's Eve events in Tampa Bay — early countdowns, balloon drops, and kid-focused celebrations at museums, restaurants, and community venues before midnight" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/new-years-eve> .