@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/50194> a ns1:Event ;
    rdfs:label "Sidney Sukoenig, Piano, and the Perolé String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1940-02-09T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/50194/work_01>,
        <http://data.carnegiehall.org/events/50194/work_02>,
        <http://data.carnegiehall.org/events/50194/work_03> ;
    rdfs:comment """Although the flyer advertises the final work on the program as Brahms' Piano Quintet in F Minor, according to the New York Times concert listing and review, Schumann's Piano Quintet was performed instead.\r
"PROGRAMS OF THE WEEK." New York Times (1923-Current file), Feb 04 1940, p. 124. ProQuest. Web. 12 Mar. 2019.\r
"Chamber Music Series Ends." New York Times 10 Feb. 1940: 21. Print.""" .

