@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-venue> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Movie Theater" ;
    schema:name "Movie Theater" ;
    skos:definition "MovieTheater, a subclass of Attractions, encompasses venues that contain rooms for viewing movies, providing audiences with large screens, surround sound, and comfortable seating for cinematic experiences. Movie theaters are distinguished by their specialized facilities designed for film projection, including projection equipment, sound systems, and auditorium seating that creates an immersive viewing environment. These venues serve as community gathering places for entertainment, offering first-run films, special screenings, and cinematic events that bring people together for shared viewing experiences. In lifestyle coverage, movie theaters include venue guides, movie schedules, special events, and family-friendly entertainment options that provide accessible and enjoyable cinematic experiences." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/attractions-entertainment> ;
    skos:altLabel "Cinema" ;
    skos:altLabel "Film Theater" ;
    skos:altLabel "Movie House" .