@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/44357> a ns1:Event ;
    rdfs:label "In Your Ear Redux: Nico Muhly, Keyboards, and Vox Vocal Ensemble" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2007-03-16T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44357/work_01>,
        <http://data.carnegiehall.org/events/44357/work_02>,
        <http://data.carnegiehall.org/events/44357/work_03>,
        <http://data.carnegiehall.org/events/44357/work_04>,
        <http://data.carnegiehall.org/events/44357/work_05>,
        <http://data.carnegiehall.org/events/44357/work_06>,
        <http://data.carnegiehall.org/events/44357/work_07>,
        <http://data.carnegiehall.org/events/44357/work_08>,
        <http://data.carnegiehall.org/events/44357/work_09>,
        <http://data.carnegiehall.org/events/44357/work_10> ;
    rdfs:comment """John Adams is the holder of the 2006-2007 Richard and Barbara Debs Composer's Chair at Carnegie Hall.\r
The program was performed without intermission.\r
WORLD PREMIERE of Nico Muhly's PILLAGING MUSIC (piano-and-percussion version)\r
WORLD PREMIERE of Muhly's IT GOES WITHOUT SAYING\r
WORLD PREMIERE of Muhly's THE ONLY TUNE""" .

