@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/39981> a ns1:Event ;
    rdfs:label "Carnegie Talks: Michael Tilson Thomas" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2003-11-20T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39981/work_01>,
        <http://data.carnegiehall.org/events/39981/work_02> ;
    rdfs:comment """Perspectives: Michael Tilson Thomas\r
Michael Tilson Thomas discussed the art of conducting with Ara Guzelimian. The program was illustrated with musical excerpts and concluded with a complete chamber performance of Copland's Appalachian Spring, led by Mr. Tilson Thomas.\r
The musicians performing excerpts from Copland's "Appalachian Spring" were participants in The Michael Tilson Thomas Workshop: Music of Aaron Copland.""" .

