@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/40962> 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/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-09-19T16:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40962/work_01> ;
    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
A one-hour talk with Ara Guzelimian, Yo-Yo Ma, and musicians from the Silk Road Ensemble.\r
""" .

