@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/40028> a ns1:Event ;
    rdfs:label "Meeting: Republican Rally" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1896-06-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40028/work_01>,
        <http://data.carnegiehall.org/events/40028/work_02> ;
    rdfs:comment """Entered from articles in the New York Times and New-York Tribune; stated time is approximate.\r
See Souvenir Program Books/Pamphlets for the text of Frank S. Black's speech.\r
New-York tribune. [volume] (New York [N.Y.]), 25 June 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1896-06-25/ed-1/seq-6/" target="_blank">Link to article</a>\r
"CHEERS FOR MKINLEY: AND ALSO FOR MR. PLATT AT THE REPUBLICAN MEETING AN ENTHUSIASTIC GATHERING IN CARNEGIE HALL--MUCH SINGING AND SOME DANCING--RESOLUTIONS DECLARING THAT THE PARTY. HAS A "PERFECT MAN TIP ON A PERFECT PLATFORM"--ADDRESSES BY THE LEADER, MR. LANTERBACH, AND OTHERS." New York Times (1857-1922), Jun 24 1896, p. 3. ProQuest. Web. 16 June 2020.""" .

