@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/40690> 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-03T21:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40690/work_01>,
        <http://data.carnegiehall.org/events/40690/work_02> ;
    rdfs:comment """Entered from New York Times review.\r
Downes, Olin. "MUSIC IN REVIEW: 'GOETTERDAEMMERUNG' GIVEN AT METROPOLITAN WITH KIRSTEN FLAGSTAD AND MELCHIOR MELCHIOR AS SIEGFRIED OTHERS IN THE CAST COPLEY MEMORIAL CONCERT BUSCH QUARTET OPENS SERIES 'LA BOHEME' AT METROPOLITAN." New York Times (1923-), Mar 04 1939, p. 18. ProQuest. Web. 18 July 2022.""" .

