@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/26851> a ns1:Event ;
    rdfs:label "George Ricci, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1951-02-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26851/work_01>,
        <http://data.carnegiehall.org/events/26851/work_02>,
        <http://data.carnegiehall.org/events/26851/work_03>,
        <http://data.carnegiehall.org/events/26851/work_04>,
        <http://data.carnegiehall.org/events/26851/work_05> ;
    rdfs:comment """Entered from listing and review  and program calendar.  The review only identifies the Bartok work as "a transcription of a Bartok piano piece."\r
"Opera and Concert Programs of the Week." New York Times Feb 25 1951: 96. Print.\r
"George Ricci Gives Program on 'Cello." New York Times Mar 1 1951: 32. Print.\r
NEW YORK PREMIERE of Johann Christian Bach's CELLO CONCERTO IN C MINOR""" .

