@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/49462> a ns1:Event ;
    rdfs:label "League of Composers" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/96125> ;
    ns1:startDate "1951-01-21T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49462/work_01>,
        <http://data.carnegiehall.org/events/49462/work_02>,
        <http://data.carnegiehall.org/events/49462/work_03>,
        <http://data.carnegiehall.org/events/49462/work_04>,
        <http://data.carnegiehall.org/events/49462/work_05>,
        <http://data.carnegiehall.org/events/49462/work_06> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
"Programs of the Week." New York Times 21 Jan 21 1951: 86. Print.\r
"Composers Present Five New Selections." New York Times 22  Jan 1951: 13. Print.\r
WORLD PREMIERE of Will Hudson's PIANO SONATA\r
U.S. PREMIERE of Priaulx Rainier's STRING QUARTET\r
PREMIERE of Paul Nordoff's SIX SONGS TO POEMS OF E.E. CUMMINGS\r
PREMIERE of Darius Milhaud's PIANO SONATA NO. 2, OP. 293\r
PREMIERE of Roger Goeb's SEPTET FOR BRASS""" .

