@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/65247> a ns1:Event ;
    rdfs:label "John Fleming, Baritone" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/124504> ;
    ns1:startDate "1956-01-29T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65247/work_01>,
        <http://data.carnegiehall.org/events/65247/work_02>,
        <http://data.carnegiehall.org/events/65247/work_03>,
        <http://data.carnegiehall.org/events/65247/work_04>,
        <http://data.carnegiehall.org/events/65247/work_05>,
        <http://data.carnegiehall.org/events/65247/work_06>,
        <http://data.carnegiehall.org/events/65247/work_07>,
        <http://data.carnegiehall.org/events/65247/work_08>,
        <http://data.carnegiehall.org/events/65247/work_09>,
        <http://data.carnegiehall.org/events/65247/work_10>,
        <http://data.carnegiehall.org/events/65247/work_11>,
        <http://data.carnegiehall.org/events/65247/work_12>,
        <http://data.carnegiehall.org/events/65247/work_13>,
        <http://data.carnegiehall.org/events/65247/work_14>,
        <http://data.carnegiehall.org/events/65247/work_15>,
        <http://data.carnegiehall.org/events/65247/work_16> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The event is listed as a "program of song and poetry", and selections were to include songs by "Jones, Ford, Purcell, Hatten, Humfrey, Bach, Campbell-Tipton, Griffes, Thompson, Gretry and a group of folk songs." Readings were to come from "the works of Shakepeare, Shaw, Nash, [and] Rostand." The correct program order is not certain.\r
"CONCERT AND OPEN PROGRAMS FOR THE WEEK: OPERA METROPOLITAN." New York Times (1923-Current file), Jan 29 1956, p. 104. ProQuest. Web. 4 Dec. 2020.\r
"Music: An Artist Sings at Town Fall: Mattiwilda Dobbs has Wide Range of Tone Program does Credit to American Soprano Recital in English Erica Morini Plays Hortense Love Sings Bagarotti is Soloist." New York Times (1923-Current file), Jan 30 1956, p. 23. ProQuest. Web. 4 Dec. 2020.""" .

