@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/7206> a ns1:Event ;
    rdfs:label "Sergei Rachmaninoff, Piano" ;
    ns1:description "benefit performance",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1919-01-23T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7206/work_01>,
        <http://data.carnegiehall.org/events/7206/work_02>,
        <http://data.carnegiehall.org/events/7206/work_03>,
        <http://data.carnegiehall.org/events/7206/work_04>,
        <http://data.carnegiehall.org/events/7206/work_05>,
        <http://data.carnegiehall.org/events/7206/work_06> ;
    rdfs:comment """Benefit: Society for the Prevention and Relief of Tuberculosis\r
Entered from program calendars and reviews in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-01-24/ed-1/seq-11/" target="_blank">New-York Tribune ("Music", column 5)</a> and New York Times. The correct program order is uncertain.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 23, 1919, Image 9. no. 1919/01/23, 23 Jan. 1919, p. 9.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 24, 1919, Image 11. no. 1919/01/24, 24 Jan. 1919, p. 11.\r
Huneker, James Gibbons. "MUSIC: TWO BENEFIT RECITALS." New York Times (1857-1922), Jan 24 1919, p. 9. ProQuest. Web. 12 Jan. 2023.\r
""" .

