@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/66440> a ns1:Event ;
    rdfs:label "Meeting: Industrial Aid Conference" ;
    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/125229> ;
    ns1:startDate "1909-10-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66440/work_01>,
        <http://data.carnegiehall.org/events/66440/work_02> ;
    rdfs:comment """Entered from articles in the New York Sun, New York Times, and New-York Tribune; stated time is approximate. The meeting was held to protest the execution in Spain of radical freethinker, anarchist, and educationist Francisco Ferrer i Guàrdia (1859–1909).\r
The sun. [volume] (New York [N.Y.]), 24 Oct. 1909. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1909-10-24/ed-1/seq-6/" target="_blank">Link to article (column 4)</a>\r
New-York tribune. [volume] (New York [N.Y.]), 24 Oct. 1909. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-24/ed-1/seq-13/" target="_blank">Link to article (column 7)</a>\r
"ANARCHIST-SOCIALIST PARADE FOR FERRER: LED BY EMMA GOLDMAN, MARCHERS CRY" DOWN WITH THE POPE!" BEFORE ST. PATRICK'S. THEN LOWER THEIR FLAGS AS THEY PASS THE CATHEDRAL -- GOLDMAN AND BERKMAN DENOUNCE FERRER EXECUTION IN CARNEGIE HALL." New York Times (1857-1922), Oct 24 1909, p. 8. ProQuest. Web. 26 May 2021.""" .

