@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/42035> a ns1:Event ;
    rdfs:label "Mass Meeting of Sunday School Scholars and Teachers" ;
    ns1:description "benefit performance",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123463> ;
    ns1:startDate "1902-11-23T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42035/work_01> ;
    rdfs:comment """Entered from articles in the New York Times and New-York Tribune; stated time is approximate. According to the Times article, this meeting was called with the purpose of raising funds to support Methodist "superannuated preachers, their widows and orphans."\r
New-York tribune. [volume] (New York [N.Y.]), 24 Nov. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1902-11-24/ed-1/seq-3/" target="_blank">Link to article</a>\r
"MONEY RAISED FOR WORN-OUT PREACHERS: METHODISTS CONTRIBUTE $70,000 IN AND NEAR THIS CITY. BISHOPS ANDREWS, MCCABE, FOWLER, AND HAMILTON ADDRESS A MASS MEETING IN CARNEGIE HALL." New York Times (1857-1922), Nov 24 1902, p. 7. ProQuest. Web. 31 July 2020.""" .

