@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/10459> a ns1:Event ;
    rdfs:label "The Kischineff Massacre, Indignation Meeting" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1903-05-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/10459/work_01> ;
    rdfs:comment """Stated time is approximate.\r
This meeting was presented unter the auspices of a committee consisting of Paul D. Cravath, W. H. Baldwin Jr., and Henry W. Taft. It was held in response to a pogrom that took place on Easter weekend (beginning April 6), 1903, in Kishinev (Kischineff), Russia, in which some 49 Jews were killed.\r
See articles in the New-York Tribune and New York Sun:\r
New-York tribune. [volume] (New York [N.Y.]), 27 May 1903. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1903-05-27/ed-1/seq-4/" target="_blank">Link to article (column 4, "Indignation Meeting Tonight")</a>\r
New-York tribune. [volume] (New York [N.Y.]), 28 May 1903. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1903-05-28/ed-1/seq-1/" target="_blank">Link to article (column 6, "Wild Over Cleveland")</a>\r
The sun. [volume] (New York [N.Y.]), 28 May 1903. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1903-05-28/ed-1/seq-2/" target="_blank">Link to article (column 2, "City Cries Shame to Russia")</a>\r
"Carnegie Hall Mass Meeting." New York Times (1857-1922), May 27 1903, p. 3. ProQuest. Web. 10 Feb. 2021.""" .

