@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/42368> a ns1:Event ;
    rdfs:label "David Burge, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/58322> ;
    ns1:startDate "1963-10-21T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42368/work_01>,
        <http://data.carnegiehall.org/events/42368/work_02>,
        <http://data.carnegiehall.org/events/42368/work_03>,
        <http://data.carnegiehall.org/events/42368/work_04>,
        <http://data.carnegiehall.org/events/42368/work_05>,
        <http://data.carnegiehall.org/events/42368/work_06> ;
    rdfs:comment """Entered from New York Times concert listing and review. The correct program order is uncertain.\r
NEW YORK PREMIERE of Ernst Krenek's PIANO SONATA NO. 6, OP. 128\r
NEW YORK PREMIERE of George Crumb's 5 PIECES\r
"MUSIC NOTES." New York Times (1923-), Oct 21 1963, p. 41. ProQuest. Web. 7 Feb. 2022.\r
"BURGE PRESENTS 3D PIANO RECITAL: OFFERS AVANT-GARDE WORKS OF KRENEK AND CRUMB." New York Times (1923-), Oct 22 1963, p. 44. ProQuest. Web. 7 Feb. 2022.""" .

