@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/25999> a ns1:Event ;
    rdfs:label "Meeting: Twentieth Century Association (Methodist Sunday School Scholars)" ;
    ns2:conductor <http://data.carnegiehall.org/names/20904> ;
    ns2:orchestra <http://data.carnegiehall.org/names/58449> ;
    ns1:description "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1902-01-26T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25999/work_01> ;
    rdfs:comment """Entered from program calendars, an announcement in the New-York Tribune, and New York Times article.\r
The Times article identifies this event as a "mass meeting of Methodist Sunday school scholars" held "in the interests of the Twentieth Century Thank Offering Fund."\r
New-York tribune. [volume] (New York [N.Y.]), 26 Jan. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1902-01-26/ed-1/seq-28/" target="_blank">Link to announcement</a>\r
"GET PLEDGES FOR $620,000: THAT MUCH PROMISED TOWARD METHODISTS' THANK OFFERING. CARNEGIE HALL CROWDED WITH SUNDAY SCHOOL CHILDREN IN THE INTEREST OF THE FUND -- A $3,000 SUBSCRIPTION." New York Times (1857-1922), Jan 27 1902, p. 1. ProQuest. Web. 31 July 2020.""" .

