@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/24122> a ns1:Event ;
    rdfs:label "New York University Week of Italian Music in New York" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/120> ;
    ns1:startDate "1988-11-07T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24122/work_01>,
        <http://data.carnegiehall.org/events/24122/work_02>,
        <http://data.carnegiehall.org/events/24122/work_03>,
        <http://data.carnegiehall.org/events/24122/work_04>,
        <http://data.carnegiehall.org/events/24122/work_05>,
        <http://data.carnegiehall.org/events/24122/work_06>,
        <http://data.carnegiehall.org/events/24122/work_07>,
        <http://data.carnegiehall.org/events/24122/work_08>,
        <http://data.carnegiehall.org/events/24122/work_09>,
        <http://data.carnegiehall.org/events/24122/work_10>,
        <http://data.carnegiehall.org/events/24122/work_11>,
        <http://data.carnegiehall.org/events/24122/work_12>,
        <http://data.carnegiehall.org/events/24122/work_13>,
        <http://data.carnegiehall.org/events/24122/work_14> ;
    rdfs:comment """WORLD PREMIERE of Dinu Ghezzo's FROM HERE TO THERE...AGAIN\r
WORLD PREMIERE of Carlos Rausch's CAPRICCIO FOR SOLO FLUTE\r
WORLD PREMIERE of Giovanna Busatta's TRIO 5 FOR THREE FLUTES\r
WORLD PREMIERE of Isan Yun's GESANG DER FLOTE\r
WORLD PREMIERE of Carlo Alberto Neri's THE NIGHT'S SECRET\r
WORLD PREMIERE of John Cage's TWO FOR FLUTE AND PIANO\r
WORLD PREMIERE of Primo Oliva's CONTEMPLATION\r
NEW YORK PREMIERE of David Macbride's POET IN NEW YORK\r
NEW YORK PREMIERE of Paolo Renosto's PLAYERS\r
""" .

