@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/31781> a ns1:Event ;
    rdfs:label "Ernestine Schumann-Heink, Mezzo-Soprano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1927-12-10T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31781/work_01>,
        <http://data.carnegiehall.org/events/31781/work_02>,
        <http://data.carnegiehall.org/events/31781/work_03>,
        <http://data.carnegiehall.org/events/31781/work_04>,
        <http://data.carnegiehall.org/events/31781/work_05>,
        <http://data.carnegiehall.org/events/31781/work_06>,
        <http://data.carnegiehall.org/events/31781/work_07>,
        <http://data.carnegiehall.org/events/31781/work_08>,
        <http://data.carnegiehall.org/events/31781/work_09>,
        <http://data.carnegiehall.org/events/31781/work_10>,
        <http://data.carnegiehall.org/events/31781/work_11>,
        <http://data.carnegiehall.org/events/31781/work_12>,
        <http://data.carnegiehall.org/events/31781/work_13>,
        <http://data.carnegiehall.org/events/31781/work_14>,
        <http://data.carnegiehall.org/events/31781/work_15>,
        <http://data.carnegiehall.org/events/31781/work_16>,
        <http://data.carnegiehall.org/events/31781/work_17>,
        <http://data.carnegiehall.org/events/31781/work_18>,
        <http://data.carnegiehall.org/events/31781/work_19> ;
    rdfs:comment """Direction: George Engels\r
Farewell New York Recital\r
From the New York Times review ("Schumann-Heink Sings Farewell," Dec. 11, 1927, pg. 31):\r
"Walter Damrosch presented a portfolio containing letters from Governors of the forty-eight states expressing regret at her retirement. Colonel Douglas I. McKay, representing the American Legion, three members of which bore to the stage a great American flag, made an address extolling the singer for her patriotic services during the war, and Marcella Sembrich, a fellow-artist of Mme. Schumann-Heink at the Metropolitan during the early days of her career in this country, greeted the singer across the footlights and presented a bouquet of roses.\"""" .

