@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/24357> a ns2:Event ;
    rdfs:label "Down Town Glee Club" ;
    ns1:conductor <http://data.carnegiehall.org/names/14688> ;
    ns1:orchestra <http://data.carnegiehall.org/names/4765> ;
    ns2:description "choir performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/4765> ;
    ns2:startDate "1931-05-01T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/24357/work_01>,
        <http://data.carnegiehall.org/events/24357/work_02>,
        <http://data.carnegiehall.org/events/24357/work_03> ;
    rdfs:comment """Entered from New York Times concert listing and review ("Programs of the Week," April 26, 1931, pg. x9; "Lefebvre's Chorus Ends Fifth Season," May 2, 1931, pg. 25) and program calendars; stated time is approximate.\r
According to the review, the chorus was accompanied by an "orchestra of fifty-five," placed "high aloft on raised platforms at the back of the stage."\r
U.S. PREMIERE of Edmund Turges's FROM STORMY WINDES\r
U.S. PREMIERE of Henry Lawes's THE ANGLER'S SONG""" .

