@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/45576> a ns1:Event ;
    rdfs:label "Lecture by William Butler Yeats" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/106652> ;
    ns1:startDate "1904-01-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45576/work_01>,
        <http://data.carnegiehall.org/events/45576/work_02> ;
    rdfs:comment """Subject: "The Intellectual Revival in Ireland"\r
Entered from articles in The New York Times and The Sun; stated time is approximate.\r
According to The Sun, a large banner was hung (presumably from the First or Second Tier) bearing the inscription "County Sligo Men's S. and B. Association."\r
"AN IRISH POET SPEAKS." New York Times (1857-1922), Jan 04, 1904, pp. 16, ProQuest Historical Newspapers: The New York Times.\r
"W. Butler Yeats Lectures." The sun. (New York [N.Y.]), 04 Jan. 1904. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1904-01-04/ed-1/seq-3/" target="_blank">Link to article</a>""" .

