@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/30626> a ns1:Event ;
    rdfs:label "New York Little Symphony" ;
    ns2:conductor <http://data.carnegiehall.org/names/58152> ;
    ns2:orchestra <http://data.carnegiehall.org/names/54048> ;
    ns1:description "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/39> ;
    ns1:startDate "1946-04-05T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/30626/work_01>,
        <http://data.carnegiehall.org/events/30626/work_02>,
        <http://data.carnegiehall.org/events/30626/work_03>,
        <http://data.carnegiehall.org/events/30626/work_04>,
        <http://data.carnegiehall.org/events/30626/work_05> ;
    rdfs:comment """Entered from New York Times review; order of works uncertain.\r
Review states that Barone conducted the first half of concert, while Harrison conducted the second half. Program also included a "Capriccio" by an unnamed composer (in 1st half).\r
Straus, Noel. "Symphony By Ives in World Premiere." New York Times 6 Apr 1946: 10. Print.\r
WORLD PREMIERE of Lou Harrison's MOTET FOR THE DAY OF ASCENSION\r
WORLD PREMIERE of Charles Ives' SYMPHONY NO.3 "THE CAMP MEETING"\r
""" .

