@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/61293> a ns1:Event ;
    rdfs:label "Charles Everett, Tenor" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/114269> ;
    ns1:startDate "1957-12-22T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61293/work_01>,
        <http://data.carnegiehall.org/events/61293/work_02>,
        <http://data.carnegiehall.org/events/61293/work_03>,
        <http://data.carnegiehall.org/events/61293/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
The listing advertised this performance as a program consisting of "songs by Negro composers".\r
According to the review, in addition to the song cycle by Turner Layton, Mr. Everett also performed works by Burleigh and Coleridge-Taylor, and traditional songs arranged by White, d'Albert, Reckling, Bonds, Elzy, and Price.\r
"CONCERT AND OPERA PROGRAMS OF THE WEEK." New York Times (1923-Current file), Dec 22, 1957, pp. 54. ProQuest.\r
"Charles Everett, Tenor, Sings." New York Times (1923-Current file), Dec 23, 1957, pp. 17. ProQuest.""" .

