@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/45603> a ns1:Event ;
    rdfs:label "Overflow Meeting for The Civic Forum: Theodore Roosevelt" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/25838> ;
    ns1:startDate "1912-03-20T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45603/work_01>,
        <http://data.carnegiehall.org/events/45603/work_02> ;
    rdfs:comment """Address by Theodore Roosevelt on the subject, "The Right of the People to Rule."\r
Entered from New York Times article.  \r
According to article, William Prendergast spoke until Roosevelt arrive shortly after 10:00 PM (not known if this overflow meeting started simultaneously with that in the main hall, or if it was meant to begin when the other finished).\r
"Roosevelt Hits at Taft Again." New York Times 21 Mar. 1912: 1. Print.""" .

