@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/38893> a ns1:Event ;
    rdfs:label "Suffrage Day Celebration" ;
    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/126855> ;
    ns1:startDate "1914-05-02T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38893/work_01> ;
    rdfs:comment """Entered from articles in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1914-05-03/ed-1/seq-8/" target="_blank">The Sun ("Mayor Greets Suffragists", column 4)</a>, the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1914-05-03/ed-1/seq-1/" target="_blank">New York Tribune ("City Crowns Miss Suffrage Queen of May", column 1)</a>, and the New York Times.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, May 03, 1914, Image 8. no. 1914/05/03, 3 May 1914, p. 8.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, May 03, 1914, Image 1. no. 1914/05/03, 3 May 1914. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030214/1914-05-03/ed-1/seq-1/.\r
"MITCHEL JOLTS SUFFRAGE." New York Times (1857-1922), May 03 1914, p. 1. ProQuest. Web. 26 Mar. 2022.\r
"SUFFRAGE DAY IS WIDELY KEPT." New York Times (1857-1922), May 03 1914, p. 1. ProQuest. Web. 26 Mar. 2022.""" .

