@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/66984> a ns1:Event ;
    rdfs:label "12th Annual Fountainbeleau Alumni Association Concert" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/99566> ;
    ns1:startDate "1964-03-15T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66984/work_01>,
        <http://data.carnegiehall.org/events/66984/work_02>,
        <http://data.carnegiehall.org/events/66984/work_03>,
        <http://data.carnegiehall.org/events/66984/work_04>,
        <http://data.carnegiehall.org/events/66984/work_05> ;
    rdfs:comment """Benefit for the Walter Damrosch Scholarship Fund\r
Entered from booking ledger and New York Times concert listing and review.\r
"WEEK'S OPERA AND CONCERTS." New York Times (1923-), Mar 15 1964, p. 1. ProQuest. Web. 8 Sep. 2021.\r
“FRANCES MAGNES RESUMES CAREER; Violinist Performs 2 Sonatas After an 8-Year Absence.” The New York Times, 16 Mar. 1964. NYTimes.com, https://www.nytimes.com/1964/03/16/archives/frances-magnes-resumes-career-violinist-performs-2-sonatas-after-an.html.""" .

