@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/21104> a ns1:Event ;
    rdfs:label "The Day's Final Radio Concert" ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/141838> ;
    ns1:startDate "1927-05-30T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/21104/work_01>,
        <http://data.carnegiehall.org/events/21104/work_02>,
        <http://data.carnegiehall.org/events/21104/work_03>,
        <http://data.carnegiehall.org/events/21104/work_04>,
        <http://data.carnegiehall.org/events/21104/work_05>,
        <http://data.carnegiehall.org/events/21104/work_06>,
        <http://data.carnegiehall.org/events/21104/work_07>,
        <http://data.carnegiehall.org/events/21104/work_08>,
        <http://data.carnegiehall.org/events/21104/work_09>,
        <http://data.carnegiehall.org/events/21104/work_10>,
        <http://data.carnegiehall.org/events/21104/work_11>,
        <http://data.carnegiehall.org/events/21104/work_12>,
        <http://data.carnegiehall.org/events/21104/work_13>,
        <http://data.carnegiehall.org/events/21104/work_14>,
        <http://data.carnegiehall.org/events/21104/work_15>,
        <http://data.carnegiehall.org/events/21104/work_16>,
        <http://data.carnegiehall.org/events/21104/work_17>,
        <http://data.carnegiehall.org/events/21104/work_18> ;
    rdfs:comment "Program calendars list this event as a benefit for the East Side Vacation Fund.  A newspaper listing (\"Programs For Week,\" New York Times, May 28, 1927, pg. X6) describes the event as follows: \"A concert of Yiddish music under the auspices of The Day, the Yiddish newspaper, will be given tomorrow night at Carnegie Hall for the benefit of a vacation camp for children at Whiteport, N.Y.\"  It is unclear whether or not the title printed in the program (\"The Day's Final Radio Concert\") refers to an actual radio broadcast." .

