@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/49633> a ns1:Event ;
    rdfs:label "Film: \"The Light of Asia\"" ;
    ns1:description "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/138262> ;
    ns1:startDate "1928-05-13T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49633/work_01>,
        <http://data.carnegiehall.org/events/49633/work_02> ;
    rdfs:comment """Presented under the auspices of the Film Arts Guild\r
Entered from New York Times advertisement, May 6, 1928, pg. 110, which reads as follows:\r
A Tribute to Mother India - Remarkable Motion Picture - The Life of Buddha - "The Light of Asia"\r
Produced in India, Enacted by All-Hindu Cast - 10,000 People - A Whole City - Vast Numbers of Elephants, Etc. Lavish Scenes, Including Famous Centuries-Old Hindu Wedding.\r
On the Same Program, Ragini, Famous Hindu Interpreter, in a Special Recital of Hindu Songs & Dances""" .

