@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/18816> a ns2:Event ;
    rdfs:label "New York Philharmonic" ;
    ns1:conductor <http://data.carnegiehall.org/names/39824> ;
    ns1:orchestra <http://data.carnegiehall.org/names/24999> ;
    ns2:description "symphony orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/191> ;
    ns2:startDate "1911-02-21T20:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/18816/work_01>,
        <http://data.carnegiehall.org/events/18816/work_02>,
        <http://data.carnegiehall.org/events/18816/work_03>,
        <http://data.carnegiehall.org/events/18816/work_04>,
        <http://data.carnegiehall.org/events/18816/work_05>,
        <http://data.carnegiehall.org/events/18816/work_06> ;
    rdfs:comment """This concert was Gustav Mahler's final appearance at Carnegie Hall. Although calendars and advertisements list Carnegie Hall performances by Mahler as late as 4/2/1911, his last CH appearance was 2/21/1911; illness prevented him from conducting again. He sailed for Europe on 4/8/1911, and died in Vienna on 5/18/1911. The premiered works are not identified as such in the printed concert program; premiere information has been confirmed from the New York Times review.\r
WORLD PREMIERE of Ferruccio Busoni's BERCEUSE ÉLÉGIAQUE, OP. 42, BV 252A\r
U.S. PREMIERE of Giuseppe Martucci's PIANO CONCERTO NO. 2 IN B-FLAT MINOR, OP 66 \r
NEW YORK PREMIERE of Marco Enrico Bossi's INTERMEZZI GOLDONIANI, OP. 127  \r
\r
"CARMEN" REVIVED WITH MISS SYLVA: YOUNG SINGER AGAIN EXCELS AS THE WAYWARD HEROINE OF BIZET'S OPERA. MR. DALMORES AS DON JOSE MR. DUFRANNE CAPITAL AS ESCAMILLO -CHICAGO COMPANY'S PERFORMANCE IN MANY RESPECTS IS EXCELLENT." New York Times (1857-1922), Feb 22 1911, p. 9. ProQuest. Web. 16 Jan. 2022.""" .

