@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/28332> a ns1:Event ;
    rdfs:label "Sounds of War-Music of Peace: Music of Frederick Koch, Michael Cohen, Dimitri Shostakovich" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/114333> ;
    ns1:startDate "1997-04-06T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/28332/work_01>,
        <http://data.carnegiehall.org/events/28332/work_02>,
        <http://data.carnegiehall.org/events/28332/work_03>,
        <http://data.carnegiehall.org/events/28332/work_04>,
        <http://data.carnegiehall.org/events/28332/work_05>,
        <http://data.carnegiehall.org/events/28332/work_06>,
        <http://data.carnegiehall.org/events/28332/work_07>,
        <http://data.carnegiehall.org/events/28332/work_08> ;
    rdfs:comment """WORLD PREMIERE of Frederick Koch's CHILDREN PLAYING GAMES IN FIELDS\r
WORLD PREMIERE of Koch's DUPLICITY FOR OBOE AND STRINGS\r
NEW YORK PREMIERE of Koch's SONATA FOR CELLO AND PIANO\r
NEW YORK PREMIERE of Michael Cohen's A SONG FOR SILENCED VOICES\r
NEW YORK PREMIERE of Michael Cohen's I REMEMBER""" .

