@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/77985> a ns1:Event ;
    rdfs:label "Jacques Kayal, Singer-Pianist" ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/138651> ;
    ns1:startDate "1969-12-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/77985/work_01>,
        <http://data.carnegiehall.org/events/77985/work_02>,
        <http://data.carnegiehall.org/events/77985/work_03>,
        <http://data.carnegiehall.org/events/77985/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The review indicates this was a program of popular songs in French, Italian, and English. Mr. Kayal was accompanied by a 5-piece group; only those musicians identified by name are listed here. Although both the ledger and the Times concert listing identify Kayal as "singer-pianist", the review notes that the accompanying group was led by pianist Danny Holgate.\r
"Who Makes Music and Where." New York Times (1923-), 07 Dec. 1969, p. 1. ProQuest. Web. 23 June 2025.\r
Wilson, John S. "SONG PROGRAM GIVEN BY JACQUES KAYAL." New York Times (1923-), 13 Dec. 1969, p. 45. ProQuest. Web. 24 June 2025.""" .

