@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/46429> a ns1:Event ;
    rdfs:label "Woman Suffrage Meeting" ;
    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 "1915-10-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46429/work_01> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1915-10-22/ed-1/seq-14/" target="_blank">New York Tribune ("Carnegie Hall Woman Suffrage Meeting", column 5)</a> and articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1915-10-23/ed-1/seq-5/" target="_blank">New York Tribune ("Suffragists Hear Borah Rap Taft", column 4)</a> and the New York Times.\r
This meeting, to which admission was free, was part of a suffrage campaign for constitutional amendments in New York, New Jersey, Massachusetts, and Pennsylvania; all were defeated.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 22, 1915, Image 14. no. 1915/10/22, 22 Oct. 1915, p. 14.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 23, 1915, Image 5. no. 1915/10/23, 23 Oct. 1915, p. 5.\r
"MAYOR NOW SURE SUFFRAGE WILL WIN." New York Times (1857-1922), Oct 23 1915, p. 4. ProQuest. Web. 26 Mar. 2022.""" .

