@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/664> a ns1:Event ;
    rdfs:label "Twentieth Century Vocal Chamber Music" ;
    ns1:description "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/90198> ;
    ns1:startDate "1996-04-14T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/664/work_01>,
        <http://data.carnegiehall.org/events/664/work_02>,
        <http://data.carnegiehall.org/events/664/work_03>,
        <http://data.carnegiehall.org/events/664/work_04>,
        <http://data.carnegiehall.org/events/664/work_05>,
        <http://data.carnegiehall.org/events/664/work_06>,
        <http://data.carnegiehall.org/events/664/work_07>,
        <http://data.carnegiehall.org/events/664/work_08>,
        <http://data.carnegiehall.org/events/664/work_09>,
        <http://data.carnegiehall.org/events/664/work_10>,
        <http://data.carnegiehall.org/events/664/work_11>,
        <http://data.carnegiehall.org/events/664/work_12>,
        <http://data.carnegiehall.org/events/664/work_13>,
        <http://data.carnegiehall.org/events/664/work_14>,
        <http://data.carnegiehall.org/events/664/work_15>,
        <http://data.carnegiehall.org/events/664/work_16>,
        <http://data.carnegiehall.org/events/664/work_17>,
        <http://data.carnegiehall.org/events/664/work_18> ;
    rdfs:comment """WORLD PREMIERE of Tom Cipullo's AUBADE\r
WORLD PREMIERE of Daron Aric Hagen's LOVE SCENE\r
WORLD PREMIERE of William Ryden's THREE ALICE SONGS\r
WORLD PREMIERE of Yehudi Wyner's A MAD TEA-PARTY\r
WORLD PREMIERE of Richard Lalli's DON'T...\r
U.S. PREMIERE of Betty Roe's SONGS FROM SHAKESPEARE\r
U.S. PREMIERE of Juliana Hall's TWO BIRDS""" .

