@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/35340> a ns1:Event ;
    rdfs:label "Ignacy Jan Paderewski, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1892-01-23T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35340/work_01>,
        <http://data.carnegiehall.org/events/35340/work_02>,
        <http://data.carnegiehall.org/events/35340/work_03>,
        <http://data.carnegiehall.org/events/35340/work_04>,
        <http://data.carnegiehall.org/events/35340/work_05>,
        <http://data.carnegiehall.org/events/35340/work_06>,
        <http://data.carnegiehall.org/events/35340/work_07>,
        <http://data.carnegiehall.org/events/35340/work_08>,
        <http://data.carnegiehall.org/events/35340/work_09>,
        <http://data.carnegiehall.org/events/35340/work_10>,
        <http://data.carnegiehall.org/events/35340/work_11>,
        <http://data.carnegiehall.org/events/35340/work_12> ;
    rdfs:comment """Some details of the program have been clarified by the review published in the New York Times, and from a digital image of an annotated copy of the concert program, provided by a private researcher, which indicates the originally programmed Canzonetta of Leschetizky was replaced with the Rubinstein Barcarolle. See also <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1892-01-24/ed-1/seq-4/" target="_blank">this review</a> published in The Sun ("Amusements", column 4).\r
"Yesterday's Music." New York Times (1857-1922), Jan 24 1892, p. 5. ProQuest. Web. 18 Jan. 2024.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, January 24, 1892, Image 4. no. 1892/01/24, 24 Jan. 1892, p. 4.""" .

