@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/76739> a ns1:Event ;
    rdfs:label "Concert of Chamber Music" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/136782>,
        <http://data.carnegiehall.org/names/41295> ;
    ns1:startDate "1968-10-11T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/76739/work_01>,
        <http://data.carnegiehall.org/events/76739/work_02>,
        <http://data.carnegiehall.org/events/76739/work_03>,
        <http://data.carnegiehall.org/events/76739/work_04>,
        <http://data.carnegiehall.org/events/76739/work_05>,
        <http://data.carnegiehall.org/events/76739/work_06> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The correct program order is uncertain.\r
WORLD PREMIERE of Arthur Berger's 5 PIECES FOR PIANO: 4 SELECTIONS (unspecified)\r
NEW YORK PREMIERE of Isang Yun's GARAK\r
NEW YORK PREMIERE of Raoul Pleskow's PIECE FOR PIANO\r
"Who Makes Music." New York Times (1923-), Oct 06 1968, p. 1. ProQuest. Web. 3 Feb. 2025.\r
Davis, Peter G. "TWO WORKS GIVEN LOCAL PREMIERES: NEW MUSIC ASSOCIATES ALSO OFFER MILHAUD AND SCHUBERT." New York Times (1923-), Oct 12 1968, p. 42. ProQuest. Web. 4 Feb. 2025.""" .

