@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/32459> a ns1:Event ;
    rdfs:label "Maryland Bach Aria Group" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/74264> ;
    ns1:startDate "1992-04-06T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/32459/work_01>,
        <http://data.carnegiehall.org/events/32459/work_02>,
        <http://data.carnegiehall.org/events/32459/work_03>,
        <http://data.carnegiehall.org/events/32459/work_04>,
        <http://data.carnegiehall.org/events/32459/work_05>,
        <http://data.carnegiehall.org/events/32459/work_06>,
        <http://data.carnegiehall.org/events/32459/work_07>,
        <http://data.carnegiehall.org/events/32459/work_08>,
        <http://data.carnegiehall.org/events/32459/work_09>,
        <http://data.carnegiehall.org/events/32459/work_10>,
        <http://data.carnegiehall.org/events/32459/work_11> ;
    rdfs:comment """WORLD PREMIERE of Michael Ellison's THE LADY OF SHALOTT\r
WORLD PREMIERE of Ross Moyer's ENIGMA VARIATIONS\r
WORLD PREMIERE of Thomas Hojnacki's PATHS\r
WORLD PREMIERE of G. Paul Naeger's DULCE ET DECORUM EST\r
WORLD PREMIERE of Mitch Hampton's TWO SONGS FROM W.H. AUDEN\r
WORLD PREMIERE of Edward Paul Mascari's HYMNODY NO. 2\r
WORLD PREMIERE of William Thomas McKinley's GRAND FINALE\r
NEW YORK PREMIERE of James Whipple's CONCERTINO FOR AN AUTUMN MOOD\r
""" .

