@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/51708> a ns1:Event ;
    rdfs:label "Discovery Day: El Sistema" ;
    ns1:description "lecture",
        "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2012-12-08T13:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/51708/work_01>,
        <http://data.carnegiehall.org/events/51708/work_02>,
        <http://data.carnegiehall.org/events/51708/work_03> ;
    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
From the Carnegie Hall website: \r
"Explore Venezuela’s spectacularly successful El Sistema educational program and its influence on educational thinking in the United States. The afternoon features a keynote lecture by Dr. Leon Botstein, a panel discussion with Dr. José Antonio Abreu, and a screening of the documentary Dudamel: Let the Children Play.\"""" .

