@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/44965> a ns1:Event ;
    rdfs:label "Mass Protest 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 "1909-10-19T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44965/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-20/ed-1/seq-3/" target="_blank">New York Tribune (column 2, "Big Ferrer Protest")</a>  and the New York Times. Stated time is approximate.\r
The meeting was described as a "big mass meeting of labor people and Socialists, called to protest against the killing of Francesco Ferrer, the Spanish educator recently executed in Barcelona as the leader of the revolutionists."\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 20, 1909, Image 3. no. 1909/10/20, 20 Oct. 1909, p. 3.\r
"NEW YORKERS ADD TO FERRER PROTEST: THOUSANDS AT CARNEGIE HALL CHEER ATTACKS ON SPANISH AUTHORITIES AND CAPITALISM. SCORN FOR KING OF SPAIN FEDERATION OF LABOR ACTS -- ATTEMPTS MADE TO HAVE THREE EUROPEAN PARLIAMENTS TAKE UP THE AGITATION." New York Times (1857-1922), Oct 20 1909, p. 18. ProQuest. Web. 4 Feb. 2022.""" .

