@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/65493> a ns1:Event ;
    rdfs:label "Harry Wimmer, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/49170> ;
    ns1:startDate "1956-04-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65493/work_01>,
        <http://data.carnegiehall.org/events/65493/work_02>,
        <http://data.carnegiehall.org/events/65493/work_03>,
        <http://data.carnegiehall.org/events/65493/work_04>,
        <http://data.carnegiehall.org/events/65493/work_05> ;
    rdfs:comment """Entered from booking ledgerr and New York Times concert listing and review. The accompanist is not identified.\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK." New York Times (1923-Current file), Apr 08 1956, p. 1. ProQuest. Web. 26 Feb. 2021.\r
"Music: Wimmer on 'Cello." New York Times (1923-Current file), Apr 14 1956, p. 21. ProQuest. Web. 4 Mar. 2021.""" .

