@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/32463> a ns1:Event ;
    rdfs:label "250th Anniversary of the Settlement of the Jews in the United States 1605-1905" ;
    ns2:conductor <http://data.carnegiehall.org/names/50001> ;
    ns2:orchestra <http://data.carnegiehall.org/names/39469> ;
    ns1:description "religious event",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1905-11-30T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/32463/work_01>,
        <http://data.carnegiehall.org/events/32463/work_02>,
        <http://data.carnegiehall.org/events/32463/work_03>,
        <http://data.carnegiehall.org/events/32463/work_04>,
        <http://data.carnegiehall.org/events/32463/work_05>,
        <http://data.carnegiehall.org/events/32463/work_06>,
        <http://data.carnegiehall.org/events/32463/work_07>,
        <http://data.carnegiehall.org/events/32463/work_08>,
        <http://data.carnegiehall.org/events/32463/work_09>,
        <http://data.carnegiehall.org/events/32463/work_10>,
        <http://data.carnegiehall.org/events/32463/work_11>,
        <http://data.carnegiehall.org/events/32463/work_12>,
        <http://data.carnegiehall.org/events/32463/work_13>,
        <http://data.carnegiehall.org/events/32463/work_14>,
        <http://data.carnegiehall.org/events/32463/work_15>,
        <http://data.carnegiehall.org/events/32463/work_16> ;
    rdfs:comment """A letter from President Theodore Roosevelt was read at the concert.\r
See articles in the New York Evening World and New York Sun:\r
The evening world. [volume] (New York, N.Y.), 30 Nov. 1905. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1905-11-30/ed-1/seq-2/" target="_blank">Link to article (columns 6-7, "Great Crowd of Jews Join in Celebration")</a>\r
The sun. [volume] (New York [N.Y.]), 01 Dec. 1905. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1905-12-01/ed-1/seq-1/" target="_blank">Link to article (column 7, "Jews Keep a Pilgrims' Day")</a>\r
\r
""" .

