@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/46682> a ns1:Event ;
    rdfs:label "Benefit: Fourth Liberty Loan" ;
    ns2:conductor <http://data.carnegiehall.org/names/6929> ;
    ns2:orchestra <http://data.carnegiehall.org/names/24999> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1918-10-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46682/work_01>,
        <http://data.carnegiehall.org/events/46682/work_02>,
        <http://data.carnegiehall.org/events/46682/work_03>,
        <http://data.carnegiehall.org/events/46682/work_04>,
        <http://data.carnegiehall.org/events/46682/work_05>,
        <http://data.carnegiehall.org/events/46682/work_06>,
        <http://data.carnegiehall.org/events/46682/work_07>,
        <http://data.carnegiehall.org/events/46682/work_08> ;
    rdfs:comment """Presented under the auspices of the Liberty Loan Committee of the Millinery, Couturiers, Dressmakers, and Allied Trades\r
Entered from event listing and article in the New-York Tribune and New York Times.\r
According to the article, 3,500 people were in attendence and subscribed to more than $1,000,000 in bonds.\r
New-York tribune. [volume] (New York [N.Y.]), 10 Oct. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-10-10/ed-1/seq-6/" target="_blank">Link to listing</a>\r
"SAYS KAISER IS SEEING LIGHT: WICKERSHAM APPEAL SELLS $1,000,000 WORTH OF BONDS." New York Times (1857-1922), Oct 11 1918, p. 6. ProQuest. Web. 16 Oct. 2019.""" .

