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

<http://data.carnegiehall.org/venues/96623> a ns1:EventVenue ;
    rdfs:label "Carnegie Hall Sidewalk" ;
    ns1:containedInPlace <http://data.carnegiehall.org/venues/96397> ;
    rdfs:comment "Several events have taken place on the sidewalks directly in front of Carnegie Hall, along 57th Street, or in front of the Zankel Hall entrance on 56th street; this entry is used to record the location for those events." .

