@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/34379> a ns1:Event ;
    rdfs:label "Sergei Rachmaninoff, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101370> ;
    ns1:startDate "1920-12-19T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/34379/work_01>,
        <http://data.carnegiehall.org/events/34379/work_02>,
        <http://data.carnegiehall.org/events/34379/work_03>,
        <http://data.carnegiehall.org/events/34379/work_04>,
        <http://data.carnegiehall.org/events/34379/work_05>,
        <http://data.carnegiehall.org/events/34379/work_06>,
        <http://data.carnegiehall.org/events/34379/work_07>,
        <http://data.carnegiehall.org/events/34379/work_08>,
        <http://data.carnegiehall.org/events/34379/work_09>,
        <http://data.carnegiehall.org/events/34379/work_10> ;
    rdfs:comment """See reviews published in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1920-12-20/ed-1/seq-8/" target="_blank">New-York Tribune ("Rachmaninoff in Pleasing Program In Carnegie Hall", column 3)</a> and <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83045774/1920-12-20/ed-1/seq-9/" target="_blank">The New York Herald ("Rachmaninoff Recital Pleases Large Throng", column 2)</a>.\r
U.S. PREMIERE of Rachmaninoff's TWO ETUDES-TABLEAUX, OP. 39\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 20, 1920, Image 8. no. 1920/12/20, 20 Dec. 1920, p. 8.\r
Humanities, National Endowment for the. The New York Herald. [Volume] (New York, N.Y.) 1920-1924, December 20, 1920, Image 9. no. 1920/12/20, 20 Dec. 1920, p. 9.\r
""" .

