@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/42026> a ns2:Event ;
    rdfs:label "Meeting: Republican Mass Meeting" ;
    ns1:genre <http://data.carnegiehall.org/genres/5> ;
    ns2:description "meeting" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/13383> ;
    ns2:startDate "1902-10-08T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/42026/work_01> ;
    rdfs:comment """Entered from articles in the New-York Tribune ("The Ticket Ratified) and New York Times; stated time is approximate.\r
New-York tribune. [volume] (New York [N.Y.]), 09 Oct. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1902-10-09/ed-1/seq-1/" target="_blank">Link to article</a>\r
"REPUBLICAN SPEAKERS AT ODDS ON TRUSTS: CHAIRMAN MORRIS TRIES TO REVISE COPIES OF SPEECH. CONGRESSMAN SOUTHWICK PROCLAIMS THE PARTY AS THE FOE TO TRUSTS, AFTER FASSETT HAD DEFENDED COMBINATIONS." New York Times (1857-1922), Oct 09 1902, p. 1. ProQuest. Web. 31 July 2020.""" .

