@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/47101> a ns1:Event ;
    rdfs:label "National Conference on Lynching" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1919-05-05T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/47101/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-05-06/ed-1/seq-12/" target="_blank">New York Herald ("Nation Should Stop Lynching, Says Hughes", column 3)</a> and the New York Times; stated time is approximate.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, May 06, 1919, Image 12. no. 1919/05/06, 6 May 1919, p. 12.\r
"HUGHES CONDEMNS LYNCHING OF NEGRO." New York Times (1857-1922), May 06 1919, p. 15. ProQuest. Web. 25 Mar. 2022.""" .

