@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@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/20308> a ns2:Event ;
    rdfs:label "New York Symphony Orchestra" ;
    ns1:conductor <http://data.carnegiehall.org/names/39824> ;
    ns1:orchestra <http://data.carnegiehall.org/names/39469> ;
    ns2:description "choir and orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/260> ;
    ns2:startDate "1908-12-08T20:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/20308/work_01> ;
    rdfs:comment """See reviews published in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1908-12-09/ed-1/seq-5/" target="_blank">The Sun (column 1, "Mahler's Second Symphony")</a>, <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1908-12-09/ed-1/seq-7/" target="_blank">New-York Tribune (column 1, "Music: Gustav Mahler's Second Symphony")</a>, and <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1908-12-09/ed-1/seq-15/" target="_blank">The Evening World (column 1, "Mahler Conducts His Own Second Symphony With Damrosch's Men")</a>.\r
U.S. PREMIERE of Gustav Mahler's SYMPHONY NO. 2 IN C MINOR, "RESURRECTION"\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, December 09, 1908, Image 5. no. 1908/12/09, 9 Dec. 1908, p. 5.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 09, 1908, Image 7. no. 1908/12/09, 9 Dec. 1908, p. 7.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, December 09, 1908, Final Results Edition, Image 15. no. 1908/12/09, 9 Dec. 1908, p. 15.""" .

