@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/20326> a ns1:Event ;
    rdfs:label "League of Composers Concert" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/39> ;
    ns1:startDate "1954-05-09T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/20326/work_01>,
        <http://data.carnegiehall.org/events/20326/work_02>,
        <http://data.carnegiehall.org/events/20326/work_03>,
        <http://data.carnegiehall.org/events/20326/work_04> ;
    rdfs:comment """Entered from New York Times review and calendar in 5/8/1954 MH bound program.\r
"Haieff Selection Has Its Premiere." New York Times, May 10, 1954, pg. 20. Print.\r
WORLD PREMIERE of Alexei Haieff's ECLOGUE, "LA NOUVELLE HELOISE"\r
WORLD PREMIERE of William Flanagan's THE WEEPING PLEIADES\r
NEW YORK PREMIERE of Ernst Toch's STRING QUARTET NO. 13, OP. 74\r
""" .

