@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/39496> a ns1:Event ;
    rdfs:label "Robert Burns Anniversary Celebration" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/4318> ;
    ns1:startDate "1894-01-25T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39496/work_01> ;
    rdfs:comment """Entered from listing in New York Times and brief review in the New York Sun; stated time is approximate.\r
"COMING EVENTS." New York Times (1857-1922), Jan 24 1894, p. 6. ProQuest. Web. 5 Sep. 2019.\r
The sun. [volume] (New York [N.Y.]), 26 Jan. 1894. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1894-01-26/ed-1/seq-3/" target="_blank">Link to review</a>""" .

