@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/42029> a ns1:Event ;
    rdfs:label "Meeting: Irish Independence" ;
    ns1:description "benefit performance",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1902-10-26T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42029/work_01> ;
    rdfs:comment """Entered from article in The Evening World ("Hurled Bundles of Money on Stage") and New-York Tribune ("To Free Ireland $19,000"); stated time is approximate.\r
The evening world. [volume] (New York, N.Y.), 27 Oct. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1902-10-27/ed-1/seq-2/" target="_blank">Link to article</a>.\r
New-York tribune. [volume] (New York [N.Y.]), 27 Oct. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1902-10-27/ed-1/seq-4/" target="_blank">Link to article</a>""" .

