@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/15205> a ns1:Event ;
    rdfs:label "Songs of Martin Kalmanoff" ;
    ns1:description "joint recital",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/44073> ;
    ns1:startDate "1996-01-21T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/15205/work_01>,
        <http://data.carnegiehall.org/events/15205/work_02>,
        <http://data.carnegiehall.org/events/15205/work_03>,
        <http://data.carnegiehall.org/events/15205/work_04>,
        <http://data.carnegiehall.org/events/15205/work_05>,
        <http://data.carnegiehall.org/events/15205/work_06>,
        <http://data.carnegiehall.org/events/15205/work_07>,
        <http://data.carnegiehall.org/events/15205/work_08>,
        <http://data.carnegiehall.org/events/15205/work_09>,
        <http://data.carnegiehall.org/events/15205/work_10>,
        <http://data.carnegiehall.org/events/15205/work_11>,
        <http://data.carnegiehall.org/events/15205/work_12>,
        <http://data.carnegiehall.org/events/15205/work_13>,
        <http://data.carnegiehall.org/events/15205/work_14>,
        <http://data.carnegiehall.org/events/15205/work_15>,
        <http://data.carnegiehall.org/events/15205/work_16>,
        <http://data.carnegiehall.org/events/15205/work_17>,
        <http://data.carnegiehall.org/events/15205/work_18> ;
    rdfs:comment """Title: A Recital of Songs by Martin Kalmanoff - In Memory of Margaret "Marnie" Kalmanoff\r
Note that although Kalmanoff's "Lamento di Puccini" is listed as a world premiere, the actual world premiere was given at CH on 4/15/1956 by Alessandro Trotta.\r
WORLD PREMIERE of Martin Kalmanoff's TO MUSIC\r
WORLD PREMIERE of Kalmanoff's EMILY DICKINSON CYCLE \r
WORLD PREMIERE of Kalmanoff's VOCALISE \r
WORLD PREMIERE of Kalmanoff's L'ENVOI \r
WORLD PREMIERE of Kalmanoff's A MODERN ELEGY \r
WORLD PREMIERE of Kalmanoff's METROPOLITAN FOLK-SONG CYCLE \r
WORLD PREMIERE of Kalmanoff's REQUIEM: UNDER A WIDE AND STARRY SKY \r
WORLD PREMIERE of Kalmanoff's BE CALM, OH SOUL""" .

