@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/66499> a ns1:Event ;
    rdfs:label "David Bispham, Baritone" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/125265> ;
    ns1:startDate "1897-01-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66499/work_01>,
        <http://data.carnegiehall.org/events/66499/work_02>,
        <http://data.carnegiehall.org/events/66499/work_03>,
        <http://data.carnegiehall.org/events/66499/work_04>,
        <http://data.carnegiehall.org/events/66499/work_05> ;
    rdfs:comment """Entered from advertisements and reviews in the New York Sun and New-York Tribune. The full program, including selections performed by Marguerite Hall and Charles Gregorowitsch, is not specified. Tickets were priced at $5.00 for a series of three concerts, or single tickets for this performance at $2.00.\r
WORLD PREMIERE of Hermann Hans Wetzler's FAIRYE QUEENE, OP. 1\r
The sun. [volume] (New York [N.Y.]), 10 Jan. 1897. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1897-01-10/ed-1/seq-12/" target="_blank">Link to advertisement</a>\r
New-York tribune. [volume] (New York [N.Y.]), 11 Jan. 1897. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1897-01-11/ed-1/seq-9/" target="_blank">Link to advertisement</a>\r
New-York tribune. [volume] (New York [N.Y.]), 13 Jan. 1897. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1897-01-13/ed-1/seq-7" target="_blank"/>Link to review ("Music", column 1)</a>""" .

