@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/trick-or-treating> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Trick-or-Treating" ;
    schema:name "Trick-or-Treating" ;
    skos:definition "Trick-or-treating in Tampa Bay — neighborhood guides for the best streets, plus organized trick-or-treat events at malls, downtown districts, and community centers for safe candy collection" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/halloween-activities> .