@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/65107> a ns1:Event ;
    rdfs:label "Benefit Concert for French Children" ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/124353> ;
    ns1:startDate "1949-12-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65107/work_01>,
        <http://data.carnegiehall.org/events/65107/work_02>,
        <http://data.carnegiehall.org/events/65107/work_03> ;
    rdfs:comment """Presented under the auspices of René de Messières, Cultural Counselor to the French Embassy in the United States\r
Entered from New York Times concert listings. The event was identified as "for the benefit of destitute school children in France."\r
"Concert to Aid French Youth." New York Times (1923-Current file), Dec 01 1949, p. 42. ProQuest. Web. 13 Oct. 2020.\r
"MUSIC NOTES." New York Times (1923-Current file), Dec 02 1949, p. 34. ProQuest. Web. 13 Oct. 2020.""" .

