@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/45552> a ns1:Event ;
    rdfs:label "Meeting: Salvation Army" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/243> ;
    ns1:startDate "1911-11-14T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45552/work_01> ;
    rdfs:comment """Entered from articles published in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1911-11-15/ed-1/seq-2/" target="_blank">The Sun ("Eva Booth in Tatters", column 1)</a> and the New York Times. Stated time is approximate. The program featured a succession of tableaux depicting the work of the Salvation Army.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, November 15, 1911, Image 2. no. 1911/11/15, 15 Nov. 1911, p. 2.\r
"BABIES FILL STAGE AT SALVATION SHOW." New York Times (1857-1922), Nov 15 1911, p. 3. ProQuest. Web. 20 Feb. 2022.""" .

