@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/40667> a ns2:Event ;
    rdfs:label "Meeting: Rapid Transit" ;
    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/126448> ;
    ns2:startDate "1909-10-28T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/40667/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-29/ed-1/seq-2/" target="_blank">New York Tribune (column 1, "Hearst, Not Gaynor")</a> and the New York Times.  \r
Judge  William J. Gaynor, the Tammany candidate for Mayor, was supposed to speak at the meeting but he never arrived.  All the speakers praised Judge Gaynor as the best candidate for Mayor and the one who could get New York City to build and operate it's subway, instead of private interests.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 29, 1909, Image 2. no. 1909/10/29, 29 Oct. 1909, p. 2.\r
"GAYNOR DISAPPOINTS RAPID TRANSIT RALLY: CARNEGIE HALL AUDIENCE WAITS IN VAIN AND HEARST GETS SOME OF THE CHEERS. AN APOLOGY FOR TAMMANY A MIXTURE OF GOOD AND EVIL, SAYS D CADY HERRICK -- WARNER FOR CITY-OPERATED SUBWAYS." New York Times (1857-1922), Oct 29 1909, p. 2. ProQuest. Web. 4 Feb. 2022.""" .

