@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/73225> a ns1:Event ;
    rdfs:label "Anti-Speakeasy Rally" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/3> ;
    ns1:organizer <http://data.carnegiehall.org/names/132396> ;
    ns1:startDate "1929-05-07T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73225/work_01> ;
    rdfs:comment """Entered from announcement and article published in the New York Times; stated time is approximate.\r
"ANTI-SPEAKEASY RALLY FINDS ANOTHER HALL: BARRED FROM CENTRAL PALACE, ITS SPONSORS ENGAGE CARNEGIE CHAPTER ROOM." New York Times (1923-), May 05 1929, p. 14. ProQuest. Web. 24 Oct. 2023.\r
"SPEAKEASY FOES HEAR FORD ATTACK: JUSTICE IN ADDRESS READ AT RALLY AT CARNEGIE HALL AGAIN LAYS BLAME ON WALKER. HAILS MOVE FOR FUSION CALLS FOR HONEST, FEARLESS LEADER, SEEING NO HOPE NOW TO WIPE OUT VICE AND CRIME. SEES PRESENT REGIME "HOPELESS." CALLS WHALEN "BLAND."." New York Times (1923-), May 08 1929, p. 27. ProQuest. Web. 25 Oct. 2023.""" .

