@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/44977> a ns1:Event ;
    rdfs:label "Meeting: Armstrong Association" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1910-01-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44977/work_01> ;
    rdfs:comment """Entered from an article in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-01-25/ed-1/seq-2/" target="_blank">The New York Tribune (column 1, "Seth Low Heard")</a> and a New York Times listing and article.\r
This meeting, held under the auspices of the Armstrong Association, sought to raise $150,000 to carry on the work of the Tuskegee Institute in Alabama.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 25, 1910, Image 2. no. 1910/01/25, 25 Jan. 1910, p. 2.\r
"Booker Washington to Speak." New York Times (1857-1922), Jan 23 1910, p. 16. ProQuest. Web. 13 Feb. 2022.\r
"LOW JOINS IN APPEAL TO HELP TUSKEGEE." New York Times (1857-1922), Jan 25 1910, p. 2. ProQuest. Web. 13 Feb. 2022.""" .

