@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/69745> a ns1:Event ;
    rdfs:label "Concert by the National Association for American Composers and Conductors" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/47231> ;
    ns1:startDate "1960-12-19T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69745/work_01>,
        <http://data.carnegiehall.org/events/69745/work_02>,
        <http://data.carnegiehall.org/events/69745/work_03>,
        <http://data.carnegiehall.org/events/69745/work_04>,
        <http://data.carnegiehall.org/events/69745/work_05>,
        <http://data.carnegiehall.org/events/69745/work_06>,
        <http://data.carnegiehall.org/events/69745/work_07>,
        <http://data.carnegiehall.org/events/69745/work_08>,
        <http://data.carnegiehall.org/events/69745/work_09> ;
    rdfs:comment """Celebrating the 89th anniversary of the birth of Henry Hadley\r
Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Ned Rorem's TRIO FOR FLUTE, CELLO AND PIANO\r
NEW YORK PREMIERE of William Sydeman's VARIATIONS FOR PIANO\r
NEW YORK PREMIERE of Sydeman's SONG FOR DOUBLE BASS AND PIANO\r
NEW YORK PREMIERE of William Dustin's 2 PIECES FOR SOLO FLUTE\r
NEW YORK PREMIERE of Dustin's TRANSFORMATIONS\r
NEW YORK PREMIERE of John Duke's 3 SONNETS FOR VOICE, VIOLA, AND PIANO \r
"CONCERT AND OPERA PROGRAMS THIS WEEK." New York Times (1923-), Dec 18 1960, p. 1. ProQuest. Web. 30 Aug. 2022.\r
"HADLEY IS HONORED BY A CONCERT HERE." New York Times (1923-), Dec 20 1960, p. 45. ProQuest. Web. 7 Sep. 2022.""" .

