@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/2782> a ns1:Event ;
    rdfs:label "Republican Ratification Meeting" ;
    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 "1898-10-05T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/2782/work_01>,
        <http://data.carnegiehall.org/events/2782/work_02>,
        <http://data.carnegiehall.org/events/2782/work_03>,
        <http://data.carnegiehall.org/events/2782/work_04>,
        <http://data.carnegiehall.org/events/2782/work_05>,
        <http://data.carnegiehall.org/events/2782/work_06>,
        <http://data.carnegiehall.org/events/2782/work_07>,
        <http://data.carnegiehall.org/events/2782/work_08> ;
    rdfs:comment """Entered from New York Times article from 10/6/1898; stated time is approximate.  \r
Meeting held to ratify the nomination of Theodore Roosevelt as a candidate for Governor of New York.\r
Order of speakers uncertain; Lemuel Quigg presided.  Quigg called the meeting to order and introduced Gen. Stewart Woodford, former Minister to Spain.  Woodford apparently introduced Roosevelt and several of the other speakers.\r
""" .

