@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/40695> a ns1:Event ;
    rdfs:label "Busch Quartet (Busch-Perolé Series)" ;
    ns1:description "chamber music performance",
        "radio broadcast" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1939-03-17T21:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40695/work_01>,
        <http://data.carnegiehall.org/events/40695/work_02> ;
    rdfs:comment """Entered from New York Times review.\r
According to a radio listing in the Times, this concert was broadcast on WQXR from 9-10:15 PM.\r
"Busch Quartet Heard." New York Times 18 Mar. 1939: 8. Print.\r
"Microphone Presents." New York Times 12 Mar. 1939: 159. Print.""" .

