@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/43835> a ns1:Event ;
    rdfs:label "Steve Reich @ 70: Discovery Day: Steve Reich" ;
    ns1:description "lecture",
        "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2006-10-22T12:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43835/work_01>,
        <http://data.carnegiehall.org/events/43835/work_02>,
        <http://data.carnegiehall.org/events/43835/work_03>,
        <http://data.carnegiehall.org/events/43835/work_04> ;
    rdfs:comment """A program of the Weill Music Institute at Carnegie Hall\r
This event was part of New York Celebrates Steve Reich @ 70, which featured presentations by Carnegie Hall, Lincoln Center, and the Brooklyn Academy of Music (BAM).  It ran from 12:00 p.m. to 5:00 p.m, with the following schedule: 12-12:45: Musical Sources (Keith Potter discusses a variety of influences on Reich's music); 1-1:45: Film Screening (Steve Reich: A New Musical Language); 2:30-3:15: Musical Demonstration (Daniel Druckman and students from The Juilliard School play and discuss excerpts from "Drumming" and "Clapping Music"); 3:30-5:00: Music of Conscience and History (Keith Potter, Beryl Korot, Robert Hurwitz, and Ara Guzelimian discuss the role of social and political issues shaping the music of Steve Reich).""" .

