@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/42276> 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 "1983-05-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42276/work_01>,
        <http://data.carnegiehall.org/events/42276/work_02>,
        <http://data.carnegiehall.org/events/42276/work_03>,
        <http://data.carnegiehall.org/events/42276/work_04>,
        <http://data.carnegiehall.org/events/42276/work_05>,
        <http://data.carnegiehall.org/events/42276/work_06>,
        <http://data.carnegiehall.org/events/42276/work_07>,
        <http://data.carnegiehall.org/events/42276/work_08>,
        <http://data.carnegiehall.org/events/42276/work_09>,
        <http://data.carnegiehall.org/events/42276/work_10>,
        <http://data.carnegiehall.org/events/42276/work_11>,
        <http://data.carnegiehall.org/events/42276/work_12>,
        <http://data.carnegiehall.org/events/42276/work_13> ;
    rdfs:comment """First concert: Music by my Friends No. 7; Second concert: Music by Meyer Kupferman\r
WORLD PREMIERE of Stanley Walden's CURTAIN RAISER \r
WORLD PREMIERE of Marga Richter's EXEQUY\r
WORLD PREMIERE of Don Lubber's EVOCATION\r
WORLD PREMIERE of Robert Middleton's MILITARY VARIATIONS\r
WORLD PREMIERE of Francis Thorne's BURLESK PIT MUSIC\r
WORLD PREMIERE of Richard Wilson's DITHYRAMB\r
WORLD PREMIERE of John Yannelli's FANTASY\r
WORLD PREMIERE of Leo Kraft's ARIETTA DA CAPO\r
WORLD PREMIERE of Gundaris Pone's CYPRIAN SKETCHES\r
WORLD PREMIERE of Meyer Kupferman's POETICS FOUR\r
WORLD PREMIERE of Meyer Kupferman's CUL DE SAC\r
WORLD PREMIERE of Meyer Kupferman's SOUNDSPELLS FOUR""" .

