@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/26615> a ns1:Event ;
    rdfs:label "League/ISCM Concert: The Continuing Avant-Garde: Elliott Carter's 60th Birthday Concert" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1969-02-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26615/work_01>,
        <http://data.carnegiehall.org/events/26615/work_02>,
        <http://data.carnegiehall.org/events/26615/work_03> ;
    rdfs:comment """Presented in association with League-ISCM and the Fromm Music Foundation\r
Entered from booking ledger and New York Times concert listing and review.\r
The New York Times. “TimesMachine: Sunday February 16, 1969 - NYTimes.Com.” Accessed May 6, 2025. https://timesmachine.nytimes.com/timesmachine/1969/02/16/issue.html.\r
Henahan, Donal. "Elliott Carter has a Birthday; Right Notes Hit on Wrong Date." New York Times (1923-), 17 Feb. 1969, p. 31. ProQuest. Web. 6 May 2025.\r
\r
""" .

