@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/halloween> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Halloween" ;
    schema:name "Halloween" ;
    skos:definition "Halloween, a subclass of CulturalHolidays, marks October 31 and the surrounding season of costumes, décor, trick-or-treating, spooky fun, and community traditions. In lifestyle coverage it spans family safety guides, neighborhood participation, costume how-tos, party ideas, and the playful, theatrical side of fall. In Florida, many celebrations happen outdoors in warm evenings, with theme-park overlays, pumpkin-spice socials, and photo-ready décor despite the heat." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "Oct 31" .