@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/40964> a ns1:Event ;
    rdfs:label "Silk Road Ensemble: Tradition and Innovation - Final Concert" ;
    ns2:genre <http://data.carnegiehall.org/genres/114> ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-09-19T22:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40964/work_01>,
        <http://data.carnegiehall.org/events/40964/work_02>,
        <http://data.carnegiehall.org/events/40964/work_03>,
        <http://data.carnegiehall.org/events/40964/work_04>,
        <http://data.carnegiehall.org/events/40964/work_05>,
        <http://data.carnegiehall.org/events/40964/work_06>,
        <http://data.carnegiehall.org/events/40964/work_07> ;
    rdfs:comment """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
Performances by musicians of the Silk Road Ensemble; musicians from Azerbaijan, China, India, and Iran; and workshop participants. Introduction and Commentary by Ara Guzelimian and Yo-Yo Ma. Please see the printed concert program for a complete list of all members of the Silk Road Ensemble who participated in this festival.\r
This concert was performed with a center stage configuration.""" .

