@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/35428> 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 "1921-01-18T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35428/work_01>,
        <http://data.carnegiehall.org/events/35428/work_02>,
        <http://data.carnegiehall.org/events/35428/work_03>,
        <http://data.carnegiehall.org/events/35428/work_04>,
        <http://data.carnegiehall.org/events/35428/work_05>,
        <http://data.carnegiehall.org/events/35428/work_06>,
        <http://data.carnegiehall.org/events/35428/work_07>,
        <http://data.carnegiehall.org/events/35428/work_08>,
        <http://data.carnegiehall.org/events/35428/work_09>,
        <http://data.carnegiehall.org/events/35428/work_10>,
        <http://data.carnegiehall.org/events/35428/work_11>,
        <http://data.carnegiehall.org/events/35428/work_12>,
        <http://data.carnegiehall.org/events/35428/work_13>,
        <http://data.carnegiehall.org/events/35428/work_14>,
        <http://data.carnegiehall.org/events/35428/work_15> ;
    rdfs:comment """Encores have been added as per reviews published in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1921-01-19/ed-1/seq-8/" target="_blank">New-York Tribune ("Rachmaninoff Gives Ravishing Portrayal Of His Musicianship", column 4)</a> and the New York Times.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 19, 1921, Image 8. no. 1921/01/19, 19 Jan. 1921, p. 8.\r
"RACHMANINOFF APPLAUDED.: BIG AUDIENCE HEARS RUSSIAN PIANIST'S CHARACTERISTIC RECITAL." New York Times (1857-1922), Jan 19 1921, p. 11. ProQuest. Web. 12 Jan. 2023.\r
""" .

