@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/24958> a ns1:Event ;
    rdfs:label "Memorial: Mark Twain (Samuel Clemens)" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/126513> ;
    ns1:startDate "1910-11-30T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24958/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-12-01/ed-1/seq-3/" target="_blank">New York Tribune ("Thousands Meet To Honor Mark Twain", column 1)</a> and New York Times. Stated time is approximate.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 01, 1910, Image 3. no. 1910/12/01, 1 Dec. 1910, p. 3.\r
"PAY WARM TRIBUTE TO TWAIN'S MEMORY." New York Times (1857-1922), Dec 01 1910, p. 3. ProQuest. Web. 19 Feb. 2022.""" .

