@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/neighborhood-light-tours> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Neighborhood Light Tours" ;
    schema:name "Neighborhood Light Tours" ;
    skos:definition "Holiday light driving tours in Tampa Bay — neighborhood guides for the best decorated streets and houses, from Snell Isle in St. Pete to Oakwood Estates in Lutz and Flip Flop Lane" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/holiday-activities> .