@prefix ns1: <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/38592> a ns1:Event ;
    rdfs:label "Busch Quartet (Busch-Perolé Series)" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1939-03-31T21:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38592/work_01>,
        <http://data.carnegiehall.org/events/38592/work_02>,
        <http://data.carnegiehall.org/events/38592/work_03> ;
    rdfs:comment """Entered from New York Times review.  A review for the 3/24/1939 performance by the Perolé Quartet includes an announcement for this program, which states that Haydn's Quartet in C Major, Op. 20, No. 2, would be performed. However, the review for this performance mentions instead Haydn's Quartet in C Major, Op. 54, No. 2; it is not clear which is correct.\r
"QUARTET CONTINUES SERIES OF CONCERTS: PEROLE GROUP HEARD AT CARNEGIE CHAMBER MUSIC HALL." New York Times (1923-), Mar 25 1939, p. 18. ProQuest. Web. 18 July 2022.\r
"MWALIMU CHORUS IN CONCERT HERE: NEGRO GROUP, ORGANIZED AND 'TRAINED IN HARLEM, GIVES PROGRAM AT TOWN HALL 'NATIONAL ANTHEM' SUNG BANTU WORK AMONG AFRICAN NUMBERS--'NEGERLIEDE' AND 'SEA DRIFT' PRESENTED BUSCH QUARTET CONCERT." New York Times (1923-), Apr 01 1939, p. 16. ProQuest. Web. 18 July 2022.""" .

