@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/45584> a ns1:Event ;
    rdfs:label "Monica Dailey, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/67> ;
    ns1:startDate "1911-11-17T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45584/work_01>,
        <http://data.carnegiehall.org/events/45584/work_02>,
        <http://data.carnegiehall.org/events/45584/work_03>,
        <http://data.carnegiehall.org/events/45584/work_04>,
        <http://data.carnegiehall.org/events/45584/work_05>,
        <http://data.carnegiehall.org/events/45584/work_06>,
        <http://data.carnegiehall.org/events/45584/work_07> ;
    rdfs:comment """Entered from an advertisement in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1911-11-15/ed-1/seq-14/" target="_blank">The Sun (column 4, near bottom)</a> and reviews in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-11-18/ed-1/seq-7/" target="_blank">New York Tribune ("Miss Monica Dailey's Recital", column 4)</a> and the New York Times. The advertisement indicates tickets were priced at $1.00 and $1.50.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, November 15, 1911, Image 14. no. 1911/11/15, 15 Nov. 1911, p. 14.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, November 18, 1911, Image 7. no. 1911/11/18, 18 Nov. 1911, p. 7.\r
"MISS MONICA DAILEY PLAYS." New York Times (1857-1922), Nov 18 1911, p. 13. ProQuest. Web. 26 Feb. 2022.""" .

