@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/movie-theater> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Movie Theater" ;
    schema:name "Movie Theater" ;
    skos:definition "Movie theater venues across Tampa Bay — luxury dine-in cinemas, IMAX screens, discount theaters, and independent film houses" ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/movies> .