@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/july-4th> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "July 4th" ;
    schema:name "July 4th" ;
    skos:definition "July4th, a subclass of CulturalHolidays, commemorates the adoption of the Declaration of Independence on July 4, 1776, when the United States declared independence from Great Britain. This national holiday celebrates American independence and is marked by patriotic displays, fireworks, parades, barbecues, and family gatherings. Independence Day is a federal holiday in the United States, observed with public ceremonies, historical reenactments, and community celebrations that honor the nation's founding principles of liberty and democracy. In lifestyle coverage, July 4th includes family-friendly activities, patriotic recipes, fireworks displays, and community events that bring families and communities together to celebrate American heritage and values." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "Fourth of July" ;
    skos:altLabel "4th of July" ;
    skos:altLabel "Independence Day" .