@prefix ns1: <http://www.geonames.org/ontology#> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/venues/103090> a ns2:EventVenue ;
    rdfs:label "Carnegie Hall Cinema" ;
    ns2:containedInPlace <http://data.carnegiehall.org/venues/96397> ;
    ns1:historicalName "Carnegie Hall Playhouse" ;
    rdfs:comment "Carnegie Hall Cinema was a movie theater that existed on the lower level of Carnegie Hall from 1961-1997. Earlier incarnations of the venue include the original 1200-seat Recital Hall (1891-1896), the 800-seat Carnegie Lyceum (1896-1956), and the off-Broadway theater Carnegie Playhouse (1956-1961). It was completely rebuilt between 1999 and 2003, when it reopened as the 599-seat Zankel Hall, named in honor of Carnegie Hall Vice Chairman Arthur Zankel and his wife, Judy." ;
    skos:exactMatch <http://sws.geonames.org/7255414/> .

