@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/51668> a ns1:Event ;
    rdfs:label "Yoruba Andabo, Cuban Rumba Ensemble" ;
    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 "2012-11-30T21:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/51668/work_01>,
        <http://data.carnegiehall.org/events/51668/work_02>,
        <http://data.carnegiehall.org/events/51668/work_03>,
        <http://data.carnegiehall.org/events/51668/work_04>,
        <http://data.carnegiehall.org/events/51668/work_05>,
        <http://data.carnegiehall.org/events/51668/work_06>,
        <http://data.carnegiehall.org/events/51668/work_07>,
        <http://data.carnegiehall.org/events/51668/work_08>,
        <http://data.carnegiehall.org/events/51668/work_09>,
        <http://data.carnegiehall.org/events/51668/work_10> ;
    rdfs:comment """Osvaldo Golijov is the holder of the 2012-2013 Richard and Barbara Debs Creative Chair at Carnegie Hall.\r
This event was part of Voices from Latin America, November 8--December 11, 2012\r
Artistic Advisors: Gustavo Dudamel | Gilberto Gil | Osvaldo Golijov | Chucho Valdés\r
The program was announced from stage, and was performed with no intermission.""" .

