@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/44215> a ns1:Event ;
    rdfs:label "Lecture by President Herbert Hoover" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1932-10-31T18:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44215/work_01>,
        <http://data.carnegiehall.org/events/44215/work_02>,
        <http://data.carnegiehall.org/events/44215/work_03> ;
    rdfs:comment """This event began as an overflow location for an address by President Hoover given at Madison Square Garden. The doors closed at 6:30 P.M., and Hoover's speech from MSG was broadcast over loudspeakers above the stage.  President Hoover arrived at 10:44 P.M. and addressed the overflow crowd in person.\r
The text of Hoover's remarks has been made available by The American Presidency Project.\r
Herbert Hoover, Remarks at Carnegie Hall in New York City. Online by Gerhard Peters and John T. Woolley, The American Presidency Project\r
<a rel="noopener noreferrer" class="external" href="https://www.presidency.ucsb.edu/node/208075" target="_blank">Link to Hoover's remarks</a>""" .

