@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/42024> a ns1:Event ;
    rdfs:label "Meeting: Republican State 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/10827> ;
    ns1:startDate "1902-10-02T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42024/work_01> ;
    rdfs:comment """Entered from annoucement in The Evening World ("Republican Campaign") and article in the New-York Tribune; stated time is approximate.\r
The evening world. [volume] (New York, N.Y.), 02 Oct. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1902-10-02/ed-1/seq-3/" target="_blank">Link to announcement</a>\r
New-York tribune. [volume] (New York [N.Y.]), 03 Oct. 1902. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1902-10-03/ed-1/seq-1/" target="_blank">Link to article</a>""" .

