@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/40955> a ns1:Event ;
    rdfs:label "Panel Discussions: A Life in Music/ Musical Styles" ;
    ns2:genre <http://data.carnegiehall.org/genres/114> ;
    ns1:description "lecture",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/96621> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-09-18T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40955/work_01>,
        <http://data.carnegiehall.org/events/40955/work_02> ;
    rdfs:comment """A Carnegie Hall Professional Training Workshop, presented by The Weill Music Institute\r
A Festival Weekend on Mentoring, Creating, and Communicating with Yo-Yo Ma and Musicians of the Silk Road Ensemble\r
Program: Tradition and Innovation\r
Two panel discussions were held: "A Life in Music", moderated by Ellen Highstein, and "Musical Styles", moderated by Ara Guzelimian.\r
\r
""" .

