@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/38744> a ns1:Event ;
    rdfs:label "Meeting: Armstrong Association" ;
    ns1:description "lecture",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95466> ;
    ns1:startDate "1909-02-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38744/work_01> ;
    rdfs:comment """Entered from articles in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-24/ed-1/seq-1/" target="_blank">The New-York Tribune (columns 6, "Educate The Negroes")</a> and the New York Times. Stated time is approximate. William Howard Taft was President-elect at the time of this meeting (he was inaugurated on March 4, 1909).\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, February 24, 1909, Image 1. no. 1909/02/24, 24 Feb. 1909. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-24/ed-1/seq-1/.\r
"MR. TAFT PLEADS FOR NEGRO SCHOOLS: JOINS WITH DR. WASHINGTON IN ASKING AID FOR TUSKEGEE AND HAMPTON AT CARNEGIE HALL. A CHANCE FOR WEALTHY MEN NO BETTER OUTLET THAN THESE INSTITUTES EXISTS FOR THEIR CHARITY, HE SAYS -- RACES MUST LIVE TOGETHER." New York Times (1857-1922), Feb 24 1909, p. 1. ProQuest. Web. 31 Jan. 2022.""" .

