@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/74541> a ns1:Event ;
    rdfs:label "Fontainebleau Alumni Concert" ;
    ns1:description "benefit performance",
        "joint recital",
        "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/99566> ;
    ns1:startDate "1965-03-14T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/74541/work_01>,
        <http://data.carnegiehall.org/events/74541/work_02>,
        <http://data.carnegiehall.org/events/74541/work_03>,
        <http://data.carnegiehall.org/events/74541/work_04>,
        <http://data.carnegiehall.org/events/74541/work_05>,
        <http://data.carnegiehall.org/events/74541/work_06>,
        <http://data.carnegiehall.org/events/74541/work_07>,
        <http://data.carnegiehall.org/events/74541/work_08>,
        <http://data.carnegiehall.org/events/74541/work_09> ;
    rdfs:comment """Benefit for the Walter Damrosch Scholarship Fund\r
Entered from booking ledger and New York Times concert listing and review. According to the review, 11-year-old Juliana Osinchuk substituted for her teacher, Jean Casadesus, who had been scheduled to perform but was indisposed. The concert raised $2,000 for the scholarship fund. The correct program order is uncertain.\r
NEW YORK PREMIERE of Walter Hilse's SONATA FOR PIANO\r
"Who Makes Music and Where." New York Times (1923-), Mar 14 1965, p. 1. ProQuest. Web. 11 Mar. 2024.\r
"Pianist, 11, is Summoned to the Rescue of a Concert." New York Times (1923-), Mar 15 1965, p. 38. ProQuest. Web. 11 Mar. 2024.""" .

