@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@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/63618> a ns2:Event ;
    rdfs:label "New York Philharmonic" ;
    ns1:conductor <http://data.carnegiehall.org/names/6929> ;
    ns1:orchestra <http://data.carnegiehall.org/names/24999> ;
    ns2:description "benefit performance",
        "symphony orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/191>,
        <http://data.carnegiehall.org/names/6976> ;
    ns2:startDate "1918-11-20T20:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/63618/work_01>,
        <http://data.carnegiehall.org/events/63618/work_02>,
        <http://data.carnegiehall.org/events/63618/work_03>,
        <http://data.carnegiehall.org/events/63618/work_04>,
        <http://data.carnegiehall.org/events/63618/work_05>,
        <http://data.carnegiehall.org/events/63618/work_06> ;
    rdfs:comment """In aid of Save-A-Home Fund\r
Entered from listing in The Sun, brief review in the New-York Tribune, and program image from the New York Philharmonic Digital Archives.\r
The evening world. [volume] (New York, N.Y.), 16 Nov. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1918-11-16/ed-1/seq-5/" target="_blank">Link to listing (column 5)</a>\r
New-York tribune. [volume] (New York [N.Y.]), 21 Nov. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-11-21/ed-1/seq-9/" target="_blank">Link to review (column 5)</a>\r
<a rel="noopener noreferrer" class="external" href="https://archives.nyphil.org/index.php/artifact/348526cc-99cf-4551-b36a-70c46d3d894a-0.1/fullview#page/1/mode/2up" target="_blank">Link to program image</a>""" .

