@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/45599> a ns2:Event ;
    rdfs:label "Dickens Recital by Frank Speaight" ;
    ns1:genre <http://data.carnegiehall.org/genres/262> ;
    ns2:location <http://data.carnegiehall.org/venues/9> ;
    ns2:organizer <http://data.carnegiehall.org/names/82148> ;
    ns2:startDate "1912-03-12T15:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/45599/work_01> ;
    rdfs:comment """Frank Speaight, England's Greatest Interpreter of Dickens, in Dickens Recitals\r
Entered from advertisements in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-03-12/ed-1/seq-16/" target="_blank">The Sun (column 5, near bottom)</a> and the New York Times. Tickets were 75 cents, $1.00, and $1.50.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, March 12, 1912, Image 16. no. 1912/03/12, 12 Mar. 1912, p. 16.\r
"Display Ad 29 -- no Title." New York Times (1857-1922), Mar 12 1912, p. 22. ProQuest. Web. 6 Mar. 2022.""" .

