@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/49155> a ns1:Event ;
    rdfs:label "An Evening of Music by Karén Hakobyan" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/66207> ;
    ns1:startDate "2011-03-01T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49155/work_01>,
        <http://data.carnegiehall.org/events/49155/work_02>,
        <http://data.carnegiehall.org/events/49155/work_03>,
        <http://data.carnegiehall.org/events/49155/work_04>,
        <http://data.carnegiehall.org/events/49155/work_05>,
        <http://data.carnegiehall.org/events/49155/work_06>,
        <http://data.carnegiehall.org/events/49155/work_07>,
        <http://data.carnegiehall.org/events/49155/work_08>,
        <http://data.carnegiehall.org/events/49155/work_09>,
        <http://data.carnegiehall.org/events/49155/work_10>,
        <http://data.carnegiehall.org/events/49155/work_11> ;
    rdfs:comment """WORLD PREMIERE of Karén Hakobyan's STRING QUARTET, OP. 8\r
WORLD PREMIERE of Hakobyan's VOCALISE, OP. 9 (piano reduction)\r
WORLD PREMIERE of Hakobyan's TRIO FOR CLARINET, CELLO AND PIANO, OP.1 2\r
WORLD PREMIERE of Hakobyan's BASSO OSTINATO, OP. 13, NO. 2\r
U.S. PREMIERE of Hakobyan's ELEGIE, OP.2\r
U.S. PREMIERE of Hakobyan's TWO PIECES, OP. 1\r
NEW YORK PREMIERE of Hakobyan's PRELUDE AND FUGUE, OP. 7\r
NEW YORK PREMIERE of Hakobyan's TOCCATA, OP.4, NO.2\r
NEW YORK PREMIERE of Hakobyan's SUITE, OP. 11\r
NEW YORK PREMIERE of Hakobyan's TRIO FOR FLUTE, CLARINET AND PIANO, OP. 10, NO. 2""" .

