@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/42279> a ns1:Event ;
    rdfs:label "Meyer Kupferman's Music By My Friends No. 4" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1980-04-09T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42279/work_01>,
        <http://data.carnegiehall.org/events/42279/work_02>,
        <http://data.carnegiehall.org/events/42279/work_03>,
        <http://data.carnegiehall.org/events/42279/work_04>,
        <http://data.carnegiehall.org/events/42279/work_05>,
        <http://data.carnegiehall.org/events/42279/work_06>,
        <http://data.carnegiehall.org/events/42279/work_07>,
        <http://data.carnegiehall.org/events/42279/work_08>,
        <http://data.carnegiehall.org/events/42279/work_09> ;
    rdfs:comment """Licensee: Meyer Kupferman\r
WORLD PREMIERE of Alan Oettinger's TRIO\r
WORLD PREMIERE of Andre Singer's DUO\r
WORLD PREMIERE of Ruth Schonthal's LETTERS TO CUNEGONDE\r
WORLD PREMIERE of David Maslanka's FOURTH PIECE\r
WORLD PREMIERE of Meyer Kupferman's THE RED KING'S THROW\r
WORLD PREMIERE of Joel Spiegelman's A MEMORY\r
WORLD PREMIERE of Leo Kraft's EPISODES\r
WORLD PREMIERE of Irwin Bazelon's THREE MEN ON A DIS-COURSE""" .

