@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/60834> a ns1:Event ;
    rdfs:label "Liz Gorrill, Piano and Vocals" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/42407> ;
    ns1:startDate "1978-03-19T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/60834/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times review.\r
According to the review, Lennie Tristano was present in the audience for this performance.\r
"Heat Wave" is the only selection mentioned; the remaining selections performed by Ms. Gorrill are not known.\r
Palmer, Robert. "Jazz: Liz Gorrill Sings at the Keys." New York Times (1923-Current file), Mar 21, 1978, pp. 29. ProQuest.""" .

