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

<http://data.carnegiehall.org/venues/111089> a ns1:EventVenue ;
    rdfs:label "Carnegie Hall Studio 133" ;
    ns1:containedInPlace <http://data.carnegiehall.org/venues/96397> ;
    rdfs:comment "Believed to be on the 13th floor of the North Tower (154 West 57th Street); also sometimes referred to as 13-3." .

