@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/45428> a ns1:Event ;
    rdfs:label "Democratic State Campaign Rally" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/126509> ;
    ns1:startDate "1910-11-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45428/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-11-03/ed-1/seq-4/" target="_blank">New York Tribune ("Dix Hits Roosevelt In First Speech Here", column 1)</a> and the New York Times. The meeting was chaired by Herman Ridder.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, November 03, 1910, Image 4. no. 1910/11/03, 3 Nov. 1910, p. 4.\r
"DIX HITS OUT AT ROOSEVELT." New York Times (1857-1922), Nov 03 1910, p. 1. ProQuest. Web. 19 Feb. 2022.""" .

