@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/25025> a ns2:Event ;
    rdfs:label "Republican Mass Meeting" ;
    ns1:genre <http://data.carnegiehall.org/genres/5> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/123119> ;
    ns2:startDate "1896-10-29T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/25025/work_01>,
        <http://data.carnegiehall.org/events/25025/work_02>,
        <http://data.carnegiehall.org/events/25025/work_03>,
        <http://data.carnegiehall.org/events/25025/work_04> ;
    rdfs:comment """Entered from articles in the New York Sun and New York Times.\r
The sun. [volume] (New York [N.Y.]), 30 Oct. 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1896-10-30/ed-1/seq-1/" target="_blank">Link to article</a>\r
"COL. INGERSOLL'S SPEECH MAKES AN ADDRESS ON THE CAMPAIGN ISSUES.: ENORMOUS GATHERING HEARS THE ORATOR AT CARNEGIE MUSIC HALL -- HE DE- CLARES HE IS GLAD THAT HE HAS GROWN SUFFICIENTLY IN THE PAST FORTY OR FIFTY YEARS TO CHANGE HIS OPINION ON THE QUESTION OF THE CURRENCY." New York Times (1857-1922), Oct 30 1896, p. 5. ProQuest. Web. 17 June 2020.""" .

