@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/57507> a ns1:Event ;
    rdfs:label "Ralph Kirkpatrick, Harpsichord" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/95477> ;
    ns1:startDate "1940-11-08T21:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/57507/work_01>,
        <http://data.carnegiehall.org/events/57507/work_02>,
        <http://data.carnegiehall.org/events/57507/work_03> ;
    rdfs:comment """Third in a series of three harpsichord recitals, for the benefit of the Scholarship Fund of the Dalcroze School of Music.\r
Entered from New York Times concert listing and review.\r
"PROGRAMS OF THE WEEK." New York Times (1923-Current file), New York, N.Y., 1940.\r
Taubman, Howard. "Kirkpatrick in Recital." New York Times (1923-Current file), New York, N.Y., 1940.""" .

