@prefix ns1: <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/31848> a ns1:Event ;
    rdfs:label "Meeting: Republican Campaign Opening" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101584> ;
    ns1:startDate "1896-08-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31848/work_01>,
        <http://data.carnegiehall.org/events/31848/work_02>,
        <http://data.carnegiehall.org/events/31848/work_03> ;
    rdfs:comment """Entered from announcement and article in the New York Sun; stated time is approximate.\r
This meeting officially opened the 1896 Republican presidential campaign.\r
The sun. [volume] (New York [N.Y.]), 26 Aug. 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1896-08-26/ed-1/seq-3/" target="_blank">Link to announcement</a>\r
The sun. [volume] (New York [N.Y.]), 28 Aug. 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1896-08-28/ed-1/seq-1/" target="_blank">Link to article</a>""" .

