@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/41380> a ns1:Event ;
    rdfs:label "Contemporary Chamber Ensemble" ;
    ns2:conductor <http://data.carnegiehall.org/names/37592> ;
    ns2:orchestra <http://data.carnegiehall.org/names/49432> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/37592> ;
    ns1:startDate "1963-05-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41380/work_01>,
        <http://data.carnegiehall.org/events/41380/work_02>,
        <http://data.carnegiehall.org/events/41380/work_03>,
        <http://data.carnegiehall.org/events/41380/work_04>,
        <http://data.carnegiehall.org/events/41380/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of Michael Colgrass' LIGHT SPIRIT\r
NEW YORK PREMIERE of George Rochberg's SERENATE D'ESTATE\r
WORLD PREMIERE of Ezra Laderman's NONETTE\r
NEW YORK PREMIERE of William Sydeman's MUSIC FOR FLUTE, VIOLA, GUITAR AND PERCUSSION\r
NEW YORK PREMIERE of Karlheinz Stockhausen's KONTRA-PUNKTE\r
"THIS WEEK'S CONCERT AND OPERA PROGRAMS." New York Times (1923-), May 12 1963, p. 1. ProQuest. Web. 29 Sep. 2023.\r
"Weisberg Leads Premieres." New York Times (1923-), May 13 1963, p. 34. ProQuest. Web. 29 Sep. 2023.""" .

