@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/spectator> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Spectator" ;
    schema:name "Spectator" ;
    skos:definition "Watch-and-enjoy experiences — Tampa Bay Rays and Lightning games, Bucs at Raymond James, Straz Center shows, car shows, and parades" ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .