@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/43424> a ns1:Event ;
    rdfs:label "Meeting: Independent Citizen's Democracy" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123501> ;
    ns1:startDate "1903-10-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43424/work_01> ;
    rdfs:comment """Information entered from New-York Tribune and New York Times articles; stated time is approximate.\r
A band played for the audience while they waited for the speakers to arrive and the hall was draped with flags. Many prominent Democrats were seated on the stage and in the boxes. McClellan ran against Seth Low for Mayor of New York City. McClellan won and served as Mayor from 1903-1909.\r
New-York tribune. [volume] (New York [N.Y.]), 23 Oct. 1903. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1903-10-23/ed-1/seq-2/" target="_blank">Link to article</a>\r
"COCKRAN ATTACKS FUSION: CALLS LOW ADMINISTRATION THE WORST SINCE THE TWEED RING. MCCLELLAN AND GROUT ALSO AMONG SPEAKERS AT INDEPENDENT CITIZENS' DEMOCRACY MEETING IN CARNEGIE HALL." New York Times (1857-1922), Oct 23 1903, p. 1. ProQuest. Web. 4 Aug. 2020.""" .

