@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/33385> a ns1:Event ;
    rdfs:label "Sibelius Festival Concert" ;
    ns2:conductor <http://data.carnegiehall.org/names/27762> ;
    ns2:orchestra <http://data.carnegiehall.org/names/55911> ;
    ns1:description "symphony orchestra performance",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95682> ;
    ns1:startDate "1945-11-21T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/33385/work_01>,
        <http://data.carnegiehall.org/events/33385/work_02>,
        <http://data.carnegiehall.org/events/33385/work_03>,
        <http://data.carnegiehall.org/events/33385/work_04>,
        <http://data.carnegiehall.org/events/33385/work_05>,
        <http://data.carnegiehall.org/events/33385/work_06>,
        <http://data.carnegiehall.org/events/33385/work_07>,
        <http://data.carnegiehall.org/events/33385/work_08>,
        <http://data.carnegiehall.org/events/33385/work_09> ;
    rdfs:comment """Sibelius Festival Concert, Honoring the Composer's 80th Birthday\r
American Orchestral Debut of Simon Parmet\r
Entered from advertisement in 11/21/1945 program, as well as New York Times concert listing and review.  According to the review, Douglas Steere of Haverford College read a message of thanks from Jean Sibelius, but the exact placement of these remarks within the program is not known.\r
"OPERA AND CONCERT PROGRAMS." New York Times (1923-Current file) Nov 18 1945: 50. ProQuest. 12 Sep. 2013.\r
Straus, Noel. "SIBELIUS HONORED AT CONCERT HERE." New York Times (1923-Current file) Nov 22 1945: 41. ProQuest. 12 Sep. 2013.""" .

