@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/48718> a ns1:Event ;
    rdfs:label "Peter Rosenfeld, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/39852> ;
    ns1:startDate "1976-11-11T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48718/work_01>,
        <http://data.carnegiehall.org/events/48718/work_02>,
        <http://data.carnegiehall.org/events/48718/work_03>,
        <http://data.carnegiehall.org/events/48718/work_04>,
        <http://data.carnegiehall.org/events/48718/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The correct program order is uncertain.\r
"Arts and Leisure Guide: Theater Dance Films Music Art Arts & Leisure Guide Photography Miscellany." New York Times (1923-), Nov 07 1976, p. 2. ProQuest. Web. 22 Nov. 2024.\r
"Peter Rosenfeld Offers A Lively Cello Recital." New York Times (1923-Current file): 13. Nov 13 1976. ProQuest. Web. 24 Jan. 2014.""" .

