@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/41047> a ns1:Event ;
    rdfs:label "The John Harbison/ Dawn Upshaw Young Artists Concert" ;
    ns1:description "chamber music performance",
        "multiple performances",
        "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-10-10T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41047/work_01>,
        <http://data.carnegiehall.org/events/41047/work_02>,
        <http://data.carnegiehall.org/events/41047/work_03>,
        <http://data.carnegiehall.org/events/41047/work_04>,
        <http://data.carnegiehall.org/events/41047/work_05>,
        <http://data.carnegiehall.org/events/41047/work_06>,
        <http://data.carnegiehall.org/events/41047/work_07>,
        <http://data.carnegiehall.org/events/41047/work_08>,
        <http://data.carnegiehall.org/events/41047/work_09> ;
    rdfs:comment """Perspectives: Dawn Upshaw\r
This concert was the culminating event of the John Harbison/Dawn Upshaw Workshop for Composers and Singers, a Professional Training Workshop presented by the Weill Music Institute, which ran from October 7-10, 2004.\r
WORLD PREMIERE of Lisa Bielawa's HURRY\r
WORLD PREMIERE of Gabriela Lena Frank's SONGS OF CIFAR AND THE SWEET SEA (selections)\r
WORLD PREMIERE of James Matheson's SONGS OF DESIRE, LOVE AND LOSS\r
WORLD PREMIERE of Keeril Makan's TARGET""" .

