@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/42294> a ns1:Event ;
    rdfs:label "Meyer Kupferman's Two Mini Concerts in One" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/37390> ;
    ns1:startDate "1985-05-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42294/work_01>,
        <http://data.carnegiehall.org/events/42294/work_02>,
        <http://data.carnegiehall.org/events/42294/work_03>,
        <http://data.carnegiehall.org/events/42294/work_04>,
        <http://data.carnegiehall.org/events/42294/work_05>,
        <http://data.carnegiehall.org/events/42294/work_06>,
        <http://data.carnegiehall.org/events/42294/work_07>,
        <http://data.carnegiehall.org/events/42294/work_08>,
        <http://data.carnegiehall.org/events/42294/work_09>,
        <http://data.carnegiehall.org/events/42294/work_10> ;
    rdfs:comment """First concert: Music by my Friends 9; Second concert: Music of Meyer Kupferman\r
The printed concert program does not indicate the instrumentation for Andrew Thomas' Elegy.\r
WORLD PREMIERE of Michael Starobin's THREE SHORT PIECES FOR TRIO\r
WORLD PREMIERE of Samuel Adler's MUSIC FOR THREE\r
WORLD PREMIERE of Jan Kapr's MINIATURY\r
WORLD PREMIERE of Laurie MacGregor's DEJA VU\r
WORLD PREMIERE of Andrew Thomas' ELEGY\r
WORLD PREMIERE of Meyer Kupferman's ODYSSEY FANTASY""" .

