@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/43426> 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/10827> ;
    ns1:startDate "1910-10-14T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43426/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-10-15/ed-1/seq-1/" target="_blank">New York Tribune ("Taft With Stimson", column 2)</a> and the New York Times.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 15, 1910, Image 1. no. 1910/10/15, 15 Oct. 1910. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-10-15/ed-1/seq-1/.\r
"STIMSON ATTACKS DIX'S TARIFF RECORD." New York Times (1857-1922), Oct 15 1910, p. 1. ProQuest. Web. 13 Feb. 2022. \r
""" .

