@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/61933> a ns1:Event ;
    rdfs:label "Elmira Darvarova, Violin, Amy Zoloto, Clarinet, Howard Wall, Horn, and Thomas Weaver, Piano" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/113745> ;
    ns1:startDate "2018-12-18T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61933/work_01>,
        <http://data.carnegiehall.org/events/61933/work_02>,
        <http://data.carnegiehall.org/events/61933/work_03>,
        <http://data.carnegiehall.org/events/61933/work_04>,
        <http://data.carnegiehall.org/events/61933/work_05>,
        <http://data.carnegiehall.org/events/61933/work_06>,
        <http://data.carnegiehall.org/events/61933/work_07>,
        <http://data.carnegiehall.org/events/61933/work_08> ;
    rdfs:comment """Although the printed program indicates that this performance of Charles Koechlin's Quatre petites pièces, Op. 32, was a New York premiere, the work had been previously performed in Weill Recital Hall on October 27, 2004.\r
WORLD PREMIERE of Astor Piazzolla's CAFE 1930, arr. Howard Wall\r
WORLD PREMIERE of George Gershwin' RHAPSODY IN BLUE, arr. Ioan Dobrinescu\r
NEW YORK PREMIERE of Robert Kahn's SERENADE FOR CLARINET, HORN, AND PIANO, OP. 73\r
NEW YORK PREMIERE of Heitor Villa-Lobos' BACHIANAS BRASILEIRAS NO. 6: ARIA, arr. Elmira Darvarova\r
NEW YORK PREMIERE of Yui Kitamura's A BIRD AND A HAWTHORN TREE""" .

