@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/38732> a ns1:Event ;
    rdfs:label "Meeting: Presbyterian Home Missions Rally" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101513> ;
    ns1:startDate "1896-03-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38732/work_01>,
        <http://data.carnegiehall.org/events/38732/work_02>,
        <http://data.carnegiehall.org/events/38732/work_03>,
        <http://data.carnegiehall.org/events/38732/work_04>,
        <http://data.carnegiehall.org/events/38732/work_05>,
        <http://data.carnegiehall.org/events/38732/work_06>,
        <http://data.carnegiehall.org/events/38732/work_07>,
        <http://data.carnegiehall.org/events/38732/work_08>,
        <http://data.carnegiehall.org/events/38732/work_09>,
        <http://data.carnegiehall.org/events/38732/work_10>,
        <http://data.carnegiehall.org/events/38732/work_11>,
        <http://data.carnegiehall.org/events/38732/work_12> ;
    rdfs:comment """Information entered from newspaper articles; stated time is approximate.  New York Times article dated 3/3/1896 indicates there was a printed program; program information entered from this article.  Text of Cleveland's address reprinted in article dated 3/4/1896.\r
A copy of the addresses by Grover Cleveland and Booker T. Washington is available at the New York Public Library, Schomburg Center, Rare Books & Manuscripts Collection.\r
New-York tribune. [volume] (New York [N.Y.]), 11 Feb. 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1896-02-11/ed-1/seq-1/" target="_blank">Link to article</a>""" .

