@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/70524> 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 "1961-11-21T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/70524/work_01>,
        <http://data.carnegiehall.org/events/70524/work_02>,
        <http://data.carnegiehall.org/events/70524/work_03>,
        <http://data.carnegiehall.org/events/70524/work_04>,
        <http://data.carnegiehall.org/events/70524/work_05>,
        <http://data.carnegiehall.org/events/70524/work_06>,
        <http://data.carnegiehall.org/events/70524/work_07> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. Most of the performers are not named.\r
WORLD PREMIERE of Wilson Coker's CONCERTINO FOR BASSOON AND STRING TRIO\r
WORLD PREMIERE of Collier Jones' SONATINA FOR TWO TRUMPETS\r
WORLD PREMIERE of Donald Lybbert's MOVEMENT FOR PIANO, FOUR HANDS\r
WORLD PREMIERE of Michael Colgrass' FANTASY-VARIATIONS\r
NEW YORK PREMIERE of Sydney Hodkinson's DRAWINGS: SET NO. 1\r
"CONCERT AND OPERA PROGRAMS." New York Times (1923-), Nov 19 1961, p. 1. ProQuest. Web. 16 Feb. 2023.\r
Salzman, Eric. "PERCUSSION GROUP IN CONCERT HERE: COMPOSERS UNIT IS HOST TO MANHATTAN ENSEMBLE." New York Times (1923-), Nov 22 1961, p. 23. ProQuest. Web. 22 Feb. 2023.""" .

