@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/40848> a ns1:Event ;
    rdfs:label "Christian and Missionary Alliance Convention" ;
    ns1:description "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123107> ;
    ns1:startDate "1898-10-09T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40848/work_01> ;
    rdfs:comment """Entered from newspaper articles. According to an advertisement in the New York Sun, this conference was scheduled to run from October 7-16, 1898.\r
The sun. [volume] (New York [N.Y.]), 08 Oct. 1898. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1898-10-08/ed-1/seq-7/" target="_blank">Link to advertisement</a>\r
The sun. [volume] (New York [N.Y.]), 10 Oct. 1898. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1898-10-10/ed-1/seq-6/" target="_blank">Link to article</a>""" .

