@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/40494> a ns1:Event ;
    rdfs:label "Meeting: New York Young Republican Club" ;
    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/126848> ;
    ns1:startDate "1920-10-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40494/work_01> ;
    rdfs:comment """Calvin Coolidge, who delivered an address on this program, was Governor of Massachussetts at the time, and the Republican nominee for Vice President (Warren G. Harding was the presidential nominee).\r
Entered from articles in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030273/1920-09-23/ed-1/seq-3/" target="_blank">The Sun ("Coolidge To Speak Here October 28", column 6)</a>, the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83045774/1920-10-29/ed-1/seq-3/" target="_blank">New York Herald ("Coolidge Talks Sense to Thousands", column 1)</a>, and the New York Times. Stated time is approximate.\r
Humanities, National Endowment for the. The Sun and the New York Herald. [Volume] (New York [N.Y.]) 1920-1920, September 23, 1920, Image 3. no. 1920/09/23, 23 Sept. 1920, p. 3.\r
Humanities, National Endowment for the. The New York Herald. [Volume] (New York, N.Y.) 1920-1924, October 29, 1920, Image 3. no. 1920/10/29, 29 Oct. 1920, p. 3.\r
"COOLIDGE FAVORS ANIMPROVED LEAGUE." New York Times (1857-1922), Oct 29 1920, p. 3. ProQuest. Web. 25 Mar. 2022.""" .

