@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/29404> a ns1:Event ;
    rdfs:label "Vivian Rivkin, Piano" ;
    ns1:description "benefit performance",
        "chamber music performance",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1945-04-27T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/29404/work_01>,
        <http://data.carnegiehall.org/events/29404/work_02>,
        <http://data.carnegiehall.org/events/29404/work_03>,
        <http://data.carnegiehall.org/events/29404/work_04>,
        <http://data.carnegiehall.org/events/29404/work_05>,
        <http://data.carnegiehall.org/events/29404/work_06> ;
    rdfs:comment """Entered from program calendars and newspaper listings and review.\r
Benefit for Sweethearts of Servicemen\r
Note that the Shostakovich Piano Trio in E min., Op.67, had been previously heard in the United States on a radio broadcast in March, 1945.\r
This performance was the U.S. concert premiere.\r
Straus, Noel. "Rivkin Introduces Shostakovich Trio." New York Times 28 Apr 1945: 19. Print.\r
U.S. PREMIERE of Dmitry Shostakovich's PIANO TRIO NO. 2 IN E MINOR, OP. 67""" .

