@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/venues/5> a ns1:EventVenue ;
    rdfs:label "Main Hall" ;
    ns1:containedInPlace <http://data.carnegiehall.org/venues/96397> ;
    rdfs:comment "Main Hall is the designation applied to the main Carnegie Hall auditorium from 1891-1997, when it was renamed Isaac Stern Auditorium in honor of violinist Isaac Stern, President of Carnegie Hall (1960-2001). In 2006 the stage was dedicated the Ronald O. Perelman Stage." .

