@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/37241> a ns1:Event ;
    rdfs:label "Democratic City Convention" ;
    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/258> ;
    ns1:startDate "1905-10-05T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/37241/work_01>,
        <http://data.carnegiehall.org/events/37241/work_02>,
        <http://data.carnegiehall.org/events/37241/work_03>,
        <http://data.carnegiehall.org/events/37241/work_04>,
        <http://data.carnegiehall.org/events/37241/work_05>,
        <http://data.carnegiehall.org/events/37241/work_06> ;
    rdfs:comment """See articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1905-10-06/ed-1/seq-1/" target="_blank">New York Tribune</a> (column 4, "Murphy's Slate Carried") and New York Times.\r
According to the New York Times, the starting time for the convention was set for 7:30 PM, but didn't come to order until after 8:05 PM, when Charles F. Murphy and J.. Sergeant Cram arrived. Bayne's 69th Regiment Band began playing at 7:30 PM.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 06, 1905, Image 1. no. 1905/10/06, 6 Oct. 1905. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030214/1905-10-06/ed-1/seq-1/.\r
"M'CLELLAN CHOSEN; UNPLEDGED, HE SAYS: ACCEPTS MAYORALTY NOMINATION, DECLARING HIMSELF UNFETTERED. METZ AND MCGOWAN NAMED FOR CONTROLLER AND ALDERMANIC PRESIDENT -- COVENTION PRAISES ROOSEVELT FOR MAKING PEACE." New York Times (1857-1922), Oct 06 1905, p. 1. ProQuest. Web. 27 Jan. 2022.""" .

