@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/16683> a ns1:Event ;
    rdfs:label "National Paderewski Testimonial" ;
    ns2:conductor <http://data.carnegiehall.org/names/25513> ;
    ns2:orchestra <http://data.carnegiehall.org/names/55911> ;
    ns1:description "benefit performance",
        "choir and orchestra performance",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/66> ;
    ns1:startDate "1941-04-04T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/16683/work_01>,
        <http://data.carnegiehall.org/events/16683/work_02>,
        <http://data.carnegiehall.org/events/16683/work_03>,
        <http://data.carnegiehall.org/events/16683/work_04> ;
    rdfs:comment """Concert of Religious Music to honor Mr. Paderewski on the Golden Anniversary of his American debut (1891-1941)\r
Benefit for Paderewski Fund for Polish Relief\r
Note that although this performance of Schütz's "History of the Resurrection of Jesus Christ" is listed in the program as a New York premiere, the New York Times review identifies it as the first performance in the U.S.\r
Downes, Olin. "Concert Honors Paderewski Debut." New York Times 5 April 1941: 18. Print.\r
U.S. PREMIERE of Heinrich Schutz's HISTORY OF THE RESURRECTION OF JESUS CHRIST, SWV 50\r
""" .

