@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/20229> a ns1:Event ;
    rdfs:label "20th Century Innovations: American Iconoclasts" ;
    ns2:conductor <http://data.carnegiehall.org/names/2368> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27204> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1962-12-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/20229/work_01>,
        <http://data.carnegiehall.org/events/20229/work_02>,
        <http://data.carnegiehall.org/events/20229/work_03>,
        <http://data.carnegiehall.org/events/20229/work_04>,
        <http://data.carnegiehall.org/events/20229/work_05>,
        <http://data.carnegiehall.org/events/20229/work_06>,
        <http://data.carnegiehall.org/events/20229/work_07>,
        <http://data.carnegiehall.org/events/20229/work_08> ;
    rdfs:comment """Title: American Iconoclasts\r
Program information has been taken from the review published in the New York Times. The review indicates that Henry Cowell, Edgard Varese, and Stefan Wolpe were all present in the audience for this performance.\r
WORLD PREMIERE of John Cage's COMPOSITION FOR THREE VOICES\r
NEW YORK PREMIERE of Cage's SECOND CONSTRUCTION\r
WORLD PREMIERE of Charles Ives' SET NO. 3 FOR CHAMBER ORCHESTRA\r
WORLD PREMIERE of Ives' CHROMATIMELODTUME\r
Schonberg, Harold C. "Music: Five Iconoclasts: 20th-Century Works Led by Schuller." New York Times (1923-), Dec 07 1962, p. 45. ProQuest. Web. 29 Aug. 2023.""" .

