@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/39292> a ns1:Event ;
    rdfs:label "Walter J. Hall, Piano, assisted by Gustav Dannreuther, Violin, Emil Schenck, Cello, and Blanche Taylor, Soprano" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1893-01-26T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39292/work_01>,
        <http://data.carnegiehall.org/events/39292/work_02>,
        <http://data.carnegiehall.org/events/39292/work_03>,
        <http://data.carnegiehall.org/events/39292/work_04>,
        <http://data.carnegiehall.org/events/39292/work_05>,
        <http://data.carnegiehall.org/events/39292/work_06>,
        <http://data.carnegiehall.org/events/39292/work_07> ;
    rdfs:comment """Entered from advertisement in the New York Times and advertisement and review in the New-York Tribune. The exact program order may not be reflected here.\r
"Display Ad 9 -- no Title." New York Times (1857-1922), Jan 26 1893, p. 7. ProQuest. Web. 3 Mar. 2020.\r
New-York tribune. [volume] (New York [N.Y.]), 26 Jan. 1893. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1893-01-26/ed-1/seq-9/" target="_blank">Link to advertisement</a>\r
New-York tribune. [volume] (New York [N.Y.]), 27 Jan. 1893. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1893-01-27/ed-1/seq-7/" target="_blank">Link to review</a>""" .

