@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/38090> a ns1:Event ;
    rdfs:label "Meeting: Protest Against Russian Passport Discrimination" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/126575> ;
    ns1:startDate "1911-12-06T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38090/work_01> ;
    rdfs:comment """This meeting was held to protest against the discrimination of the Russian government in recognizing passports issued to American citizens.  Among the speakers was Woodrow Wilson, then Governor of New Jersey.\r
Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-12-07/ed-1/seq-1/" target="_blank">New York Tribune ("Russia Denounced For Discrimination", column 1)</a>, the New York Times, and <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1911-12-07/ed-1/seq-4/" target="_blank">The Sun ("Urge Passport Retaliation", column 1)</a>. Stated time is approximate.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 07, 1911, Image 1. no. 1911/12/07, 7 Dec. 1911. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-12-07/ed-1/seq-1/.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, December 07, 1911, Image 4. no. 1911/12/07, 7 Dec. 1911, p. 4.\r
"DEMAND BREAK WITH RUSSIA." New York Times (1857-1922), Dec 07 1911, p. 1. ProQuest. Web. 26 Feb. 2022.""" .

