@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/66020> a ns1:Event ;
    rdfs:label "Concert by the Composers Group of New York City" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/42053> ;
    ns1:startDate "1956-10-26T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66020/work_01>,
        <http://data.carnegiehall.org/events/66020/work_02>,
        <http://data.carnegiehall.org/events/66020/work_03>,
        <http://data.carnegiehall.org/events/66020/work_04>,
        <http://data.carnegiehall.org/events/66020/work_05>,
        <http://data.carnegiehall.org/events/66020/work_06> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Carl Sigmon's 6 ETUDES FOR PIANO\r
WORLD PREMIERE of Vally Weigl's LYRICAL SUITE\r
WORLD PREMIERE of Elizabeth Gyring's PIANO SONATA NO. 1\r
WORLD PREMIERE of Charles Haubiel's 5 ETUDES FOR 2 HARPS\r
WORLD PREMIERE of Eda Rapoport's SONATA NO. 2 FOR VIOLIN AND PIANO, "AMERICAN"\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK: OPERA." New York Times (1923-Current file), Oct 21 1956, p. 132. ProQuest. Web. 5 Apr. 2021.\r
"2 HARPISTS PERFORM NEW HAUBIEL WORK." New York Times (1923-Current file), Oct 27 1956, p. 16. ProQuest. Web. 5 Apr. 2021.""" .

