@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/40987> a ns1:Event ;
    rdfs:label "Richard Goode, Piano, and Robert Martin, Cello" ;
    ns1:description "chamber music performance",
        "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/42> ;
    ns1:startDate "1965-03-29T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40987/work_01>,
        <http://data.carnegiehall.org/events/40987/work_02>,
        <http://data.carnegiehall.org/events/40987/work_03>,
        <http://data.carnegiehall.org/events/40987/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. According to the review, what was to have been a first performance of Mario Davidovsky's "Synchronisms No. 3 for Cello and Electronic Sounds" had to be canceled, due to a key piece of equipment that was not delivered to the hall, and the failure of a subsitute piece to correctly synchronize with the cello.\r
"Who Makes Music and Where." New York Times (1923-), Mar 28 1965, p. 1. ProQuest. Web. 19 Mar. 2024.\r
Strongin, Theodore. "EQUIPMENT FAILURE SHORTENS PROGRAM." New York Times (1923-), Mar 30 1965, p. 53. ProQuest. Web. 22 Mar. 2024.""" .

