@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/35207> a ns1:Event ;
    rdfs:label "Cara Aldini, Soprano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1943-01-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35207/work_01>,
        <http://data.carnegiehall.org/events/35207/work_02>,
        <http://data.carnegiehall.org/events/35207/work_03>,
        <http://data.carnegiehall.org/events/35207/work_04>,
        <http://data.carnegiehall.org/events/35207/work_05>,
        <http://data.carnegiehall.org/events/35207/work_06>,
        <http://data.carnegiehall.org/events/35207/work_07>,
        <http://data.carnegiehall.org/events/35207/work_08>,
        <http://data.carnegiehall.org/events/35207/work_09>,
        <http://data.carnegiehall.org/events/35207/work_10>,
        <http://data.carnegiehall.org/events/35207/work_11>,
        <http://data.carnegiehall.org/events/35207/work_12> ;
    rdfs:comment """Personal Management: B. Nichols\r
Program: "L'Opera Fantasma" in costume\r
As noted in the program, Ms. Aldini performed the "Aria di Gioja" from Mascagni's "Lodoletta" with an "educated pet goose 'Duke Aldini'."\r
According to the New York Times review, the selection that appears only as "L'Aria famosa di Pagliacci" in the program was "Vesti la giubba," performed in clown costume; the "Surprise Finale" consisted of two selections from Puccini's "Tosca."\r
"CARA ALDINI IN RECITAL." New York Times (1923-Current file) Jan 13 1943: 18. ProQuest. 29 July 2013.""" .

