@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/75999> a ns1:Event ;
    rdfs:label "Concert of Contemporary Music" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/118850> ;
    ns1:startDate "1967-03-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/75999/work_01>,
        <http://data.carnegiehall.org/events/75999/work_02>,
        <http://data.carnegiehall.org/events/75999/work_03>,
        <http://data.carnegiehall.org/events/75999/work_04>,
        <http://data.carnegiehall.org/events/75999/work_05>,
        <http://data.carnegiehall.org/events/75999/work_06>,
        <http://data.carnegiehall.org/events/75999/work_07>,
        <http://data.carnegiehall.org/events/75999/work_08> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The full roster of performers is not identified (e.g., Anne Chamberlain may not have performed on all the works involving piano), and the correct program order is uncertain.\r
WORLD PREMIERE of M. William Karlins' PIANO SONATA NO. 3\r
WORLD PREMIERE of Karlins' MUSIC FOR CELLO ALONE NO. 1\r
WORLD PREMIERE of Ursula Mamlok's MOVEMENTS\r
WORLD PREMIERE of Mamlok's HAIKU SETTINGS\r
WORLD PREMIERE of Howard Rovics' ECHO FOR VOICE, FLUTE AND PIANO\r
"Who Makes Music and Where." New York Times (1923-), Mar 12 1967, p. 130. ProQuest. Web. 27 Sep. 2024.\r
"5 Young Composers Present an Evening of Quiet Atonality." New York Times (1923-), Mar 13 1967, p. 45. ProQuest. Web. 30 Sep. 2024.""" .

