@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/46694> a ns1:Event ;
    rdfs:label "John Powell, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1918-11-22T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46694/work_01>,
        <http://data.carnegiehall.org/events/46694/work_02>,
        <http://data.carnegiehall.org/events/46694/work_03>,
        <http://data.carnegiehall.org/events/46694/work_04>,
        <http://data.carnegiehall.org/events/46694/work_05>,
        <http://data.carnegiehall.org/events/46694/work_06>,
        <http://data.carnegiehall.org/events/46694/work_07>,
        <http://data.carnegiehall.org/events/46694/work_08>,
        <http://data.carnegiehall.org/events/46694/work_09> ;
    rdfs:comment """Entered from advertisement and reviews in the New-York Tribune, The Sun, and New York Times.\r
New-York tribune. [volume] (New York [N.Y.]), 22 Nov. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-11-22/ed-1/seq-11/" target="_blank">Link to advertisement</a>\r
New-York tribune. [volume] (New York [N.Y.]), 23 Nov. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-11-23/ed-1/seq-9/" target="_blank">Link to review (column 6)</a>\r
The sun. [volume] (New York [N.Y.]), 23 Nov. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1918-11-23/ed-1/seq-9/" target="_blank">Link to review</a>\r
"JOHN POWELL PLAYS.: PIANIST GIVES A PROGRAM OF DANCE MUSIC TO ENTHUSIASTIC AUDIENCE." New York Times (1857-1922), Nov 23 1918, p. 9. ProQuest. Web. 17 Oct. 2019.\r
""" .

