@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/nye-parties> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "NYE Parties" ;
    schema:name "NYE Parties" ;
    skos:definition "New Year's Eve parties in Tampa Bay — ticketed events at rooftop bars, clubs, hotels, and event spaces with open bars, DJs, champagne toasts, and countdown celebrations" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/new-years-eve> .