@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/go-karts-and-attractions> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Go-Karts & Attractions" ;
    schema:name "Go-Karts & Attractions" ;
    skos:definition "Go-kart tracks and family entertainment centers — Andretti Indoor Karting, Fun Spot, K1 Speed, and multi-activity venues with trampolines, laser tag, and more" ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> .