@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/fireworks-shows> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Fireworks Shows" ;
    schema:name "Fireworks Shows" ;
    skos:definition "July4thFireworks, a subclass of July4th, encompasses the traditional pyrotechnic displays and celebrations that mark Independence Day in the United States. Fireworks have been associated with July 4th celebrations since the first anniversary of independence in 1777, symbolizing the \"rockets' red glare\" mentioned in the national anthem. These displays typically feature patriotic colors (red, white, and blue) and are held in public venues, parks, and waterfront locations across the country. In lifestyle coverage, July 4th fireworks include viewing guides, safety information, family-friendly locations, and community events that bring families together to witness these spectacular displays celebrating American independence." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/fourth-of-july> ;
    skos:altLabel "Fourth of July Fireworks" ;
    skos:altLabel "Independence Day Fireworks" ;
    skos:altLabel "Patriotic Fireworks" .