@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/75998> a ns1:Event ;
    rdfs:label "Fontainebleau Alumni Association Concert" ;
    ns1:description "benefit performance",
        "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/99566> ;
    ns1:startDate "1967-03-12T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/75998/work_01>,
        <http://data.carnegiehall.org/events/75998/work_02>,
        <http://data.carnegiehall.org/events/75998/work_03>,
        <http://data.carnegiehall.org/events/75998/work_04>,
        <http://data.carnegiehall.org/events/75998/work_05>,
        <http://data.carnegiehall.org/events/75998/work_06>,
        <http://data.carnegiehall.org/events/75998/work_07>,
        <http://data.carnegiehall.org/events/75998/work_08>,
        <http://data.carnegiehall.org/events/75998/work_09> ;
    rdfs:comment """Benefit for the Walter Damrosch Scholarship Fund\r
Entered from booking ledger and New York Times concert listing.\r
U.S. PREMIERE of Roger Emil's STRING QUARTET\r
"Who Makes Music and Where." New York Times (1923-), Mar 12 1967, p. 130. ProQuest. Web. 27 Sep. 2024.""" .

