@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/46072> a ns1:Event ;
    rdfs:label "Hans Kronold, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1914-03-25T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46072/work_01>,
        <http://data.carnegiehall.org/events/46072/work_02>,
        <http://data.carnegiehall.org/events/46072/work_03>,
        <http://data.carnegiehall.org/events/46072/work_04>,
        <http://data.carnegiehall.org/events/46072/work_05>,
        <http://data.carnegiehall.org/events/46072/work_06> ;
    rdfs:comment """Entered from listings in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1914-03-22/ed-1/seq-76/" target="_blank">The Sun ("Concerts of the Week", column 7)</a> and the New York Times, and reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1914-03-26/ed-1/seq-10/" target="_blank">The Evening World (column 4)</a> and New York Times.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, March 22, 1914, SEVENTH SECTION, Image 76. no. 1914/03/22, 22 Mar. 1914, p. 8.\r
"PROGRAMMES OF THE WEEK." New York Times (1857-1922), Mar 22 1914, p. 1. ProQuest. Web. 11 June 2022.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, March 26, 1914, Image 10. no. 1914/03/26, 26 Mar. 1914, p. 10.\r
"HANS KRONOLD COMPLAINS.: 'CELLIST TELLS SMALL AUDIENCE HE CANNOT GET RECOGNITION HERE." New York Times (1857-1922), Mar 26 1914, p. 11. ProQuest. Web. 11 June 2022.""" .

