@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/62542> 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/116998> ;
    ns1:startDate "1940-01-12T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/62542/work_01>,
        <http://data.carnegiehall.org/events/62542/work_02>,
        <http://data.carnegiehall.org/events/62542/work_03> ;
    rdfs:comment """Although the flyer advertises the final work on the program as a Dvorák Piano Quintet, according to the New York Times review Brahms' Piano Quintet in F Minor, Op. 34 was performed.\r
"Other Music." New York Times (1923-Current file), Jan 13 1940, p. 15. ProQuest. Web. 12 Mar. 2019.""" .

