@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/47184> 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 "1919-10-19T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/47184/work_01>,
        <http://data.carnegiehall.org/events/47184/work_02>,
        <http://data.carnegiehall.org/events/47184/work_03>,
        <http://data.carnegiehall.org/events/47184/work_04>,
        <http://data.carnegiehall.org/events/47184/work_05>,
        <http://data.carnegiehall.org/events/47184/work_06>,
        <http://data.carnegiehall.org/events/47184/work_07>,
        <http://data.carnegiehall.org/events/47184/work_08>,
        <http://data.carnegiehall.org/events/47184/work_09>,
        <http://data.carnegiehall.org/events/47184/work_10>,
        <http://data.carnegiehall.org/events/47184/work_11> ;
    rdfs:comment """Entered from an <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1919-10-19/ed-1/seq-95/" target="_blank">advertisement in The Sun</a> and reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1919-10-20/ed-1/seq-23/" target="_blank">The \r
Evening World ("Nahan Franko Has a Jubilee; Rachmaninoff", column 3)</a>, the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-10-20/ed-1/seq-9/" target="_blank">New-York Tribune ("Music", column 2)</a>, and the New York Times.\r
Tickets were priced at $2.50, $2.00, $1.50, and $1.00, with box seats priced at $3.00.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1916-1920, October 19, 1919, Section 8, Image 95. no. 1919/10/19, 19 Oct. 1919, p. 5.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, October 20, 1919, Final Edition, Image 23. no. 1919/10/20, 20 Oct. 1919, p. 23.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 20, 1919, Image 9. no. 1919/10/20, 20 Oct. 1919, p. 9.\r
Aldrich, Richard.  "MUSIC: MR. RACHMANINOFF'S RECITAL." New York Times (1857-1922), Oct 20 1919, p. 13. ProQuest. Web. 12 Jan. 2023.""" .

