@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/30896> 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/258> ;
    ns1:startDate "1918-12-21T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/30896/work_01>,
        <http://data.carnegiehall.org/events/30896/work_02>,
        <http://data.carnegiehall.org/events/30896/work_03>,
        <http://data.carnegiehall.org/events/30896/work_04>,
        <http://data.carnegiehall.org/events/30896/work_05>,
        <http://data.carnegiehall.org/events/30896/work_06>,
        <http://data.carnegiehall.org/events/30896/work_07>,
        <http://data.carnegiehall.org/events/30896/work_08>,
        <http://data.carnegiehall.org/events/30896/work_09>,
        <http://data.carnegiehall.org/events/30896/work_10>,
        <http://data.carnegiehall.org/events/30896/work_11>,
        <http://data.carnegiehall.org/events/30896/work_12> ;
    rdfs:comment """The Chopin works are not specified in the printed concert program; these have been added from reviews.  New York Times critic James Gibbons Huneker notes that Rachmaninoff "played five encore numbers, one of them being the Prelude in G minor". See also the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1918-12-22/ed-1/seq-11/" target="_blank">review ("Russian Composer Heard On Piano", column 3)</a> published in The Sun.\r
The sun. [volume] (New York [N.Y.]), 22 Dec. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. \r
Huneker, James Gibbons. "MUSIC: RACHMANINOFF RAISES THE ROOF." New York Times (1857-1922), Dec 22 1918, p. 17. ProQuest. Web. 20 Jan. 2021.""" .

