@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/64917> a ns1:Event ;
    rdfs:label "Music for Flute, Voice, and Guitar" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/101976> ;
    ns1:startDate "1959-06-15T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/64917/work_01>,
        <http://data.carnegiehall.org/events/64917/work_02>,
        <http://data.carnegiehall.org/events/64917/work_03>,
        <http://data.carnegiehall.org/events/64917/work_04>,
        <http://data.carnegiehall.org/events/64917/work_05>,
        <http://data.carnegiehall.org/events/64917/work_06>,
        <http://data.carnegiehall.org/events/64917/work_07>,
        <http://data.carnegiehall.org/events/64917/work_08>,
        <http://data.carnegiehall.org/events/64917/work_09>,
        <http://data.carnegiehall.org/events/64917/work_10>,
        <http://data.carnegiehall.org/events/64917/work_11>,
        <http://data.carnegiehall.org/events/64917/work_12>,
        <http://data.carnegiehall.org/events/64917/work_13>,
        <http://data.carnegiehall.org/events/64917/work_14>,
        <http://data.carnegiehall.org/events/64917/work_15> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. Although the review identifies this performance of Turina's "Cantares" as a New York premiere, both that selection and its parent work, Poema en forma de canciones, Op. 19, had been performed previously at Carnegie Hall.\r
WORLD PREMIERE of Vernon Martin's SONGS FROM THE SPANISH\r
WORLD PREMIERE of Daniel Pinkham's EVENING HYMN\r
WORLD PREMIERE of John Wilson's 3 SONGS\r
WORLD PREMIERE of Charles Mills' 3 FRAGMENTS FROM SAPPHO\r
WORLD PREMIERE of Herman Berlandt's PASTORALE FOR SOLO FLUTE\r
WORLD PREMIERE of Berlandt's ALLEUIA\r
WORLD PREMIERE of William Flanagan's GOOD-BY MY FANCY\r
NEW YORK PREMIERE of Federico Moreno Torroba's PETENERA\r
"WEEK'S MUSIC PROGRAMS." New York Times (1923-Current file), Jun 14 1959, p. 1. ProQuest. Web. 1 Sep. 2020.\r
"3 OFFER PROGRAM OF MODERN MUSIC: CONNIE MCNEIL, COLORATURA, HEARD WITH PROL, GUITARIST, AND FREUNDLICH, FLUTIST." New York Times (1923-Current file), Jun 16 1959, p. 40. ProQuest. Web. 1 Sep. 2020.""" .

