@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/69273> a ns1:Event ;
    rdfs:label "Elmer Dwiggins' World Travelogue \"Around the World in Two Hours\"" ;
    ns1:description "screening",
        "travelogue" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1913-12-26T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69273/work_01> ;
    rdfs:comment """Entered from a review in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1913-12-11/ed-1/seq-9/" target="_blank">New-York Tribune ("Elmer Dwiggins Lectures", column 3)</a> and advertisements in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1913-12-21/ed-1/seq-56/" target="_blank">The Sun (column 1, bottom)</a> and the New York Times.\r
A <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1913-12-21/ed-1/seq-27/" target="_blank">notice in the New-York Tribune ("Elmer Dwiggins's Tour", column 3)</a> on December 21 indicated the shows would continue for a third week. The ads carried the tag line "Illustrated by a Mile of Motion Pictures."\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 11, 1913, Image 9. no. 1913/12/11, 11 Dec. 1913, p. 9.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 21, 1913, Image 27. no. 1913/12/21, 21 Dec. 1913, p. 7.\r
"Display Ad 31 -- no Title." New York Times (1857-1922), Dec 10 1913, p. 22. ProQuest. Web. 11 June 2022.""" .

