@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/41580> a ns2:Event ;
    rdfs:label "Meeting: National Party Convention" ;
    ns1:genre <http://data.carnegiehall.org/genres/5> ;
    ns2:description "meeting" ;
    ns2:location <http://data.carnegiehall.org/venues/2> ;
    ns2:organizer <http://data.carnegiehall.org/names/123522> ;
    ns2:startDate "1900-09-05T15:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/41580/work_01> ;
    rdfs:comment """Entered from articles in the New-York Tribune and New York Times; stated time is approximate.\r
New-York tribune. [volume] (New York [N.Y.]), 06 Sept. 1900. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1900-09-06/ed-1/seq-4/" target="_blank">Link to article</a>\r
"THIRD TICKET NOW BEFORE THE PEOPLE: NATIONAL PARTY ORGANIZED AND ITS CANDIDATES NOMINATED. ADOPTION OF A PLATFORM THE PLANKS FOR GOLD AND AGAINST IMPERIALISM -- CAFFERY AND HOWE THE NOMINEES." New York Times (1857-1922), Sep 06 1900, p. 1. ProQuest. Web. 7 Aug. 2020.""" .

