@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/37377> a ns1:Event ;
    rdfs:label "20th Century Innovations" ;
    ns2:conductor <http://data.carnegiehall.org/names/2368> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1965-04-15T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/37377/work_01>,
        <http://data.carnegiehall.org/events/37377/work_02>,
        <http://data.carnegiehall.org/events/37377/work_03>,
        <http://data.carnegiehall.org/events/37377/work_04>,
        <http://data.carnegiehall.org/events/37377/work_05>,
        <http://data.carnegiehall.org/events/37377/work_06>,
        <http://data.carnegiehall.org/events/37377/work_07> ;
    rdfs:comment """Third annual series of 20th Century Innovations.\r
The review published by the New York Times identifies the soloist for the violin concerto as Matthew Raimondi.\r
U.S. PREMIERE of Franco Donatoni's FOR GRILLY (1960)\r
U.S. PREMIERE of Yannis Xenakis' ST/10 (1962)\r
WORLD PREMIERE of Robert H. Lewis' MUSIC FOR FOURTEEN INSTRUMENTS (1965)\r
WORLD PREMIERE of Robert Di Domenica's CONCERTO FOR VIOLIN AND CHAMBER ORCHESTRA (1962)\r
Strongin, Theodore. "SCHULLER CONDUCTS INNOVATIONS FINALE." New York Times (1923-), 1965 Apr 16 1965/04/16/, p. 34. ProQuest. Web. 20 May 2024.\r
\r
""" .

