@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/haunted-houses> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Haunted Houses" ;
    schema:name "Haunted Houses" ;
    skos:definition "Haunted house attractions in Tampa Bay — from professional scare experiences to charity haunts, spanning standalone venues, theme park events, and pop-up haunted trails throughout October" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/halloween-activities> .