@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-holiday> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Haunted Houses" ;
    schema:name "Haunted Houses" ;
    skos:definition "HauntedHouse, a subclass of Halloween, classifies seasonal, attendable scare experiences—temporary haunted houses, haunted trails, scream parks, and after-dark overlays—produced for public entertainment in the October season (and nearby dates). In lifestyle coverage, they're a social outing for adults, teens, and brave families: timed entry, scare ratings, and practical tips (lines, heat, footwear) matter in Florida's warm nights." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/halloween> ;
    skos:altLabel "Haunted Attraction" ;
    skos:altLabel "Haunted Trail" ;
    skos:altLabel "Scream Park" .