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

<http://data.carnegiehall.org/venues/98568> a ns1:EventVenue ;
    rdfs:label "Weill Terrace" ;
    ns1:containedInPlace <http://data.carnegiehall.org/venues/96397> ;
    rdfs:comment "Adjacent to the Resnick Education Wing is a new (2014) outdoor roof terrace that serves as a gathering place for those engaged in Carnegie Hall events and activities." .

