@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/29825> a ns1:Event ;
    rdfs:label "Paul Robeson, Baritone" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96381> ;
    ns1:startDate "1958-05-23T20:40:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/29825/work_01>,
        <http://data.carnegiehall.org/events/29825/work_02>,
        <http://data.carnegiehall.org/events/29825/work_03>,
        <http://data.carnegiehall.org/events/29825/work_04>,
        <http://data.carnegiehall.org/events/29825/work_05>,
        <http://data.carnegiehall.org/events/29825/work_06>,
        <http://data.carnegiehall.org/events/29825/work_07>,
        <http://data.carnegiehall.org/events/29825/work_08>,
        <http://data.carnegiehall.org/events/29825/work_09>,
        <http://data.carnegiehall.org/events/29825/work_10>,
        <http://data.carnegiehall.org/events/29825/work_11>,
        <http://data.carnegiehall.org/events/29825/work_12>,
        <http://data.carnegiehall.org/events/29825/work_13>,
        <http://data.carnegiehall.org/events/29825/work_14>,
        <http://data.carnegiehall.org/events/29825/work_15>,
        <http://data.carnegiehall.org/events/29825/work_16>,
        <http://data.carnegiehall.org/events/29825/work_17>,
        <http://data.carnegiehall.org/events/29825/work_18>,
        <http://data.carnegiehall.org/events/29825/work_19>,
        <http://data.carnegiehall.org/events/29825/work_20>,
        <http://data.carnegiehall.org/events/29825/work_21>,
        <http://data.carnegiehall.org/events/29825/work_22>,
        <http://data.carnegiehall.org/events/29825/work_23>,
        <http://data.carnegiehall.org/events/29825/work_24>,
        <http://data.carnegiehall.org/events/29825/work_25> ;
    rdfs:comment """Encore information (incomplete) added as per the New York Times review, which also notes that Robeson recited a speech from Shakespeare's "Othello" (the placement of the recitation within the program order is not known).\r
"ROBESON AT CARNEGIE: BASS OFFERS SONG PROGRAM -- RECITES AN OTHELLO SPEECH." New York Times (1923-), May 24 1958, p. 19. ProQuest. Web. 30 Nov. 2021.""" .

