@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/79193> a ns1:Event ;
    rdfs:label "Al Fisher, Pizzicato String Bass" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/177> ;
    ns1:startDate "1973-09-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/79193/work_01>,
        <http://data.carnegiehall.org/events/79193/work_02>,
        <http://data.carnegiehall.org/events/79193/work_03>,
        <http://data.carnegiehall.org/events/79193/work_04>,
        <http://data.carnegiehall.org/events/79193/work_05>,
        <http://data.carnegiehall.org/events/79193/work_06>,
        <http://data.carnegiehall.org/events/79193/work_07>,
        <http://data.carnegiehall.org/events/79193/work_08>,
        <http://data.carnegiehall.org/events/79193/work_09>,
        <http://data.carnegiehall.org/events/79193/work_10>,
        <http://data.carnegiehall.org/events/79193/work_11> ;
    rdfs:comment """New York Recital Debut\r
Entered from booking ledger and New York Times concert listing and review. The full program (which also included a work by an unspecified member of the Neusidler family) and correct order are uncertain. According to the review, only the first half of the Liszt Hungarian Rhapsody No. 2 was performed. Mr. Fisher performed on a 5-string double bass of his own design, which featured a C string added above the G string.\r
“Who Makes Music and Where.” New York Times [New York, N.Y., United States], 23 Sept. 1973, p. 141. AL.\r
Sherman, Robert. “Fisher in Display Of the Improbable On 5-String Bass.” New York Times [New York, N.Y., United States], 26 Sept. 1973, p. 47.\r
Fisher, Al. “Unaccompanied Pizzicato String Bass.” Probas, pp. 12–17.""" .

