@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/44945> a ns1:Event ;
    rdfs:label "Hans Kronold, Cello, with Chamber Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/8345> ;
    ns2:orchestra <http://data.carnegiehall.org/names/6497> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-03-04T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44945/work_01>,
        <http://data.carnegiehall.org/events/44945/work_02>,
        <http://data.carnegiehall.org/events/44945/work_03>,
        <http://data.carnegiehall.org/events/44945/work_04>,
        <http://data.carnegiehall.org/events/44945/work_05>,
        <http://data.carnegiehall.org/events/44945/work_06> ;
    rdfs:comment """Entered from an event listing in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-03-03/ed-1/seq-52/" target="_blank">New York Tribune ("Musical Notes And Comment", columns 2-4)</a> and review in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1912-03-05/ed-1/seq-13/" target="_blank">The Evening World (columns 2, paragraph 3)</a>. The review names an "imposing list of patrons" including Enrico Caruso, Ernestine Schumann-Heink, and Walter Damrosch.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 03, 1912, Image 52. no. 1912/03/03, 3 Mar. 1912, p. 2.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, March 05, 1912, Final Edition, Image 13. no. 1912/03/05, 5 Mar. 1912, p. 13.""" .

